Thread: [eq-commit] SF.net SVN: equalizer: [1628] trunk/src (Page 13)
Brought to you by:
eile
From: <ei...@us...> - 2008-01-01 18:34:10
|
Revision: 1628 http://equalizer.svn.sourceforge.net/equalizer/?rev=1628&view=rev Author: eile Date: 2008-01-01 10:34:06 -0800 (Tue, 01 Jan 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 trunk/src/lib/base/thread.cpp trunk/src/lib/client/compositor.cpp trunk/src/lib/client/frameData.h 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...> - 2008-01-10 10:38:08
|
Revision: 1642 http://equalizer.svn.sourceforge.net/equalizer/?rev=1642&view=rev Author: eile Date: 2008-01-10 02:38:06 -0800 (Thu, 10 Jan 2008) Log Message: ----------- Fix some compile warnings [ ] May break build [ ] Breaks existing application [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/initData.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.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-01-10 16:19:14
|
Revision: 1643 http://equalizer.svn.sourceforge.net/equalizer/?rev=1643&view=rev Author: eile Date: 2008-01-10 08:19:07 -0800 (Thu, 10 Jan 2008) Log Message: ----------- Win32 cleanups and bugfixes: - lower warning level for VS build - address some warnings - hide ConfigParams strings (dll heap issue) - allow initialization with argc, argv = 0 [ ] May break build [ ] Breaks existing applications [x] 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/client/configParams.cpp trunk/src/lib/client/configParams.h trunk/src/lib/client/server.cpp trunk/src/lib/net/init.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/pairConnection.cpp 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-01-14 13:10:48
|
Revision: 1647 http://equalizer.svn.sourceforge.net/equalizer/?rev=1647&view=rev Author: eile Date: 2008-01-14 05:10:47 -0800 (Mon, 14 Jan 2008) Log Message: ----------- Refactor Window::configInitAGL into several, replaceable functions. WGL and GLX refactoring, as well as documentation, will follow soon. Add new multi-level config file. [ ] May break build [ ] Breaks existing application [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowSystem.h Added Paths: ----------- trunk/src/examples/configs/7-window.DB.2D.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-01-17 09:07:15
|
Revision: 1660 http://equalizer.svn.sourceforge.net/equalizer/?rev=1660&view=rev Author: eile Date: 2008-01-17 01:07:13 -0800 (Thu, 17 Jan 2008) Log Message: ----------- Minor code cleanups [ ] May break build [ ] Breaks existing application [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/README.Darwin trunk/src/lib/base/requestHandler.h trunk/src/lib/client/config.cpp trunk/src/lib/client/window.cpp trunk/src/lib/net/commands.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-01-17 17:21:06
|
Revision: 1662 http://equalizer.svn.sourceforge.net/equalizer/?rev=1662&view=rev Author: eile Date: 2008-01-17 09:20:59 -0800 (Thu, 17 Jan 2008) Log Message: ----------- Minor Win32 cleanups [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer Server Library.vcproj trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/client/windowSystem.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...> - 2008-01-28 08:54:10
|
Revision: 1675 http://equalizer.svn.sourceforge.net/equalizer/?rev=1675&view=rev Author: eile Date: 2008-01-28 00:54:07 -0800 (Mon, 28 Jan 2008) Log Message: ----------- Loader support for window drawable hint [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/global.cpp trunk/src/lib/client/global.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/server/loader.l trunk/src/server/loader.y 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-01-29 13:13:13
|
Revision: 1676 http://equalizer.svn.sourceforge.net/equalizer/?rev=1676&view=rev Author: eile Date: 2008-01-29 05:13:03 -0800 (Tue, 29 Jan 2008) Log Message: ----------- Move resource object creation and destruction (config...channel) to node or pipe thread [ ] May break build [x] Might break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/client.cpp 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/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/commandQueue.cpp trunk/src/lib/net/session.cpp trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/node.cpp trunk/src/server/pipe.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-01-29 14:43:08
|
Revision: 1677 http://equalizer.svn.sourceforge.net/equalizer/?rev=1677&view=rev Author: eile Date: 2008-01-29 06:43:06 -0800 (Tue, 29 Jan 2008) Log Message: ----------- Fix gcc build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/server.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-02-01 14:46:00
|
Revision: 1689 http://equalizer.svn.sourceforge.net/equalizer/?rev=1689&view=rev Author: eile Date: 2008-02-01 06:45:56 -0800 (Fri, 01 Feb 2008) Log Message: ----------- Improve doxygen comments. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/eVolve.h trunk/src/examples/eqPixelBench/config.h trunk/src/examples/eqPly/eqPly.h trunk/src/lib/base/thread.h trunk/src/lib/client/channel.h trunk/src/lib/client/client.h trunk/src/lib/client/config.h trunk/src/lib/client/node.h trunk/src/lib/client/pipe.h trunk/src/lib/client/window.h 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...> - 2008-02-05 14:06:27
|
Revision: 1693 http://equalizer.svn.sourceforge.net/equalizer/?rev=1693&view=rev Author: eile Date: 2008-02-05 06:06:25 -0800 (Tue, 05 Feb 2008) Log Message: ----------- Fix issue with remapping of eqNet::Objects [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/base/idPool.cpp trunk/src/lib/base/requestHandler.cpp trunk/src/lib/net/commands.h trunk/src/lib/net/deltaMasterCM.h trunk/src/lib/net/deltaSlaveCM.cpp trunk/src/lib/net/deltaSlaveCM.h trunk/src/lib/net/fullMasterCM.h trunk/src/lib/net/fullSlaveCM.cpp trunk/src/lib/net/fullSlaveCM.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 trunk/src/lib/net/session.h trunk/src/lib/net/staticMasterCM.h trunk/src/lib/net/staticSlaveCM.h trunk/src/lib/net/unbufferedMasterCM.h 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-02-06 09:19:20
|
Revision: 1694 http://equalizer.svn.sourceforge.net/equalizer/?rev=1694&view=rev Author: eile Date: 2008-02-06 01:19:16 -0800 (Wed, 06 Feb 2008) Log Message: ----------- - Correct specular lighting in eqPly for immersive frustra - Fix gcc build - Move back-face culling enable from eq::Window to eqPly::Window [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/window.cpp trunk/src/examples/eqPly/window.cpp trunk/src/examples/eqPly/window.h trunk/src/lib/client/window.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...> - 2008-02-06 16:56:29
|
Revision: 1695 http://equalizer.svn.sourceforge.net/equalizer/?rev=1695&view=rev Author: eile Date: 2008-02-06 08:56:25 -0800 (Wed, 06 Feb 2008) Log Message: ----------- Add eVolve to VS2005 build, structure VS solution [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.sln trunk/src/VS2005/eVolve.vcproj trunk/src/VS2005/eqHello.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/VS2005/pixelBench.vcproj 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...> - 2008-02-07 10:57:33
|
Revision: 1696 http://equalizer.svn.sourceforge.net/equalizer/?rev=1696&view=rev Author: eile Date: 2008-02-07 02:57:29 -0800 (Thu, 07 Feb 2008) Log Message: ----------- - Fix: save pixel zoom state during assembly - add release pdb's to copyBuild.bat Modified Paths: -------------- trunk/src/VS2005/copyBuild.bat trunk/src/lib/client/channel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2008-02-11 18:22:25
|
Revision: 1697 http://equalizer.svn.sourceforge.net/equalizer/?rev=1697&view=rev Author: max_mahinya Date: 2008-02-11 10:21:58 -0800 (Mon, 11 Feb 2008) Log Message: ----------- - cleanup of glsl shaders loading and frames ordering - different alpha-blending modes cleanup - customable colors for background fix (including EQ_TAINT_CHANNELS support) [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/eVolve.vcproj trunk/src/examples/eVolve/Makefile trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/channel.h trunk/src/examples/eVolve/rawVolModel.cpp trunk/src/examples/eVolve/rawVolModel.h trunk/src/examples/eVolve/rawVolModelRenderer.cpp trunk/src/examples/eVolve/rawVolModelRenderer.h Added Paths: ----------- trunk/src/examples/eVolve/framesOrderer.cpp trunk/src/examples/eVolve/framesOrderer.h trunk/src/examples/eVolve/glslShaders.cpp trunk/src/examples/eVolve/glslShaders.h Removed Paths: ------------- trunk/src/examples/eVolve/shader.cpp trunk/src/examples/eVolve/shader.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-13 16:12:56
|
Revision: 1700 http://equalizer.svn.sourceforge.net/equalizer/?rev=1700&view=rev Author: eile Date: 2008-02-13 08:12:53 -0800 (Wed, 13 Feb 2008) Log Message: ----------- Hardcode default config in eqServer cleanup eqNet::Node connection description API [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/client.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/server/eqServer.cpp trunk/src/server/node.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: <max...@us...> - 2008-02-18 11:13:56
|
Revision: 1702 http://equalizer.svn.sourceforge.net/equalizer/?rev=1702&view=rev Author: max_mahinya Date: 2008-02-18 03:13:23 -0800 (Mon, 18 Feb 2008) Log Message: ----------- eVolve improvements: - ortogonal/perspective projection selection improved (now through command line parameter) - zooming in ortogonal projection - fixed light position (old raw+derivatives files can be fixed using recalculation of normals option of eVolveConverter) [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/Bucky32x32x32_d.raw trunk/src/examples/eVolve/Makefile trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/channel.h trunk/src/examples/eVolve/fragmentShader.glsl trunk/src/examples/eVolve/fragmentShader_glsl.h trunk/src/examples/eVolve/initData.cpp trunk/src/examples/eVolve/initData.h trunk/src/examples/eVolve/localInitData.cpp trunk/src/examples/eVolve/pipe.cpp trunk/src/examples/eVolve/rawVolModelRenderer.cpp trunk/src/examples/eVolve/rawVolModelRenderer.h trunk/src/examples/eVolve/vertexShader.glsl trunk/src/examples/eVolve/vertexShader_glsl.h trunk/src/tools/eVolveConverter/eVolveConverter.cpp trunk/src/tools/eVolveConverter/eVolveConverter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-19 12:07:13
|
Revision: 1703 http://equalizer.svn.sourceforge.net/equalizer/?rev=1703&view=rev Author: eile Date: 2008-02-19 04:07:10 -0800 (Tue, 19 Feb 2008) Log Message: ----------- Fix bug 1831090: Session::mapObject() might deadlock The bug was caused by a blocking send() operation in the receiver thread. The fix contains: - create new command thread - do not execute any commands in the recv thread - packets are first dispatched to a command queue - threads pop() the command queue and invoke the commands - simplify possible command handler return values - extend eqPixelBench example to measure app--draw latency - documentation updates will follow The only application-visible change is an added parent parameter for NodeFactory::createConfig. [x] May break build [x] Breaks existing application [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/contrib/eqOgre/eoConfig.cpp trunk/src/contrib/eqOgre/eoConfig.h trunk/src/contrib/eqOgre/eqOgre.cpp trunk/src/examples/configs/test.eqc trunk/src/examples/eVolve/config.cpp trunk/src/examples/eVolve/config.h trunk/src/examples/eVolve/main.cpp trunk/src/examples/eqPixelBench/config.cpp trunk/src/examples/eqPixelBench/config.h trunk/src/examples/eqPixelBench/main.cpp trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/config.h trunk/src/examples/eqPly/main.cpp trunk/src/lib/base/debug.h trunk/src/lib/base/mtQueue.h trunk/src/lib/base/refPtr.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/client.cpp trunk/src/lib/client/client.h trunk/src/lib/client/commandQueue.cpp trunk/src/lib/client/commandQueue.h trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/nodeFactory.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/renderContext.cpp 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/barrier.h trunk/src/lib/net/base.cpp trunk/src/lib/net/base.h trunk/src/lib/net/command.cpp trunk/src/lib/net/commandQueue.cpp trunk/src/lib/net/commandQueue.h trunk/src/lib/net/commandResult.h trunk/src/lib/net/connectionSet.h trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaMasterCM.h trunk/src/lib/net/fullMasterCM.cpp trunk/src/lib/net/fullMasterCM.h trunk/src/lib/net/fullSlaveCM.cpp trunk/src/lib/net/fullSlaveCM.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.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/objectDataIStream.cpp trunk/src/lib/net/objectDataIStream.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/lib/net/staticMasterCM.h trunk/src/lib/net/staticSlaveCM.cpp trunk/src/lib/net/staticSlaveCM.h trunk/src/lib/net/unbufferedMasterCM.cpp trunk/src/lib/net/unbufferedMasterCM.h 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/startLocalServer.cpp trunk/src/server/window.cpp trunk/src/server/window.h trunk/src/tests/dataStream/test.cpp trunk/src/tests/node/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-19 12:47:05
|
Revision: 1705 http://equalizer.svn.sourceforge.net/equalizer/?rev=1705&view=rev Author: eile Date: 2008-02-19 04:46:59 -0800 (Tue, 19 Feb 2008) Log Message: ----------- Fix Linux 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/rawVolModelRenderer.cpp trunk/src/examples/eVolve/rawVolModelRenderer.h trunk/src/lib/client/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-20 08:29:29
|
Revision: 1706 http://equalizer.svn.sourceforge.net/equalizer/?rev=1706&view=rev Author: eile Date: 2008-02-20 00:29:22 -0800 (Wed, 20 Feb 2008) Log Message: ----------- Implement async object mapping Add culling statistics to eqPly [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/LICENSE trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/eqPly.cpp trunk/src/examples/eqPly/eqPly.h trunk/src/examples/eqPly/vertexBufferBase.h trunk/src/examples/eqPly/vertexBufferLeaf.cpp trunk/src/examples/eqPly/vertexBufferLeaf.h trunk/src/examples/eqPly/vertexBufferNode.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...> - 2008-02-20 09:05:26
|
Revision: 1707 http://equalizer.svn.sourceforge.net/equalizer/?rev=1707&view=rev Author: eile Date: 2008-02-20 01:05:23 -0800 (Wed, 20 Feb 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/eq.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...> - 2008-02-20 10:53:19
|
Revision: 1708 http://equalizer.svn.sourceforge.net/equalizer/?rev=1708&view=rev Author: eile Date: 2008-02-20 02:53:16 -0800 (Wed, 20 Feb 2008) Log Message: ----------- Optimize eqPly culling, first step: Compute optimal bounding sphere for leaf nodes in the kD-tree [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/LICENSE trunk/src/examples/eqPly/typedefs.h trunk/src/examples/eqPly/vertexBufferLeaf.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-20 15:49:08
|
Revision: 1712 http://equalizer.svn.sourceforge.net/equalizer/?rev=1712&view=rev Author: eile Date: 2008-02-20 07:48:46 -0800 (Wed, 20 Feb 2008) Log Message: ----------- eqPly frustum culling part 2: use bounding sphere for the full tree, de-associated server and app log topics. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/eqPly.h trunk/src/examples/eqPly/typedefs.h trunk/src/examples/eqPly/vertexBufferBase.h trunk/src/examples/eqPly/vertexBufferLeaf.cpp trunk/src/examples/eqPly/vertexBufferLeaf.h trunk/src/examples/eqPly/vertexBufferNode.cpp trunk/src/examples/eqPly/vertexBufferNode.h trunk/src/lib/client/log.h trunk/src/server/log.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 09:18:48
|
Revision: 1713 http://equalizer.svn.sourceforge.net/equalizer/?rev=1713&view=rev Author: eile Date: 2008-02-21 01:18:46 -0800 (Thu, 21 Feb 2008) Log Message: ----------- eqPly: Add, but not enable, a method to visualize the bounding spheres. Make non-colored ply's less bright to avoid oversaturation. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/eqPly Example.vcproj trunk/src/examples/eqPly/Makefile trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/vertexBufferBase.h Added Paths: ----------- trunk/src/examples/eqPly/vertexBufferBase.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-21 11:19:27
|
Revision: 1714 http://equalizer.svn.sourceforge.net/equalizer/?rev=1714&view=rev Author: eile Date: 2008-02-21 03:19:24 -0800 (Thu, 21 Feb 2008) Log Message: ----------- Implement AGL PBuffer support, add example config [ ] May break build [ ] Breaks existing application [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowSystem.h Added Paths: ----------- trunk/src/examples/configs/2-window.DB.PBuffer.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |