Thread: [eq-commit] SF.net SVN: equalizer: [768] trunk/src (Page 5)
Brought to you by:
eile
From: <ei...@us...> - 2007-02-01 17:34:01
|
Revision: 768 http://svn.sourceforge.net/equalizer/?rev=768&view=rev Author: eile Date: 2007-02-01 09:33:58 -0800 (Thu, 01 Feb 2007) Log Message: ----------- eqNet::Object simplification: remove redundant storage of policy on object, make stress.eqc more versatile Modified Paths: -------------- trunk/src/examples/configs/stress.eqc trunk/src/lib/client/config.cpp trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/node.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/window.cpp trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-02 15:56:03
|
Revision: 773 http://svn.sourceforge.net/equalizer/?rev=773&view=rev Author: eile Date: 2007-02-02 07:56:00 -0800 (Fri, 02 Feb 2007) Log Message: ----------- More eqNet::Object refactoring: remove typeid storage, decouple object type from behaviour (static/versioned), introduce eq::Matrix4d Modified Paths: -------------- trunk/src/examples/configs/stress.eqc 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/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/config.cpp 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/matrix4.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/object.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/barrier.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/session.cpp trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/frame.cpp trunk/src/server/frame.h trunk/src/server/frameData.cpp trunk/src/server/frameData.h trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/pipe.cpp trunk/src/server/pipe.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...> - 2007-02-07 14:09:39
|
Revision: 776 http://svn.sourceforge.net/equalizer/?rev=776&view=rev Author: eile Date: 2007-02-07 06:09:34 -0800 (Wed, 07 Feb 2007) Log Message: ----------- Cleanup distributed objects: remove auto instanciation, cleanup subscription semantics by introducing the pair register/deregisterObject, map/unmapObject, attach/detachObject Modified Paths: -------------- trunk/src/examples/configs/stress.2D.eqc trunk/src/examples/configs/stress.eqc trunk/src/examples/configs/test.eqc 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/initData.cpp trunk/src/examples/eqPly/initData.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/lib/base/referenced.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/config.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/matrix4.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/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/barrier.h trunk/src/lib/net/command.cpp trunk/src/lib/net/command.h trunk/src/lib/net/commands.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/make/Darwin.mk trunk/src/server/channel.cpp trunk/src/server/compound.cpp trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/frame.cpp trunk/src/server/node.cpp trunk/src/server/pipe.cpp trunk/src/server/window.cpp trunk/src/tests/session/barrier.cpp trunk/src/tests/session/mobject.cpp trunk/src/tests/session/versionedObject.cpp Removed Paths: ------------- trunk/src/server/lexer.cpp trunk/src/server/parser.cpp trunk/src/server/parser.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-07 17:51:34
|
Revision: 778 http://svn.sourceforge.net/equalizer/?rev=778&view=rev Author: eile Date: 2007-02-07 09:42:52 -0800 (Wed, 07 Feb 2007) Log Message: ----------- More eqNet::Object-related cleanup Modified Paths: -------------- trunk/src/lib/base/requestHandler.cpp trunk/src/lib/client/server.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/session.cpp trunk/src/server/node.cpp trunk/src/server/node.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-08 17:17:55
|
Revision: 780 http://svn.sourceforge.net/equalizer/?rev=780&view=rev Author: eile Date: 2007-02-08 09:17:49 -0800 (Thu, 08 Feb 2007) Log Message: ----------- May break Windows build: refactor actual change handling out of eqNet::Object, create a master and slave version for change handling Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/base/debug.h trunk/src/lib/client/config.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/net/base.cpp trunk/src/lib/net/base.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/server/channel.h trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/pipe.h trunk/src/server/window.h Added Paths: ----------- trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaMasterCM.h trunk/src/lib/net/deltaSlaveCM.cpp trunk/src/lib/net/deltaSlaveCM.h trunk/src/lib/net/nullCM.h trunk/src/lib/net/objectCM.cpp trunk/src/lib/net/objectCM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-09 12:35:21
|
Revision: 781 http://svn.sourceforge.net/equalizer/?rev=781&view=rev Author: eile Date: 2007-02-09 04:35:02 -0800 (Fri, 09 Feb 2007) Log Message: ----------- Finalize eqNet::Object refactoring by creating change managers for full versions and static change managers, fix a potential memory leak in eqNet::Command Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/base/monitor.h trunk/src/lib/net/command.cpp trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaSlaveCM.cpp trunk/src/lib/net/deltaSlaveCM.h trunk/src/lib/net/nullCM.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/objectCM.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-09 16:46:41
|
Revision: 783 http://svn.sourceforge.net/equalizer/?rev=783&view=rev Author: eile Date: 2007-02-09 08:46:28 -0800 (Fri, 09 Feb 2007) Log Message: ----------- Cleanup eqPly: move tracker code to config, encapsulate command line parsing in config, add command line switch to ignore colors from ply file Modified Paths: -------------- trunk/src/examples/eqPly/appInitData.cpp trunk/src/examples/eqPly/appInitData.h trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/config.h trunk/src/examples/eqPly/frameData.h trunk/src/examples/eqPly/initData.cpp trunk/src/examples/eqPly/main.cpp trunk/src/lib/net/session.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-13 09:27:20
|
Revision: 800 http://svn.sourceforge.net/equalizer/?rev=800&view=rev Author: eile Date: 2007-02-13 01:27:19 -0800 (Tue, 13 Feb 2007) Log Message: ----------- Improvement: Execute the swap for all windows of a single pipe together to minimize tearing, some const-correctness fixes Modified Paths: -------------- trunk/src/examples/configs/2-window.eqc trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/pipe.cpp trunk/src/server/pipe.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...> - 2007-02-13 15:51:18
|
Revision: 804 http://svn.sourceforge.net/equalizer/?rev=804&view=rev Author: eile Date: 2007-02-13 07:50:01 -0800 (Tue, 13 Feb 2007) Log Message: ----------- eqPly: Use new vmmlib frustum culler Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/channel.h trunk/src/examples/eqPly/plyModel.cpp trunk/src/examples/eqPly/plyModel.h Removed Paths: ------------- trunk/src/examples/eqPly/frustum.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-19 10:54:37
|
Revision: 807 http://svn.sourceforge.net/equalizer/?rev=807&view=rev Author: eile Date: 2007-02-19 02:54:24 -0800 (Mon, 19 Feb 2007) Log Message: ----------- Some code cleanup before implementing exposed node loop Modified Paths: -------------- trunk/src/examples/configs/stress.eqc trunk/src/examples/eqPly/main.cpp trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/requestHandler.h trunk/src/lib/client/client.cpp trunk/src/lib/client/client.h trunk/src/lib/client/config.cpp trunk/src/lib/client/node.cpp trunk/src/lib/client/server.cpp trunk/src/lib/net/init.cpp 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-02-19 16:26:29
|
Revision: 808 http://svn.sourceforge.net/equalizer/?rev=808&view=rev Author: eile Date: 2007-02-19 08:26:21 -0800 (Mon, 19 Feb 2007) Log Message: ----------- Some code cleanup before implementing exposed node loop Modified Paths: -------------- trunk/src/lib/client/client.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/init.cpp trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h 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-02-20 12:51:40
|
Revision: 809 http://svn.sourceforge.net/equalizer/?rev=809&view=rev Author: eile Date: 2007-02-20 04:51:38 -0800 (Tue, 20 Feb 2007) Log Message: ----------- Cleanup: Make local node/client explicit to application, remove per-thread localNode global, cleanup thread exits to free resources and allow correct reference counting of nodes Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/configs/config.eqc trunk/src/examples/eqPly/main.cpp trunk/src/lib/Makefile trunk/src/lib/client/client.cpp trunk/src/lib/client/client.h trunk/src/lib/client/config.cpp trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/init.cpp trunk/src/lib/client/init.h trunk/src/lib/client/node.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h trunk/src/lib/eq.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/command.cpp trunk/src/lib/net/command.h trunk/src/lib/net/commandCache.cpp trunk/src/lib/net/commandCache.h trunk/src/lib/net/commandQueue.cpp trunk/src/lib/net/commandQueue.h trunk/src/lib/net/init.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/server/config.cpp Removed Paths: ------------- trunk/src/lib/client/openParams.cpp trunk/src/lib/client/openParams.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-21 10:22:19
|
Revision: 811 http://svn.sourceforge.net/equalizer/?rev=811&view=rev Author: eile Date: 2007-02-21 02:22:00 -0800 (Wed, 21 Feb 2007) Log Message: ----------- remove unneeded eqNet::Object type id Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/configs/config.eqc trunk/src/examples/eqPly/eqPly.h trunk/src/examples/eqPly/frameData.h trunk/src/examples/eqPly/initData.h trunk/src/lib/Makefile trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/config.cpp 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/matrix4.h 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/statEvent.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/eq.h trunk/src/lib/net/barrier.h trunk/src/lib/net/object.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/server/channel.h trunk/src/server/frame.cpp trunk/src/server/frame.h trunk/src/server/frameData.cpp trunk/src/server/frameData.h trunk/src/server/node.h trunk/src/server/pipe.h trunk/src/server/window.h Removed Paths: ------------- trunk/src/lib/client/object.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-21 12:53:25
|
Revision: 814 http://svn.sourceforge.net/equalizer/?rev=814&view=rev Author: eile Date: 2007-02-21 04:53:17 -0800 (Wed, 21 Feb 2007) Log Message: ----------- Windows port: - fix per-frame clock race condition - fix setting of window pixel viewport after resize Modified Paths: -------------- trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/server/window.cpp Property Changed: ---------------- trunk/src/VS2005/ trunk/src/server/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-21 13:21:57
|
Revision: 815 http://svn.sourceforge.net/equalizer/?rev=815&view=rev Author: eile Date: 2007-02-21 05:21:56 -0800 (Wed, 21 Feb 2007) Log Message: ----------- Introduce and use spin locks Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/base/referenced.h trunk/src/lib/client/pipe.h Added Paths: ----------- trunk/src/lib/base/spinLock.cpp trunk/src/lib/base/spinLock.h Removed Paths: ------------- trunk/src/lib/base/shm.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-23 10:04:54
|
Revision: 818 http://svn.sourceforge.net/equalizer/?rev=818&view=rev Author: eile Date: 2007-02-23 02:04:52 -0800 (Fri, 23 Feb 2007) Log Message: ----------- Remove more dead code Modified Paths: -------------- trunk/src/lib/client/node.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/net/base.h trunk/src/lib/net/commandResult.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/session.cpp trunk/src/server/server.cpp trunk/src/server/server.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-26 09:24:10
|
Revision: 827 http://svn.sourceforge.net/equalizer/?rev=827&view=rev Author: eile Date: 2007-02-26 01:24:07 -0800 (Mon, 26 Feb 2007) Log Message: ----------- Remove node thread and move node methods to main thread Modified Paths: -------------- trunk/src/examples/eqPly/main.cpp trunk/src/lib/base/requestHandler.cpp trunk/src/lib/client/client.cpp trunk/src/lib/client/client.h trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/packets.h trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h trunk/src/lib/net/command.cpp trunk/src/lib/net/commandCache.cpp trunk/src/lib/net/commandQueue.cpp trunk/src/lib/net/commands.h trunk/src/lib/net/node.cpp trunk/src/lib/net/session.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...> - 2007-02-26 11:09:13
|
Revision: 830 http://svn.sourceforge.net/equalizer/?rev=830&view=rev Author: eile Date: 2007-02-26 03:09:08 -0800 (Mon, 26 Feb 2007) Log Message: ----------- Task method renaming #1: Existing config and node methods, fix a race in the object packet dispatch Modified Paths: -------------- trunk/src/examples/eqPly/main.cpp trunk/src/examples/eqPly/node.cpp trunk/src/examples/eqPly/node.h trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/packets.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/node.cpp trunk/src/server/node.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-27 09:02:50
|
Revision: 836 http://svn.sourceforge.net/equalizer/?rev=836&view=rev Author: eile Date: 2007-02-27 01:02:48 -0800 (Tue, 27 Feb 2007) Log Message: ----------- Task method renaming #3: Pipe, Window, Channel: configInit and configExit Modified Paths: -------------- trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/channel.h trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/pipe.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/commands.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/connectionSet.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/config.cpp trunk/src/server/pipe.cpp trunk/src/server/pipe.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...> - 2007-02-27 10:11:07
|
Revision: 837 http://svn.sourceforge.net/equalizer/?rev=837&view=rev Author: eile Date: 2007-02-27 02:11:03 -0800 (Tue, 27 Feb 2007) Log Message: ----------- Task method renaming #4: Window, Channel: frameStart, frameFinish, startFrame, releaseFrame Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/commands.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/pipe.cpp 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...> - 2007-02-27 12:43:02
|
Revision: 841 http://svn.sourceforge.net/equalizer/?rev=841&view=rev Author: eile Date: 2007-02-27 04:42:59 -0800 (Tue, 27 Feb 2007) Log Message: ----------- Update Win32 README Modified Paths: -------------- trunk/src/README.Win32 trunk/src/examples/configs/test.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-27 13:34:39
|
Revision: 844 http://svn.sourceforge.net/equalizer/?rev=844&view=rev Author: eile Date: 2007-02-27 05:34:35 -0800 (Tue, 27 Feb 2007) Log Message: ----------- bugfix: swap barrier destruction on Win32 Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/net/barrier.cpp trunk/src/lib/net/barrier.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-27 14:52:27
|
Revision: 845 http://svn.sourceforge.net/equalizer/?rev=845&view=rev Author: eile Date: 2007-02-27 06:52:26 -0800 (Tue, 27 Feb 2007) Log Message: ----------- bugfix: Big Win32 socket writes failed due to a full socket buffer on non-blocking sockets. Use select to wait for socket to flush, then retry. Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/net/socketConnection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-28 13:08:12
|
Revision: 847 http://svn.sourceforge.net/equalizer/?rev=847&view=rev Author: eile Date: 2007-02-28 05:07:52 -0800 (Wed, 28 Feb 2007) Log Message: ----------- [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Documentation [ ] Breaks existing applications Description: Continue implementing non-threaded rendering: Buffer per-pipe, per-frame tasks on the server. Modified Paths: -------------- trunk/src/lib/net/bufferConnection.cpp trunk/src/lib/net/bufferConnection.h trunk/src/server/channel.h trunk/src/server/compound.cpp trunk/src/server/global.cpp trunk/src/server/pipe.cpp trunk/src/server/pipe.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...> - 2007-03-01 14:28:33
|
Revision: 850 http://svn.sourceforge.net/equalizer/?rev=850&view=rev Author: eile Date: 2007-03-01 06:28:27 -0800 (Thu, 01 Mar 2007) Log Message: ----------- [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Documentation [ ] Breaks existing applications Description: Fix Win32 port Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/configs/test.eqc trunk/src/lib/net/bufferConnection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |