Thread: [eq-commit] SF.net SVN: equalizer: [403] trunk/src/lib
Brought to you by:
eile
From: <ei...@us...> - 2006-08-04 13:56:04
|
Revision: 403 Author: eile Date: 2006-08-04 06:55:48 -0700 (Fri, 04 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=403&view=rev Log Message: ----------- move Matrix into correct namespace, add specialization for float values, some cleanups Modified Paths: -------------- trunk/src/examples/eqPly/frameData.h trunk/src/lib/Makefile trunk/src/lib/base/monitor.h trunk/src/lib/client/matrix4.h trunk/src/server/compound.cpp trunk/src/server/config.cpp trunk/src/server/config.h Added Paths: ----------- trunk/src/lib/client/matrix4.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-08-07 13:28:03
|
Revision: 408 Author: eile Date: 2006-08-07 06:27:23 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=408&view=rev Log Message: ----------- Compound frame implementation part I: stub frames and frame buffers, Compound::update phase implementation (gather and connect frame buffers) Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/packets.h trunk/src/lib/eq.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/session.h trunk/src/server/Makefile trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/frame.cpp trunk/src/server/frame.h trunk/src/server/server.cpp trunk/src/server/window.h Added Paths: ----------- trunk/src/lib/client/frame.h trunk/src/server/frameBuffer.cpp trunk/src/server/frameBuffer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-08-07 14:16:12
|
Revision: 409 Author: eile Date: 2006-08-07 07:15:59 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=409&view=rev Log Message: ----------- refactor view calculations to clean up compound code Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/viewMatrix.h trunk/src/server/compound.cpp trunk/src/server/compound.h Added Paths: ----------- trunk/src/lib/client/viewMatrix.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-08-14 12:07:25
|
Revision: 421 Author: eile Date: 2006-08-14 05:06:59 -0700 (Mon, 14 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=421&view=rev Log Message: ----------- Compound frames part II: debug server side implementation of output frames, send readback task, stub client-side readback code, add inputFrame/outputFrame loader support Modified Paths: -------------- trunk/src/examples/configs/test.eqc 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.h trunk/src/lib/client/packets.h trunk/src/lib/net/object.h trunk/src/server/channel.h trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/config.cpp trunk/src/server/frame.cpp trunk/src/server/frame.h trunk/src/server/loader.l trunk/src/server/loader.y Added Paths: ----------- trunk/src/lib/client/frame.cpp 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...> - 2006-08-15 11:45:43
|
Revision: 423 Author: eile Date: 2006-08-15 04:45:15 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=423&view=rev Log Message: ----------- compound frames part III: debug versioned object (frame) instanciation, introduce NonCopyable base class, framebuffer client handling Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/Makefile trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/frame.cpp trunk/src/lib/client/frame.h trunk/src/lib/client/frameBuffer.cpp trunk/src/lib/client/frameBuffer.h trunk/src/lib/client/object.h trunk/src/lib/client/viewport.h trunk/src/lib/net/base.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/server/compound.cpp trunk/src/server/frame.cpp trunk/src/server/frame.h trunk/src/server/frameBuffer.cpp trunk/src/server/frameBuffer.h Added Paths: ----------- trunk/src/lib/base/nonCopyable.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 14:30:31
|
Revision: 425 Author: eile Date: 2006-08-15 07:30:13 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=425&view=rev Log Message: ----------- more compound frames: stun image, start implementing thread listener Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/base/base.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/client/frame.h trunk/src/lib/client/frameBuffer.cpp trunk/src/lib/client/frameBuffer.h trunk/src/server/compound.cpp Added Paths: ----------- trunk/src/lib/base/threadListener.h 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...> - 2006-08-16 14:43:20
|
Revision: 428 Author: eile Date: 2006-08-16 07:42:36 -0700 (Wed, 16 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=428&view=rev Log Message: ----------- code cleanup: refactor thread class into a thread and process class Modified Paths: -------------- trunk/src/examples/eqPly/tracker.cpp trunk/src/lib/Makefile trunk/src/lib/base/barrier.cpp trunk/src/lib/base/barrier.h trunk/src/lib/base/lock.cpp trunk/src/lib/base/lock.h trunk/src/lib/base/monitor.h trunk/src/lib/base/mtQueue.h trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/requestHandler.h trunk/src/lib/base/sema.cpp trunk/src/lib/base/sema.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/base/timedLock.cpp trunk/src/lib/base/timedLock.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.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/base.cpp trunk/src/lib/net/launcher.cpp trunk/src/lib/net/launcher.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/session.cpp trunk/src/proto/pthreads/perf.cpp trunk/src/tests/base/barrier.cpp trunk/src/tests/base/lock.cpp trunk/src/tests/base/thread.cpp trunk/src/tests/base/timedLock.cpp trunk/src/tests/connection/pipe.cpp trunk/src/tests/session/barrier.cpp trunk/src/tests/session/init.cpp trunk/src/tests/session/mobject.cpp trunk/src/tests/session/versionedObject.cpp Added Paths: ----------- trunk/src/lib/base/executionListener.h trunk/src/lib/base/process.cpp trunk/src/lib/base/process.h Removed Paths: ------------- trunk/src/lib/base/threadListener.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-08-17 14:52:59
|
Revision: 433 Author: eile Date: 2006-08-17 07:52:39 -0700 (Thu, 17 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=433&view=rev Log Message: ----------- initial ia64/Linux (Prism) port - compile only Modified Paths: -------------- trunk/src/examples/eqPly/Makefile trunk/src/lib/Makefile trunk/src/lib/client/config.cpp trunk/src/lib/client/server.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/barrier.h trunk/src/lib/net/session.cpp trunk/src/proto/pthreads/Makefile trunk/src/server/Makefile trunk/src/server/lexer.cpp trunk/src/server/parser.cpp trunk/src/server/parser.hpp trunk/src/tests/node/Makefile Added Paths: ----------- trunk/src/make/Linux.ia64.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-09-11 16:25:22
|
Revision: 435 http://svn.sourceforge.net/equalizer/?rev=435&view=rev Author: eile Date: 2006-09-11 09:25:03 -0700 (Mon, 11 Sep 2006) Log Message: ----------- propset to ignore some files Property Changed: ---------------- trunk/src/lib/ trunk/src/lib/base/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-09-20 13:11:43
|
Revision: 442 http://svn.sourceforge.net/equalizer/?rev=442&view=rev Author: eile Date: 2006-09-20 06:11:29 -0700 (Wed, 20 Sep 2006) Log Message: ----------- gcc 4.1 compile fixes from tamer Modified Paths: -------------- trunk/src/lib/client/matrix4.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...> - 2006-10-11 15:14:54
|
Revision: 487 http://svn.sourceforge.net/equalizer/?rev=487&view=rev Author: eile Date: 2006-10-11 08:14:35 -0700 (Wed, 11 Oct 2006) Log Message: ----------- Improvements of the thread-safety debug checks Modified Paths: -------------- trunk/src/lib/base/base.h trunk/src/lib/base/idPool.cpp trunk/src/lib/base/idPool.h trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/requestHandler.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/barrier.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/requestQueue.cpp trunk/src/lib/net/requestQueue.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-08-10 08:57:03
|
Revision: 1227 http://equalizer.svn.sourceforge.net/equalizer/?rev=1227&view=rev Author: eile Date: 2007-08-10 01:56:58 -0700 (Fri, 10 Aug 2007) Log Message: ----------- Make automatic OS event dispatch configurable - part 2. :-/ [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/lib/client/client.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...> - 2008-04-15 13:40:06
|
Revision: 1805 http://equalizer.svn.sourceforge.net/equalizer/?rev=1805&view=rev Author: eile Date: 2008-04-15 06:38:50 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Line-ending cleanup [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/packets.h trunk/src/lib/net/packets.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-16 11:57:57
|
Revision: 1812 http://equalizer.svn.sourceforge.net/equalizer/?rev=1812&view=rev Author: eile Date: 2008-04-16 04:57:44 -0700 (Wed, 16 Apr 2008) Log Message: ----------- Fix X Errors with glX PBuffers [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glXEventHandler.cpp trunk/src/lib/client/window.cpp 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...> - 2006-10-27 08:46:18
|
Revision: 516 http://svn.sourceforge.net/equalizer/?rev=516&view=rev Author: eile Date: 2006-10-27 01:46:07 -0700 (Fri, 27 Oct 2006) Log Message: ----------- add version information header file Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/base/base.h trunk/src/lib/client/init.cpp trunk/src/lib/eq.h Added Paths: ----------- trunk/src/lib/client/version.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-27 10:27:20
|
Revision: 518 http://svn.sourceforge.net/equalizer/?rev=518&view=rev Author: eile Date: 2006-10-27 03:27:13 -0700 (Fri, 27 Oct 2006) Log Message: ----------- de-inline version information, clean up event thread creation Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/eventThread.cpp trunk/src/lib/client/version.h Added Paths: ----------- trunk/src/lib/client/version.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-12-05 08:26:28
|
Revision: 621 http://svn.sourceforge.net/equalizer/?rev=621&view=rev Author: eile Date: 2006-12-05 00:26:21 -0800 (Tue, 05 Dec 2006) Log Message: ----------- Bugfix: race condition in image receiption Modified Paths: -------------- trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.h trunk/src/lib/net/commandCache.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-12-29 13:47:48
|
Revision: 674 http://svn.sourceforge.net/equalizer/?rev=674&view=rev Author: eile Date: 2006-12-29 05:47:44 -0800 (Fri, 29 Dec 2006) Log Message: ----------- Fix some compile warnings on Linux Modified Paths: -------------- trunk/src/lib/base/clock.h 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...> - 2007-01-03 10:18:38
|
Revision: 695 http://svn.sourceforge.net/equalizer/?rev=695&view=rev Author: eile Date: 2007-01-03 02:18:32 -0800 (Wed, 03 Jan 2007) Log Message: ----------- Move Launcher to eqBase and merge with Process Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/net/node.cpp Added Paths: ----------- trunk/src/lib/base/launcher.h Removed Paths: ------------- trunk/src/lib/net/launcher.cpp trunk/src/lib/net/launcher.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-07 16:48:44
|
Revision: 868 http://svn.sourceforge.net/equalizer/?rev=868&view=rev Author: eile Date: 2007-03-07 08:48:35 -0800 (Wed, 07 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Fix Linux build Modified Paths: -------------- trunk/src/lib/base/rng.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h 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...> - 2007-03-26 15:16:35
|
Revision: 952 http://svn.sourceforge.net/equalizer/?rev=952&view=rev Author: eile Date: 2007-03-26 08:16:33 -0700 (Mon, 26 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Unbreak Posix build Modified Paths: -------------- trunk/src/lib/client/X11Connection.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/socketConnectionPosix.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-20 08:55:33
|
Revision: 1057 http://svn.sourceforge.net/equalizer/?rev=1057&view=rev Author: eile Date: 2007-04-20 01:55:18 -0700 (Fri, 20 Apr 2007) Log Message: ----------- Unbreak Win32 build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/window.cpp trunk/src/lib/net/command.cpp trunk/src/lib/net/command.h trunk/src/lib/net/pipeConnectionWin32.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-07-01 13:11:20
|
Revision: 1168 http://svn.sourceforge.net/equalizer/?rev=1168&view=rev Author: eile Date: 2007-07-01 06:11:19 -0700 (Sun, 01 Jul 2007) Log Message: ----------- Stub agl event handler (not functional) [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/window.cpp Added Paths: ----------- trunk/src/lib/client/aglEventThread.cpp trunk/src/lib/client/aglEventThread.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-07-06 09:06:47
|
Revision: 1175 http://svn.sourceforge.net/equalizer/?rev=1175&view=rev Author: eile Date: 2007-07-06 02:06:45 -0700 (Fri, 06 Jul 2007) Log Message: ----------- More work on agl event handling: stub the event processing in the agl event handler. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowSystem.h Added Paths: ----------- trunk/src/lib/client/aglEventHandler.cpp trunk/src/lib/client/aglEventHandler.h Removed Paths: ------------- trunk/src/lib/client/aglEventThread.cpp trunk/src/lib/client/aglEventThread.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-08-06 14:49:16
|
Revision: 1217 http://equalizer.svn.sourceforge.net/equalizer/?rev=1217&view=rev Author: eile Date: 2007-08-06 07:49:10 -0700 (Mon, 06 Aug 2007) Log Message: ----------- Don't fail during unmap of unregistered objects, improve thread debug output [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/thread.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. |