Thread: [eq-commit] SF.net SVN: equalizer: [1717] trunk/src (Page 14)
Brought to you by:
eile
From: <ei...@us...> - 2008-02-21 14:43:26
|
Revision: 1717 http://equalizer.svn.sourceforge.net/equalizer/?rev=1717&view=rev Author: eile Date: 2008-02-21 06:43:23 -0800 (Thu, 21 Feb 2008) Log Message: ----------- Fix object-dispatch related race conditions. Add safety sequence checks in object data streams - to be removed later. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eVolve.vcproj trunk/src/lib/client/channel.cpp trunk/src/lib/client/client.cpp trunk/src/lib/client/client.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/base.cpp trunk/src/lib/net/base.h trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/fullMasterCM.cpp trunk/src/lib/net/fullSlaveCM.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/object.cpp trunk/src/lib/net/objectDeltaDataOStream.cpp trunk/src/lib/net/objectDeltaDataOStream.h trunk/src/lib/net/objectInstanceDataIStream.cpp trunk/src/lib/net/objectInstanceDataIStream.h trunk/src/lib/net/objectInstanceDataOStream.cpp trunk/src/lib/net/objectInstanceDataOStream.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/lib/net/staticSlaveCM.cpp trunk/src/lib/net/types.h trunk/src/lib/net/unbufferedMasterCM.cpp trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/pipe.cpp trunk/src/server/pipe.h trunk/src/server/server.cpp trunk/src/server/server.h trunk/src/server/window.cpp trunk/src/server/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-21 16:52:08
|
Revision: 1718 http://equalizer.svn.sourceforge.net/equalizer/?rev=1718&view=rev Author: eile Date: 2008-02-21 08:52:05 -0800 (Thu, 21 Feb 2008) Log Message: ----------- Implement GLX PBuffer support, untested due to missing GLX 1.3 on local machine. Update GLEW to version 1.5 [ ] May break build [ ] Breaks existing application [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/ACKNOWLEDGEMENTS trunk/src/externals/GL/glew.h trunk/src/externals/GL/glxew.h trunk/src/externals/GL/wglew.h trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/glew/glew.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-26 09:53:14
|
Revision: 1725 http://equalizer.svn.sourceforge.net/equalizer/?rev=1725&view=rev Author: eile Date: 2008-02-26 01:53:12 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Add some (untested) PBuffer configs, some code cleanup [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/types.h trunk/src/lib/client/channel.h trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/compoundInitVisitor.h trunk/src/server/config.h Added Paths: ----------- trunk/src/examples/configs/2-pipe.2D.PBuffer.eqc trunk/src/examples/configs/2-pipe.DB.PBuffer.eqc trunk/src/examples/configs/2-pipe.EYE.PBuffer.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-27 12:55:31
|
Revision: 1727 http://equalizer.svn.sourceforge.net/equalizer/?rev=1727&view=rev Author: eile Date: 2008-02-27 04:55:27 -0800 (Wed, 27 Feb 2008) Log Message: ----------- Fix exit handling when launch command failed, fix error reporting early in the config initialization (packet alignment issue). [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/config.cpp trunk/src/lib/client/packets.h trunk/src/server/config.cpp trunk/src/server/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-27 13:12:30
|
Revision: 1728 http://equalizer.svn.sourceforge.net/equalizer/?rev=1728&view=rev Author: eile Date: 2008-02-27 05:12:25 -0800 (Wed, 27 Feb 2008) Log Message: ----------- Fix invocation of frameDrawFinish method. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/window.cpp trunk/src/server/channel.cpp trunk/src/server/channelUpdateVisitor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-28 16:04:00
|
Revision: 1731 http://equalizer.svn.sourceforge.net/equalizer/?rev=1731&view=rev Author: eile Date: 2008-02-28 08:03:54 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Implement, but not enable, PBO-based pixel readback. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/pixelBench.vcproj trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eqPixelBench/channel.cpp trunk/src/examples/eqPixelBench/channel.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/config.h trunk/src/lib/client/frame.cpp trunk/src/lib/client/frame.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.h trunk/src/lib/client/image.cpp trunk/src/lib/client/image.h trunk/src/lib/client/types.h trunk/src/server/pipe.cpp trunk/src/server/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-28 16:14:13
|
Revision: 1732 http://equalizer.svn.sourceforge.net/equalizer/?rev=1732&view=rev Author: eile Date: 2008-02-28 08:14:06 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Fix gcc build [ ] May break build [ ] Breaks existing application [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPixelBench/channel.cpp trunk/src/lib/client/image.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-03 15:35:01
|
Revision: 1739 http://equalizer.svn.sourceforge.net/equalizer/?rev=1739&view=rev Author: eile Date: 2008-03-03 07:34:58 -0800 (Mon, 03 Mar 2008) Log Message: ----------- Fix AGL fullscreen mode eVolve: more cleanups [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/rawVolModelRenderer.cpp trunk/src/examples/eVolve/rawVolModelRenderer.h trunk/src/examples/eVolve/window.cpp trunk/src/examples/eqPly/pipe.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/node.cpp trunk/src/lib/client/window.cpp trunk/src/server/pipe.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-05 10:48:27
|
Revision: 1749 http://equalizer.svn.sourceforge.net/equalizer/?rev=1749&view=rev Author: eile Date: 2008-03-05 02:48:25 -0800 (Wed, 05 Mar 2008) Log Message: ----------- Move statistics handling completely to channel [ ] May break build [ ] Breaks existing application [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/spinLock.cpp trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/commands.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/statEvent.cpp trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-05 14:56:23
|
Revision: 1753 http://equalizer.svn.sourceforge.net/equalizer/?rev=1753&view=rev Author: eile Date: 2008-03-05 06:56:13 -0800 (Wed, 05 Mar 2008) Log Message: ----------- Minor code cleanups [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/buffer.h trunk/src/lib/net/command.cpp trunk/src/lib/net/dataOStream.cpp trunk/src/lib/net/dataOStream.h trunk/src/lib/net/fullMasterCM.cpp trunk/src/server/config.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...> - 2008-03-05 20:17:42
|
Revision: 1757 http://equalizer.svn.sourceforge.net/equalizer/?rev=1757&view=rev Author: eile Date: 2008-03-05 12:17:40 -0800 (Wed, 05 Mar 2008) Log Message: ----------- Fix Win32 build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/glslShaders.cpp trunk/src/examples/eVolve/glslShaders.h trunk/src/lib/base/thread.h trunk/src/server/compound.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-11 10:55:42
|
Revision: 1766 http://equalizer.svn.sourceforge.net/equalizer/?rev=1766&view=rev Author: eile Date: 2008-03-11 03:55:40 -0700 (Tue, 11 Mar 2008) Log Message: ----------- Fix exit handling race between node/pipe when init failed, some code cleanups. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer Server Library.vcproj trunk/src/lib/base/monitor.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/server/channel.h trunk/src/server/compound.h trunk/src/server/node.h trunk/src/server/wall.h trunk/src/server/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-12 13:51:56
|
Revision: 1769 http://equalizer.svn.sourceforge.net/equalizer/?rev=1769&view=rev Author: eile Date: 2008-03-12 06:51:52 -0700 (Wed, 12 Mar 2008) Log Message: ----------- Add ifdef'd code for doing row-based pixel decomposition [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/compositor.cpp trunk/src/lib/client/pixelViewport.h trunk/src/server/channelUpdateVisitor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-13 10:19:30
|
Revision: 1771 http://equalizer.svn.sourceforge.net/equalizer/?rev=1771&view=rev Author: eile Date: 2008-03-13 03:19:22 -0700 (Thu, 13 Mar 2008) Log Message: ----------- Bump version number to 0.5, README updates [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/README.Darwin trunk/src/README.Win32 trunk/src/lib/client/version.h trunk/src/make/Equalizer.spec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-18 14:10:20
|
Revision: 1777 http://equalizer.svn.sourceforge.net/equalizer/?rev=1777&view=rev Author: eile Date: 2008-03-18 07:10:18 -0700 (Tue, 18 Mar 2008) Log Message: ----------- Fix launch timeout [ ] May break build [ ] May break existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/base/clock.h trunk/src/lib/net/node.cpp 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...> - 2008-03-20 08:36:19
|
Revision: 1778 http://equalizer.svn.sourceforge.net/equalizer/?rev=1778&view=rev Author: eile Date: 2008-03-20 01:36:12 -0700 (Thu, 20 Mar 2008) Log Message: ----------- Win32 network performance tweak [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer Server Library.vcproj 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: <max...@us...> - 2008-04-02 14:06:36
|
Revision: 1786 http://equalizer.svn.sourceforge.net/equalizer/?rev=1786&view=rev Author: max_mahinya Date: 2008-04-02 07:06:32 -0700 (Wed, 02 Apr 2008) Log Message: ----------- - eVolve compositing code cleanup [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/channel.h trunk/src/examples/eVolve/framesOrderer.cpp trunk/src/examples/eVolve/framesOrderer.h trunk/src/examples/eVolve/glslShaders.cpp trunk/src/examples/eVolve/glslShaders.h trunk/src/examples/eVolve/rawVolModelRenderer.cpp trunk/src/examples/eVolve/rawVolModelRenderer.h trunk/src/lib/client/frame.cpp trunk/src/lib/client/frame.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.h trunk/src/lib/client/image.cpp trunk/src/lib/client/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-15 08:37:53
|
Revision: 1801 http://equalizer.svn.sourceforge.net/equalizer/?rev=1801&view=rev Author: eile Date: 2008-04-15 01:37:49 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Win32 performance tuning [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/net/socketConnectionWin32.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...> - 2008-04-15 13:34:48
|
Revision: 1803 http://equalizer.svn.sourceforge.net/equalizer/?rev=1803&view=rev Author: eile Date: 2008-04-15 06:34:37 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Win32/Mac OS X interoperability for eqPly [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/packets.h trunk/src/lib/client/server.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/nodeID.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/server/channelUpdateVisitor.cpp trunk/src/server/config.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...> - 2008-04-16 10:23:10
|
Revision: 1811 http://equalizer.svn.sourceforge.net/equalizer/?rev=1811&view=rev Author: eile Date: 2008-04-16 03:23:06 -0700 (Wed, 16 Apr 2008) Log Message: ----------- Bump vmmlib version [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/AUTHORS Property Changed: ---------------- trunk/src/externals/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-16 13:55:24
|
Revision: 1813 http://equalizer.svn.sourceforge.net/equalizer/?rev=1813&view=rev Author: eile Date: 2008-04-16 06:55:21 -0700 (Wed, 16 Apr 2008) Log Message: ----------- eVolve: Fix direct-send assembly with non-fullscreen source channels [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/channel.cpp trunk/src/lib/base/referenced.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/compositor.cpp trunk/src/server/channelUpdateVisitor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-17 08:22:06
|
Revision: 1817 http://equalizer.svn.sourceforge.net/equalizer/?rev=1817&view=rev Author: eile Date: 2008-04-17 01:22:00 -0700 (Thu, 17 Apr 2008) Log Message: ----------- Fix Win32 build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj Property Changed: ---------------- trunk/src/externals/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-17 13:06:25
|
Revision: 1824 http://equalizer.svn.sourceforge.net/equalizer/?rev=1824&view=rev Author: eile Date: 2008-04-17 06:06:24 -0700 (Thu, 17 Apr 2008) Log Message: ----------- Fix Cygwin build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/externals/GL/wglew.h trunk/src/lib/net/nodeID.h trunk/src/server/channel.h trunk/src/server/config.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-18 09:58:30
|
Revision: 1834 http://equalizer.svn.sourceforge.net/equalizer/?rev=1834&view=rev Author: eile Date: 2008-04-18 02:58:28 -0700 (Fri, 18 Apr 2008) Log Message: ----------- Add unit test for CPU compositor [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/compositor.cpp trunk/src/lib/client/compositor.h trunk/src/lib/client/image.cpp trunk/src/tests/Makefile trunk/src/tests/compositor/Makefile trunk/src/tests/compositor/test.cpp Added Paths: ----------- trunk/src/tests/compositor/ trunk/src/tests/compositor/Image_1_color.rgb trunk/src/tests/compositor/Image_1_depth.rgb trunk/src/tests/compositor/Image_2_color.rgb trunk/src/tests/compositor/Image_2_depth.rgb trunk/src/tests/compositor/Image_3_color.rgb trunk/src/tests/compositor/Image_3_depth.rgb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-24 14:38:19
|
Revision: 1839 http://equalizer.svn.sourceforge.net/equalizer/?rev=1839&view=rev Author: eile Date: 2008-04-24 07:38:13 -0700 (Thu, 24 Apr 2008) Log Message: ----------- Move statistics event data to generic events, prepare channel event support, revert to non-parallel build (fails to build on some systems). [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/ConfigTool.vcproj trunk/src/VS2005/Equalizer Server Library.vcproj trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqHello.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/VS2005/image.vcproj trunk/src/VS2005/netPerf.vcproj trunk/src/VS2005/pipePerf.vcproj trunk/src/VS2005/pixelBench.vcproj trunk/src/lib/Makefile trunk/src/lib/client/aglEventHandler.cpp trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/compositor.cpp trunk/src/lib/client/event.cpp trunk/src/lib/client/event.h trunk/src/lib/client/glXEventHandler.cpp trunk/src/lib/client/packets.h trunk/src/lib/client/statEvent.cpp trunk/src/lib/client/statEvent.h trunk/src/lib/client/wglEventHandler.cpp trunk/src/server/Makefile trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/tests/Makefile Added Paths: ----------- trunk/src/lib/client/channelEvent.cpp trunk/src/lib/client/channelEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |