Thread: [eq-commit] SF.net SVN: equalizer: [414] trunk/src/lib/client
Brought to you by:
eile
From: <ei...@us...> - 2006-08-10 09:28:31
|
Revision: 414 Author: eile Date: 2006-08-10 02:28:22 -0700 (Thu, 10 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=414&view=rev Log Message: ----------- minor edits to the matrix code Modified Paths: -------------- trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/matrix4.cpp trunk/src/lib/client/matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-08-15 16:47:55
|
Revision: 426 Author: eile Date: 2006-08-15 09:47:43 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=426&view=rev Log Message: ----------- Darwin compile fixes for tracker init code Modified Paths: -------------- trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/frameData.h trunk/src/examples/eqPly/tracker.cpp trunk/src/lib/client/channel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-10 08:38:09
|
Revision: 479 http://svn.sourceforge.net/equalizer/?rev=479&view=rev Author: eile Date: 2006-10-10 01:37:53 -0700 (Tue, 10 Oct 2006) Log Message: ----------- correct meaning of pipe display and screen for CGL Modified Paths: -------------- trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-12-08 13:46:01
|
Revision: 633 http://svn.sourceforge.net/equalizer/?rev=633&view=rev Author: eile Date: 2006-12-08 05:45:54 -0800 (Fri, 08 Dec 2006) Log Message: ----------- Missing description update from last change Modified Paths: -------------- trunk/src/lib/client/statEvent.cpp trunk/src/lib/client/statEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-23 13:27:19
|
Revision: 740 http://svn.sourceforge.net/equalizer/?rev=740&view=rev Author: eile Date: 2007-01-23 05:27:17 -0800 (Tue, 23 Jan 2007) Log Message: ----------- Pass unhandled window-system native events to Window::processEvent Modified Paths: -------------- trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/openParams.cpp trunk/src/lib/client/server.cpp trunk/src/lib/client/window.cpp trunk/src/lib/client/windowEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-12 16:36:58
|
Revision: 794 http://svn.sourceforge.net/equalizer/?rev=794&view=rev Author: eile Date: 2007-02-12 07:22:36 -0800 (Mon, 12 Feb 2007) Log Message: ----------- bugfix: Change 781 introduced a bug where images where not flushed and accumulated during runtime Modified Paths: -------------- trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.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:36:24
|
Revision: 812 http://svn.sourceforge.net/equalizer/?rev=812&view=rev Author: eile Date: 2007-02-21 02:36:21 -0800 (Wed, 21 Feb 2007) Log Message: ----------- minor code cleanups Modified Paths: -------------- trunk/src/lib/client/configParams.cpp trunk/src/lib/client/configParams.h trunk/src/lib/client/nodeFactory.h trunk/src/lib/client/packets.h trunk/src/lib/client/server.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-01-14 16:29:16
|
Revision: 1649 http://equalizer.svn.sourceforge.net/equalizer/?rev=1649&view=rev Author: eile Date: 2008-01-14 08:29:14 -0800 (Mon, 14 Jan 2008) Log Message: ----------- Refactor Window::configInitGLX into several, replaceable functions. TODO: WGL and documentation. [ ] 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-03-30 14:25:16
|
Revision: 1783 http://equalizer.svn.sourceforge.net/equalizer/?rev=1783&view=rev Author: eile Date: 2008-03-30 07:25:11 -0700 (Sun, 30 Mar 2008) Log Message: ----------- Add debug option for outlining 2D tiles during compositing [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/compositor.cpp trunk/src/lib/client/pixelViewport.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-09 12:50:43
|
Revision: 885 http://svn.sourceforge.net/equalizer/?rev=885&view=rev Author: eile Date: 2007-03-09 04:50:40 -0800 (Fri, 09 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Implement Multi-GPU support on WGL with nVidia cards using the WGL_NV_gpu_affinity extension. Example config and more testing will follow soon. Modified Paths: -------------- trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/wglEventHandler.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-03-13 16:26:22
|
Revision: 907 http://svn.sourceforge.net/equalizer/?rev=907&view=rev Author: eile Date: 2007-03-13 09:26:19 -0700 (Tue, 13 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: WGL: set correct window size on init Modified Paths: -------------- trunk/src/lib/client/pixelViewport.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...> - 2007-03-15 12:45:51
|
Revision: 913 http://svn.sourceforge.net/equalizer/?rev=913&view=rev Author: eile Date: 2007-03-15 05:45:37 -0700 (Thu, 15 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Description: Add new statistics event Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/statEvent.cpp trunk/src/lib/client/statEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-06-19 21:55:54
|
Revision: 1160 http://svn.sourceforge.net/equalizer/?rev=1160&view=rev Author: eile Date: 2007-06-19 14:55:52 -0700 (Tue, 19 Jun 2007) Log Message: ----------- Add missing eq::Window::configExitGL [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/image.h trunk/src/lib/client/window.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...> - 2007-07-30 14:00:23
|
Revision: 1200 http://equalizer.svn.sourceforge.net/equalizer/?rev=1200&view=rev Author: eile Date: 2007-07-30 07:00:21 -0700 (Mon, 30 Jul 2007) Log Message: ----------- Make display, drawable and context setter protected [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/pipe.h 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...> - 2007-08-22 12:31:44
|
Revision: 1254 http://equalizer.svn.sourceforge.net/equalizer/?rev=1254&view=rev Author: eile Date: 2007-08-22 05:30:27 -0700 (Wed, 22 Aug 2007) Log Message: ----------- Win32: RTFM: use CallWindowProc to call previous window proc. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/wglEventHandler.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-08-22 15:43:51
|
Revision: 1255 http://equalizer.svn.sourceforge.net/equalizer/?rev=1255&view=rev Author: eile Date: 2007-08-22 08:43:43 -0700 (Wed, 22 Aug 2007) Log Message: ----------- Fix array bounds write in image decompression [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/image.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...> - 2007-08-23 11:21:41
|
Revision: 1257 http://equalizer.svn.sourceforge.net/equalizer/?rev=1257&view=rev Author: eile Date: 2007-08-23 04:21:37 -0700 (Thu, 23 Aug 2007) Log Message: ----------- Implement Frame::getImages(); const-correctness fixes. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/frame.cpp trunk/src/lib/client/frame.h trunk/src/lib/client/frameData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-06 17:29:08
|
Revision: 1296 http://equalizer.svn.sourceforge.net/equalizer/?rev=1296&view=rev Author: eile Date: 2007-09-06 10:29:05 -0700 (Thu, 06 Sep 2007) Log Message: ----------- Query alpha bits in window drawable config, move drawable config query. [ ] 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-12 08:12:46
|
Revision: 1306 http://equalizer.svn.sourceforge.net/equalizer/?rev=1306&view=rev Author: eile Date: 2007-09-12 01:12:25 -0700 (Wed, 12 Sep 2007) Log Message: ----------- Unbreak build after last change [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glFunctions.cpp trunk/src/lib/client/windowSystem.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tw...@us...> - 2007-09-18 19:37:27
|
Revision: 1332 http://equalizer.svn.sourceforge.net/equalizer/?rev=1332&view=rev Author: twolf78 Date: 2007-09-18 12:37:19 -0700 (Tue, 18 Sep 2007) Log Message: ----------- Added more VBO functions to GLFunctions, fixed Darwin/GLX issue and moved extension checker from OM to there. [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glFunctions.cpp trunk/src/lib/client/glFunctions.h trunk/src/lib/client/objectManager.cpp trunk/src/lib/client/objectManager.h trunk/src/lib/client/windowSystem.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-19 07:34:27
|
Revision: 1336 http://equalizer.svn.sourceforge.net/equalizer/?rev=1336&view=rev Author: eile Date: 2007-09-19 00:34:25 -0700 (Wed, 19 Sep 2007) Log Message: ----------- Add Mac-style mouse button key modifiers to agl event handler, minor cleanup in glFunctions [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/aglEventHandler.cpp trunk/src/lib/client/glFunctions.cpp trunk/src/lib/client/glFunctions.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tw...@us...> - 2007-09-29 10:34:35
|
Revision: 1373 http://equalizer.svn.sourceforge.net/equalizer/?rev=1373&view=rev Author: twolf78 Date: 2007-09-29 03:34:32 -0700 (Sat, 29 Sep 2007) Log Message: ----------- Added shader functions to glFunctions. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glFunctions.cpp trunk/src/lib/client/glFunctions.h trunk/src/lib/client/windowSystem.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-10-03 14:46:30
|
Revision: 1391 http://equalizer.svn.sourceforge.net/equalizer/?rev=1391&view=rev Author: eile Date: 2007-10-03 07:46:20 -0700 (Wed, 03 Oct 2007) Log Message: ----------- WAR some OS X oddities: - the x-thousands try to get Carbon threading bugs out - Do not use stereo visuals when hint is set to AUTO, since glDrawBuffer( GL_BACK ) does not do the right thing on OS X [ ] Will break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glFunctions.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-10-04 14:03:16
|
Revision: 1394 http://equalizer.svn.sourceforge.net/equalizer/?rev=1394&view=rev Author: eile Date: 2007-10-04 07:03:15 -0700 (Thu, 04 Oct 2007) Log Message: ----------- Carbon thread-safety fix #42, fix AGL full-screen viewport [ ] Will break build [ ] Breaks existing applications [x] Bugfix [ ] 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-10-23 11:42:01
|
Revision: 1456 http://equalizer.svn.sourceforge.net/equalizer/?rev=1456&view=rev Author: eile Date: 2007-10-23 04:41:55 -0700 (Tue, 23 Oct 2007) Log Message: ----------- Fix Darwin build [ ] Might fix build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glFunctions.cpp trunk/src/lib/client/windowSystem.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |