Thread: [eq-commit] SF.net SVN: equalizer: [1527] trunk/src (Page 12)
Brought to you by:
eile
From: <ei...@us...> - 2007-11-14 15:13:42
|
Revision: 1527 http://equalizer.svn.sourceforge.net/equalizer/?rev=1527&view=rev Author: eile Date: 2007-11-14 07:13:40 -0800 (Wed, 14 Nov 2007) Log Message: ----------- add some typedefs for child vectors [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/client/config.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/window.cpp trunk/src/lib/client/window.h trunk/src/make/rules.mk Added Paths: ----------- trunk/src/lib/client/types.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-14 15:26:36
|
Revision: 1528 http://equalizer.svn.sourceforge.net/equalizer/?rev=1528&view=rev Author: eile Date: 2007-11-14 07:26:28 -0800 (Wed, 14 Nov 2007) Log Message: ----------- Fix Win32 build, add new image test vcproj, enable OpenMP on VS2005. [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.sln trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/base/definesWin32.h trunk/src/lib/client/image.cpp trunk/src/lib/client/window.cpp trunk/src/lib/net/object.h Added Paths: ----------- trunk/src/VS2005/image.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-15 08:59:38
|
Revision: 1531 http://equalizer.svn.sourceforge.net/equalizer/?rev=1531&view=rev Author: eile Date: 2007-11-15 00:59:34 -0800 (Thu, 15 Nov 2007) Log Message: ----------- SLES 9.3 fixes/cleanups [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/AUTHORS trunk/src/examples/eVolve/Makefile trunk/src/examples/eqHello/Makefile trunk/src/examples/eqPixelBench/Makefile trunk/src/examples/eqPly/Makefile trunk/src/lib/client/glFunctions.cpp trunk/src/make/Darwin.mk trunk/src/make/rules.mk trunk/src/make/system.mk trunk/src/proto/pthreads/Makefile trunk/src/server/Makefile trunk/src/server/loader.y trunk/src/tools/eVolveConverter/eVolveConverter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-16 14:06:29
|
Revision: 1535 http://equalizer.svn.sourceforge.net/equalizer/?rev=1535&view=rev Author: eile Date: 2007-11-16 06:06:27 -0800 (Fri, 16 Nov 2007) Log Message: ----------- AGL: Make swap/retrace synchronization optional [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/server/global.cpp 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...> - 2007-11-19 15:19:45
|
Revision: 1540 http://equalizer.svn.sourceforge.net/equalizer/?rev=1540&view=rev Author: eile Date: 2007-11-19 07:19:39 -0800 (Mon, 19 Nov 2007) Log Message: ----------- WGL: Fix re-installing the old event handler on exit [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/client/wglEventHandler.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-21 12:06:16
|
Revision: 1541 http://equalizer.svn.sourceforge.net/equalizer/?rev=1541&view=rev Author: eile Date: 2007-11-21 04:06:12 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Fix zero-length string transmission in data streams. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/AUTHORS trunk/src/lib/net/dataIStream.h trunk/src/lib/net/dataOStream.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-23 15:03:54
|
Revision: 1550 http://equalizer.svn.sourceforge.net/equalizer/?rev=1550&view=rev Author: eile Date: 2007-11-23 07:03:48 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Integrate GLEW as OpenGL extension handler. Documentation to follow. Likely breaks WGL build. Adapt build system to handle C files. Add Acknowledgements file [x] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/README trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/eVolve/Makefile trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/window.cpp trunk/src/examples/eVolve/window.h trunk/src/examples/eqHello/Makefile trunk/src/examples/eqPixelBench/Makefile trunk/src/examples/eqPly/Makefile trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/typedefs.h trunk/src/examples/eqPly/vertexBufferLeaf.cpp trunk/src/examples/eqPly/vertexBufferRoot.cpp trunk/src/examples/eqPly/vertexBufferState.h trunk/src/examples/eqPly/window.cpp trunk/src/examples/eqPly/window.h trunk/src/externals/Makefile trunk/src/lib/Makefile trunk/src/lib/base/base.h trunk/src/lib/client/channel.h trunk/src/lib/client/objectManager.cpp trunk/src/lib/client/objectManager.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowSystem.h trunk/src/lib/eq.h trunk/src/make/Darwin.mk trunk/src/make/Equalizer.spec trunk/src/make/Linux.x86_64.mk trunk/src/make/rules.mk trunk/src/make/system.mk trunk/src/proto/pthreads/Makefile trunk/src/server/Makefile trunk/src/tools/configTool/Makefile trunk/src/tools/eVolveConverter/Makefile Added Paths: ----------- trunk/src/ACKNOWLEDGEMENTS trunk/src/lib/glew/ trunk/src/lib/glew/glew.c Removed Paths: ------------- trunk/src/lib/client/glFunctions.cpp trunk/src/lib/client/glFunctions.h Property Changed: ---------------- trunk/src/ trunk/src/examples/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-23 15:30:34
|
Revision: 1552 http://equalizer.svn.sourceforge.net/equalizer/?rev=1552&view=rev Author: eile Date: 2007-11-23 07:30:33 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Add missing GLEW header [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Added Paths: ----------- trunk/src/externals/GL/ trunk/src/externals/GL/glew.h Property Changed: ---------------- trunk/src/ trunk/src/externals/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-23 17:05:02
|
Revision: 1555 http://equalizer.svn.sourceforge.net/equalizer/?rev=1555&view=rev Author: eile Date: 2007-11-23 09:05:00 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Add missing shader files for eqPly, remove unneeded cg files for eVolve [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/stringify.pl trunk/src/externals/Makefile Added Paths: ----------- trunk/src/examples/eqPly/fragmentShader_glsl.h trunk/src/examples/eqPly/vertexShader_glsl.h Removed Paths: ------------- trunk/src/examples/eVolve/fragmentShader.cg trunk/src/examples/eVolve/fragmentShader_cg.h trunk/src/examples/eVolve/vertexShaderComplex.cg trunk/src/examples/eVolve/vertexShaderComplex_cg.h trunk/src/examples/eVolve/vertexShaderSimple.cg trunk/src/examples/eVolve/vertexShaderSimple_cg.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-23 17:10:30
|
Revision: 1556 http://equalizer.svn.sourceforge.net/equalizer/?rev=1556&view=rev Author: eile Date: 2007-11-23 09:10:28 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Fix Win32 build after GLEW integration [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/base/definesWin32.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-26 14:55:16
|
Revision: 1559 http://equalizer.svn.sourceforge.net/equalizer/?rev=1559&view=rev Author: eile Date: 2007-11-26 06:55:14 -0800 (Mon, 26 Nov 2007) Log Message: ----------- WGL: Fix some GLEW integration issues [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/copyBuild.bat trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h 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...> - 2007-11-28 12:50:46
|
Revision: 1566 http://equalizer.svn.sourceforge.net/equalizer/?rev=1566&view=rev Author: eile Date: 2007-11-28 04:50:43 -0800 (Wed, 28 Nov 2007) Log Message: ----------- Implement render context assignment for pointer events. Allows Frustum-specific calculations. The window maintains a list of render contexts for the front draw buffer, which is used by the event handlers to get the last RenderContext for the event's mouse position. Common event data between WindowEvent and ConfigEvent has been moved to the new event struct, to facilitate the copy between the two. This causes another indirection when accessing the event date, e.g., windowEvent.pointerMotion becomes windowEvent.data.pointerMotion. Furthermore, the event types have been unified and moved to Event, e.g., eq::Event::WINDOW_CLOSE. Fix missing Window* in AGL WindowEvents Fix complete userdata removal from build [x] May break build [x] Breaks existing applications [x] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/eVolve/config.cpp trunk/src/examples/eqPixelBench/channel.cpp trunk/src/examples/eqPixelBench/config.cpp trunk/src/examples/eqPixelBench/configEvent.cpp trunk/src/examples/eqPixelBench/configEvent.h trunk/src/examples/eqPly/config.cpp trunk/src/lib/Makefile trunk/src/lib/base/mtQueue.h trunk/src/lib/base/spinLock.cpp trunk/src/lib/client/X11Connection.h trunk/src/lib/client/aglEventHandler.cpp trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/config.cpp trunk/src/lib/client/configEvent.cpp trunk/src/lib/client/configEvent.h trunk/src/lib/client/event.cpp trunk/src/lib/client/event.h trunk/src/lib/client/eventHandler.cpp trunk/src/lib/client/eventHandler.h trunk/src/lib/client/glXEventHandler.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/pixelViewport.h trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowEvent.cpp trunk/src/lib/client/windowEvent.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-12-01 12:31:07
|
Revision: 1571 http://equalizer.svn.sourceforge.net/equalizer/?rev=1571&view=rev Author: eile Date: 2007-12-01 04:31:05 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Fix exit order of event handlers - first exit event handler, then destroy window. [ ] May break build [ ] Breaks existing application [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/rawVolModel.h trunk/src/lib/client/pipe.cpp 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...> - 2007-12-05 08:27:41
|
Revision: 1573 http://equalizer.svn.sourceforge.net/equalizer/?rev=1573&view=rev Author: eile Date: 2007-12-05 00:27:39 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Fix zero-length vector transmission in data i/o streams. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/AUTHORS trunk/src/lib/net/dataIStream.h trunk/src/lib/net/dataOStream.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-05 15:26:22
|
Revision: 1575 http://equalizer.svn.sourceforge.net/equalizer/?rev=1575&view=rev Author: eile Date: 2007-12-05 07:26:16 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Fix bug #1839291 - WGL windows were created too small (window size vs. client area), causing the frustum to be adjusted according to the current FOV update setting. Also fix setting of initial pvp so that the vp is updated Add MinGW and Cygwin XP64 build files. Fix GLEW/MinGW build. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/window.cpp trunk/src/lib/net/deltaSlaveCM.cpp trunk/src/lib/net/session.cpp trunk/src/make/CYGWIN_NT_5_1.mk trunk/src/make/MINGW32_NT_5_1.mk Added Paths: ----------- trunk/src/make/CYGWIN_NT_5_2_WOW64.mk trunk/src/make/MINGW32_NT_5_2.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-06 08:23:10
|
Revision: 1577 http://equalizer.svn.sourceforge.net/equalizer/?rev=1577&view=rev Author: eile Date: 2007-12-06 00:23:09 -0800 (Thu, 06 Dec 2007) Log Message: ----------- Cygwin/XP64 build fix [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/externals/GL/wglew.h trunk/src/server/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-07 11:20:47
|
Revision: 1578 http://equalizer.svn.sourceforge.net/equalizer/?rev=1578&view=rev Author: eile Date: 2007-12-07 03:20:42 -0800 (Fri, 07 Dec 2007) Log Message: ----------- Minor addition to clock class [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/base/clock.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-10 13:00:47
|
Revision: 1587 http://equalizer.svn.sourceforge.net/equalizer/?rev=1587&view=rev Author: eile Date: 2007-12-10 05:00:46 -0800 (Mon, 10 Dec 2007) Log Message: ----------- Experimental icc support on OS X [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/net/barrier.h trunk/src/make/Darwin.mk trunk/src/make/Linux.x86_64.mk trunk/src/make/rules.mk 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-12-10 16:45:03
|
Revision: 1589 http://equalizer.svn.sourceforge.net/equalizer/?rev=1589&view=rev Author: eile Date: 2007-12-10 08:45:00 -0800 (Mon, 10 Dec 2007) Log Message: ----------- Add initial version of eqOgre to tree. Does only compile (not work) on Darwin. Needs more work. API Change: Resource entities created by the NodeFactory now get their parent in the constructor. Applications need to change their NodeFactory and derived Node, Pipe, Window, Channel constructors accordingly. Adapt examples for this API change. [ ] May break build [x] Breaks existing application [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/Makefile trunk/src/examples/configs/test.eqc trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/channel.h trunk/src/examples/eVolve/main.cpp trunk/src/examples/eVolve/node.h trunk/src/examples/eVolve/pipe.h trunk/src/examples/eVolve/window.h trunk/src/examples/eqHello/hello.cpp trunk/src/examples/eqPixelBench/channel.h trunk/src/examples/eqPixelBench/main.cpp trunk/src/examples/eqPly/channel.h trunk/src/examples/eqPly/main.cpp trunk/src/examples/eqPly/node.h trunk/src/examples/eqPly/pipe.h trunk/src/examples/eqPly/window.h trunk/src/lib/base/stdExt.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/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/nodeFactory.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 Added Paths: ----------- trunk/src/contrib/ trunk/src/contrib/Makefile trunk/src/contrib/eqOgre/ trunk/src/contrib/eqOgre/Makefile trunk/src/contrib/eqOgre/README trunk/src/contrib/eqOgre/common/ trunk/src/contrib/eqOgre/common/OgreCore.zip trunk/src/contrib/eqOgre/common/ogre.cfg trunk/src/contrib/eqOgre/common/plugins.cfg trunk/src/contrib/eqOgre/common/resources.cfg trunk/src/contrib/eqOgre/common.h trunk/src/contrib/eqOgre/eoChannel.cpp trunk/src/contrib/eqOgre/eoChannel.h trunk/src/contrib/eqOgre/eoConfig.cpp trunk/src/contrib/eqOgre/eoConfig.h trunk/src/contrib/eqOgre/eoFrameData.h trunk/src/contrib/eqOgre/eoFrameEvent.h trunk/src/contrib/eqOgre/eoInitData.cpp trunk/src/contrib/eqOgre/eoInitData.h trunk/src/contrib/eqOgre/eoNode.cpp trunk/src/contrib/eqOgre/eoNode.h trunk/src/contrib/eqOgre/eoPipe.cpp trunk/src/contrib/eqOgre/eoPipe.h trunk/src/contrib/eqOgre/eoWindow.cpp trunk/src/contrib/eqOgre/eoWindow.h trunk/src/contrib/eqOgre/eqOgre.cpp trunk/src/contrib/eqOgre/ogPlyMesh.cpp trunk/src/contrib/eqOgre/ogPlyMesh.h trunk/src/contrib/eqOgre/ogreFrameListener.h trunk/src/contrib/eqOgre/ogreRoot.cpp trunk/src/contrib/eqOgre/ogreRoot.h trunk/src/contrib/eqOgre/ogreWindow.cpp trunk/src/contrib/eqOgre/ogreWindow.h trunk/src/contrib/eqOgre/ply.h trunk/src/contrib/eqOgre/plyFace.h trunk/src/contrib/eqOgre/plyObject.cpp trunk/src/contrib/eqOgre/plyObject.h trunk/src/contrib/eqOgre/plyfile.cpp trunk/src/contrib/eqOgre/rtVector3.h trunk/src/contrib/eqOgre/scripts/ trunk/src/contrib/eqOgre/scripts/eqOgre.sln trunk/src/contrib/eqOgre/scripts/eqOgre.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-13 15:47:03
|
Revision: 1595 http://equalizer.svn.sourceforge.net/equalizer/?rev=1595&view=rev Author: eile Date: 2007-12-13 07:46:59 -0800 (Thu, 13 Dec 2007) Log Message: ----------- Cleanup server API to make it more consistent with client API. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer Server Library.vcproj trunk/src/lib/net/types.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/compoundUpdateOutputVisitor.cpp trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/loader.y 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 Added Paths: ----------- trunk/src/server/types.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-13 17:00:33
|
Revision: 1596 http://equalizer.svn.sourceforge.net/equalizer/?rev=1596&view=rev Author: eile Date: 2007-12-13 08:47:33 -0800 (Thu, 13 Dec 2007) Log Message: ----------- Win32 build fix [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/base/log.cpp trunk/src/lib/client/pixel.cpp trunk/src/lib/client/pixel.h trunk/src/lib/client/range.cpp trunk/src/lib/client/range.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-20 12:24:32
|
Revision: 1608 http://equalizer.svn.sourceforge.net/equalizer/?rev=1608&view=rev Author: eile Date: 2007-12-20 04:24:28 -0800 (Thu, 20 Dec 2007) Log Message: ----------- Implement glsl-based depth assembly: - refactor assembly code out of image class into new compositor class - compositor class may become a generic interface to sw and hw compositing, much more design is needed here. - implement new depth compositing code using a color and depth texture with a shader which retrieves the fragments' color and depth value from these textures. - extend eqPixelBench to test both the fixed-function and glsl path - create a per-window object manager, used by the glsl compositing code - modify examples to re-use this OM instead of creating their own - Documentation updates to follow soon. [x] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/contrib/eqOgre/Makefile trunk/src/examples/eVolve/channel.cpp trunk/src/examples/eVolve/window.cpp trunk/src/examples/eVolve/window.h trunk/src/examples/eqPixelBench/channel.cpp trunk/src/examples/eqPixelBench/channel.h trunk/src/examples/eqPixelBench/config.cpp trunk/src/examples/eqPixelBench/config.h trunk/src/examples/eqPixelBench/configEvent.cpp trunk/src/examples/eqPixelBench/configEvent.h trunk/src/examples/eqPixelBench/main.cpp trunk/src/examples/eqPly/vertexBufferState.h trunk/src/examples/eqPly/window.cpp trunk/src/examples/eqPly/window.h trunk/src/lib/Makefile trunk/src/lib/client/channel.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/image.cpp trunk/src/lib/client/image.h trunk/src/lib/client/objectManager.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowSystem.h trunk/src/lib/eq.h trunk/src/lib/net/node.cpp Added Paths: ----------- trunk/src/lib/client/compositor.cpp trunk/src/lib/client/compositor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-21 14:45:54
|
Revision: 1618 http://equalizer.svn.sourceforge.net/equalizer/?rev=1618&view=rev Author: eile Date: 2007-12-21 06:45:52 -0800 (Fri, 21 Dec 2007) Log Message: ----------- Bugfixes: - In some exotic configurations, Channel::frameDrawFinish was not called - misplaced semicolon in example logo loading [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/window.cpp trunk/src/examples/eqPly/window.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...> - 2007-12-29 16:35:19
|
Revision: 1624 http://equalizer.svn.sourceforge.net/equalizer/?rev=1624&view=rev Author: eile Date: 2007-12-29 08:35:18 -0800 (Sat, 29 Dec 2007) Log Message: ----------- Clean up Frame/FrameData API [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/frame.cpp trunk/src/lib/client/frame.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/net/object.h trunk/src/server/frame.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-01-01 14:44:53
|
Revision: 1625 http://equalizer.svn.sourceforge.net/equalizer/?rev=1625&view=rev Author: eile Date: 2008-01-01 06:44:52 -0800 (Tue, 01 Jan 2008) Log Message: ----------- Add CPU-based assembly code, test performance in eqPixelBench. Not yet used by default - more testing and benchmarking needed. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPixelBench/channel.cpp trunk/src/lib/base/executionListener.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/client/compositor.cpp trunk/src/lib/client/compositor.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/glXEventHandler.cpp trunk/src/lib/client/image.cpp trunk/src/lib/client/image.h trunk/src/lib/eq.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |