Thread: [eq-commit] SF.net SVN: equalizer: [1008] trunk/src (Page 8)
Brought to you by:
eile
From: <ei...@us...> - 2007-04-11 08:23:17
|
Revision: 1008 http://svn.sourceforge.net/equalizer/?rev=1008&view=rev Author: eile Date: 2007-04-11 01:23:04 -0700 (Wed, 11 Apr 2007) Log Message: ----------- Minor code cleanups [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/plyFileIO.cpp trunk/src/lib/net/socketConnection.cpp trunk/src/lib/net/socketConnectionWin32.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-11 17:13:42
|
Revision: 1010 http://svn.sourceforge.net/equalizer/?rev=1010&view=rev Author: eile Date: 2007-04-11 10:13:40 -0700 (Wed, 11 Apr 2007) Log Message: ----------- Fix race in node connection code Detect unconnected nodes during object mapping Server uses global connection type by default Update Win32 README [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/README.Win32 trunk/src/lib/net/node.cpp trunk/src/lib/net/session.cpp trunk/src/lib/net/socketConnectionWin32.cpp trunk/src/server/loader.y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-12 13:12:24
|
Revision: 1011 http://svn.sourceforge.net/equalizer/?rev=1011&view=rev Author: eile Date: 2007-04-12 06:12:21 -0700 (Thu, 12 Apr 2007) Log Message: ----------- Implement standalone (server-less) operation on Posix systems. Win32 implementation will follow. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/AUTHORS trunk/src/examples/eqPly/plyModel.cpp trunk/src/lib/Makefile trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/client/client.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/server/Makefile trunk/src/server/loader.h trunk/src/server/loader.y trunk/src/server/server.cpp trunk/src/server/server.h Added Paths: ----------- trunk/src/lib/net/pairConnection.cpp trunk/src/lib/net/pairConnection.h trunk/src/server/startLocalServer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-12 15:14:01
|
Revision: 1013 http://svn.sourceforge.net/equalizer/?rev=1013&view=rev Author: eile Date: 2007-04-12 08:13:44 -0700 (Thu, 12 Apr 2007) Log Message: ----------- Fix assertion for barriers with height == 1 Refuse to create connections to 0.0.0.0 Fail if a hostname can't be resolved [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/client.cpp trunk/src/lib/client/global.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/socketConnection.cpp trunk/src/lib/net/socketConnection.h trunk/src/lib/net/socketConnectionPosix.cpp trunk/src/lib/net/socketConnectionWin32.cpp trunk/src/server/compound.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-13 13:43:18
|
Revision: 1019 http://svn.sourceforge.net/equalizer/?rev=1019&view=rev Author: eile Date: 2007-04-13 06:43:14 -0700 (Fri, 13 Apr 2007) Log Message: ----------- Win32: Separate server library from server in preparation of server-less client support. Fix some implicit typecast warnings [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.sln trunk/src/lib/net/nodeID.h trunk/src/server/compound.h trunk/src/server/config.h trunk/src/server/loader.h trunk/src/server/node.h trunk/src/server/pipe.h trunk/src/server/server.h trunk/src/server/window.h Added Paths: ----------- trunk/src/VS2005/Equalizer Server Library.vcproj trunk/src/server/base.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-13 15:10:37
|
Revision: 1020 http://svn.sourceforge.net/equalizer/?rev=1020&view=rev Author: eile Date: 2007-04-13 08:10:34 -0700 (Fri, 13 Apr 2007) Log Message: ----------- Add packed_depth_stencil format/type to pixelBench, related support in Equalizer. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/pixelBench/channel.cpp trunk/src/examples/pixelBench/configEvent.cpp trunk/src/lib/client/image.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-15 16:08:27
|
Revision: 1024 http://svn.sourceforge.net/equalizer/?rev=1024&view=rev Author: eile Date: 2007-04-15 09:08:25 -0700 (Sun, 15 Apr 2007) Log Message: ----------- Implement preparations for depth buffer transfer optimisations: set window stencil planes to auto, implement stencil auto strategy for window creation, query and save stencil bits and extPackedDepthStencil availability in Window::DrawableConfig, cleanup image implementation [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/examples/pixelBench/channel.cpp trunk/src/lib/base/nonCopyable.h trunk/src/lib/client/frameData.h trunk/src/lib/client/image.cpp trunk/src/lib/client/image.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/server/global.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-16 12:12:06
|
Revision: 1031 http://svn.sourceforge.net/equalizer/?rev=1031&view=rev Author: eile Date: 2007-04-16 05:12:03 -0700 (Mon, 16 Apr 2007) Log Message: ----------- Win32 standalone application support [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer Server Library.vcproj trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/pixelBench.vcproj trunk/src/lib/base/base.h trunk/src/lib/client/client.cpp trunk/src/lib/client/statEvent.h trunk/src/lib/net/node.h trunk/src/server/base.h trunk/src/server/server.h trunk/src/server/startLocalServer.cpp trunk/src/tests/netperf/netperf.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-16 15:00:43
|
Revision: 1034 http://svn.sourceforge.net/equalizer/?rev=1034&view=rev Author: eile Date: 2007-04-16 08:00:39 -0700 (Mon, 16 Apr 2007) Log Message: ----------- Bugfix: server crash while releasing failed config [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/net/object.cpp trunk/src/lib/net/session.cpp trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/server.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-16 15:21:13
|
Revision: 1035 http://svn.sourceforge.net/equalizer/?rev=1035&view=rev Author: eile Date: 2007-04-16 08:21:11 -0700 (Mon, 16 Apr 2007) Log Message: ----------- Add optimized multi-level eye/2D compound [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/configs/7-window.EYE.2D.eqc trunk/src/server/loader.l Added Paths: ----------- trunk/src/examples/configs/4-window.EYE.2D.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-18 13:38:04
|
Revision: 1044 http://svn.sourceforge.net/equalizer/?rev=1044&view=rev Author: eile Date: 2007-04-18 06:38:00 -0700 (Wed, 18 Apr 2007) Log Message: ----------- Create first version of OpenGL object manager and use it in eqPly Add new config for L-shaped projection table (TAN Holobench) Clean up drawableconfig Put eqPly classes into own eqPly namespace (needed for Window) Revert stencil buffer default to off [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/examples/eqPly/Makefile trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/channel.h trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/config.h trunk/src/examples/eqPly/eqPly.cpp trunk/src/examples/eqPly/eqPly.h trunk/src/examples/eqPly/frameData.h trunk/src/examples/eqPly/initData.cpp trunk/src/examples/eqPly/initData.h trunk/src/examples/eqPly/localInitData.cpp trunk/src/examples/eqPly/localInitData.h trunk/src/examples/eqPly/main.cpp trunk/src/examples/eqPly/node.cpp trunk/src/examples/eqPly/node.h trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/pipe.h trunk/src/examples/eqPly/tracker.cpp trunk/src/examples/eqPly/tracker.h trunk/src/lib/Makefile trunk/src/lib/base/log.h trunk/src/lib/base/nonCopyable.h trunk/src/lib/base/referenced.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/eq.h trunk/src/lib/net/base.h trunk/src/lib/net/commandCache.h trunk/src/lib/net/commandQueue.h trunk/src/lib/net/node.h trunk/src/lib/net/nodeType.h trunk/src/make/system.mk trunk/src/server/global.cpp Added Paths: ----------- trunk/src/examples/configs/2-channel.hb.eqc trunk/src/examples/eqPly/window.cpp trunk/src/examples/eqPly/window.h trunk/src/lib/client/objectManager.cpp trunk/src/lib/client/objectManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-19 10:06:07
|
Revision: 1049 http://svn.sourceforge.net/equalizer/?rev=1049&view=rev Author: eile Date: 2007-04-19 03:06:00 -0700 (Thu, 19 Apr 2007) Log Message: ----------- Expose channel method to obtain current eye pass (similar to viewport and range): create new eq::Eye enum, cleanup server-side eye handling accordingly [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/renderContext.cpp trunk/src/lib/client/renderContext.h trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/loader.y Added Paths: ----------- trunk/src/lib/client/eye.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-20 16:49:49
|
Revision: 1063 http://svn.sourceforge.net/equalizer/?rev=1063&view=rev Author: eile Date: 2007-04-20 09:49:47 -0700 (Fri, 20 Apr 2007) Log Message: ----------- Fix three race conditions: - One during object dispatch - Two during simultaneous outgoing connects to the same node [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/net/barrier.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/server/server.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-30 09:04:56
|
Revision: 1066 http://svn.sourceforge.net/equalizer/?rev=1066&view=rev Author: eile Date: 2007-04-30 02:04:54 -0700 (Mon, 30 Apr 2007) Log Message: ----------- Fix disconnection of resident nodes, which prevented subsequent reconnects to the node. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/main.cpp trunk/src/lib/net/node.cpp trunk/src/server/config.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-30 15:16:44
|
Revision: 1067 http://svn.sourceforge.net/equalizer/?rev=1067&view=rev Author: eile Date: 2007-04-30 08:16:41 -0700 (Mon, 30 Apr 2007) Log Message: ----------- Some code cleanups: - make Session::_id private - fix uninitialized variable in eqNet::Object - fix Channel memory leak [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/lock.cpp trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/client/window.cpp trunk/src/lib/net/connection.cpp trunk/src/lib/net/object.cpp trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/make/Linux.mk trunk/src/make/system.mk trunk/src/server/config.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-30 15:36:55
|
Revision: 1068 http://svn.sourceforge.net/equalizer/?rev=1068&view=rev Author: eile Date: 2007-04-30 08:36:51 -0700 (Mon, 30 Apr 2007) Log Message: ----------- Rename PixelBench for consistency [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/pixelBench.vcproj trunk/src/examples/Makefile trunk/src/lib/base/thread.cpp Added Paths: ----------- trunk/src/examples/eqPixelBench/ Removed Paths: ------------- trunk/src/examples/pixelBench/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-01 09:38:54
|
Revision: 1069 http://svn.sourceforge.net/equalizer/?rev=1069&view=rev Author: eile Date: 2007-05-01 02:38:40 -0700 (Tue, 01 May 2007) Log Message: ----------- Add new tool to generate configuration files. Win32 project file to follow. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/Makefile trunk/src/examples/eqPly/localInitData.cpp Added Paths: ----------- trunk/src/tools/Makefile trunk/src/tools/configTool/ trunk/src/tools/configTool/Makefile trunk/src/tools/configTool/configTool.cpp trunk/src/tools/configTool/configTool.h Removed Paths: ------------- trunk/src/tools/cf_build.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-01 10:09:22
|
Revision: 1071 http://svn.sourceforge.net/equalizer/?rev=1071&view=rev Author: eile Date: 2007-05-01 03:09:19 -0700 (Tue, 01 May 2007) Log Message: ----------- Win32 project file and fixes for configTool, add some stuff to the svn ignore list [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.sln trunk/src/tools/configTool/configTool.cpp Added Paths: ----------- trunk/src/VS2005/ConfigTool.vcproj Property Changed: ---------------- trunk/src/VS2005/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-02 17:23:02
|
Revision: 1080 http://svn.sourceforge.net/equalizer/?rev=1080&view=rev Author: eile Date: 2007-05-02 10:22:59 -0700 (Wed, 02 May 2007) Log Message: ----------- Fix a configtool bug for some configurations, fix yet another race in simultaneous node connects, add (untested) explicit SDP support for linux [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/requestHandler.h trunk/src/lib/net/node.cpp trunk/src/lib/net/socketConnection.cpp trunk/src/tools/configTool/configTool.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-04 10:12:00
|
Revision: 1093 http://svn.sourceforge.net/equalizer/?rev=1093&view=rev Author: eile Date: 2007-05-04 03:11:58 -0700 (Fri, 04 May 2007) Log Message: ----------- Cleanup unique channel color generation used for debugging, minor other cleanups [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/channel.cpp trunk/src/lib/base/debug.cpp trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/window.cpp trunk/src/lib/net/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-09 10:02:13
|
Revision: 1113 http://svn.sourceforge.net/equalizer/?rev=1113&view=rev Author: eile Date: 2007-05-09 03:02:08 -0700 (Wed, 09 May 2007) Log Message: ----------- Document OS X prereqs, unbreak CGL-only build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/README.Darwin trunk/src/lib/client/window.cpp trunk/src/lib/client/windowSystem.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-11 11:43:34
|
Revision: 1121 http://svn.sourceforge.net/equalizer/?rev=1121&view=rev Author: eile Date: 2007-05-11 04:43:32 -0700 (Fri, 11 May 2007) Log Message: ----------- Darwin: Fix GLX-only build, add FAQ item for X11 fullscreen mode [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/FAQ trunk/src/lib/client/image.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/windowSystem.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-20 07:40:33
|
Revision: 1125 http://svn.sourceforge.net/equalizer/?rev=1125&view=rev Author: eile Date: 2007-05-20 00:40:23 -0700 (Sun, 20 May 2007) Log Message: ----------- Serverize channel color generation to eliminate 'same' colors [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/packets.h trunk/src/server/channel.cpp trunk/src/server/channel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-21 12:43:36
|
Revision: 1126 http://svn.sourceforge.net/equalizer/?rev=1126&view=rev Author: eile Date: 2007-05-21 05:41:50 -0700 (Mon, 21 May 2007) Log Message: ----------- Bugfix: glx event handling for remote displays [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/pipe.cpp trunk/src/make/system.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-31 12:32:30
|
Revision: 1141 http://svn.sourceforge.net/equalizer/?rev=1141&view=rev Author: eile Date: 2007-05-31 05:31:01 -0700 (Thu, 31 May 2007) Log Message: ----------- Introduce eq::Channel::getPixelOffset, fix overlay logo position when spanning multiple channels in a 2D compound. [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/channel.cpp trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/renderContext.h trunk/src/lib/client/window.h trunk/src/server/compound.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |