equalizer-commit Mailing List for Equalizer - Parallel Rendering (Page 307)
Brought to you by:
eile
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(32) |
Sep
(18) |
Oct
(73) |
Nov
(77) |
Dec
(77) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(78) |
Feb
(84) |
Mar
(121) |
Apr
(100) |
May
(73) |
Jun
(24) |
Jul
(42) |
Aug
(79) |
Sep
(92) |
Oct
(111) |
Nov
(80) |
Dec
(53) |
2008 |
Jan
(59) |
Feb
(49) |
Mar
(52) |
Apr
(69) |
May
(75) |
Jun
(62) |
Jul
(105) |
Aug
(94) |
Sep
(14) |
Oct
(96) |
Nov
(83) |
Dec
(49) |
2009 |
Jan
(100) |
Feb
(139) |
Mar
(128) |
Apr
(108) |
May
(90) |
Jun
(120) |
Jul
(146) |
Aug
(72) |
Sep
(72) |
Oct
(139) |
Nov
(219) |
Dec
(97) |
2010 |
Jan
(188) |
Feb
(167) |
Mar
(98) |
Apr
(88) |
May
(107) |
Jun
(74) |
Jul
(94) |
Aug
(238) |
Sep
(88) |
Oct
(220) |
Nov
(187) |
Dec
(151) |
2011 |
Jan
(256) |
Feb
(195) |
Mar
(219) |
Apr
(54) |
May
(60) |
Jun
(51) |
Jul
(90) |
Aug
(85) |
Sep
(28) |
Oct
(46) |
Nov
(94) |
Dec
(59) |
2012 |
Jan
(145) |
Feb
(166) |
Mar
(126) |
Apr
(103) |
May
(42) |
Jun
(68) |
Jul
(130) |
Aug
(31) |
Sep
(80) |
Oct
(25) |
Nov
(68) |
Dec
(18) |
2013 |
Jan
(75) |
Feb
(31) |
Mar
(32) |
Apr
(20) |
May
(39) |
Jun
(38) |
Jul
(45) |
Aug
(45) |
Sep
(1) |
Oct
(4) |
Nov
(25) |
Dec
(7) |
2014 |
Jan
(9) |
Feb
(6) |
Mar
(8) |
Apr
(8) |
May
(9) |
Jun
(10) |
Jul
(11) |
Aug
(9) |
Sep
(10) |
Oct
(21) |
Nov
(8) |
Dec
(14) |
2015 |
Jan
(8) |
Feb
(16) |
Mar
(6) |
Apr
(5) |
May
(11) |
Jun
(9) |
Jul
(14) |
Aug
(12) |
Sep
(2) |
Oct
(5) |
Nov
(15) |
Dec
(3) |
2016 |
Jan
(4) |
Feb
(8) |
Mar
(3) |
Apr
(7) |
May
(1) |
Jun
(6) |
Jul
(5) |
Aug
(2) |
Sep
(7) |
Oct
(10) |
Nov
(2) |
Dec
(13) |
2017 |
Jan
(9) |
Feb
(6) |
Mar
(6) |
Apr
|
May
(3) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2018 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
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. |
From: <ei...@us...> - 2007-03-01 13:47:22
|
Revision: 849 http://svn.sourceforge.net/equalizer/?rev=849&view=rev Author: eile Date: 2007-03-01 05:47:19 -0800 (Thu, 01 Mar 2007) Log Message: ----------- [x] Bugfix [x] New Feature [ ] Cleanup [ ] Documentation [ ] Breaks existing applications Description: Finish implementing non-threaded rendering: Correctly buffer and send per-frame tasks for nonthreaded pipes. Move pipe init/exit from config to node. Add node-local synchronization between Node::init->Pipe::Init and Pipe::exit->Node::exit. Change stress configs to include nonthreaded pipes. Bugfix: Releasing a config with pending frames could cause deadlocks Modified Paths: -------------- trunk/doc/design/compounds.shtml trunk/doc/design/nonthreaded.shtml trunk/src/examples/configs/stress.2D.eqc trunk/src/examples/configs/test.eqc 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/bufferConnection.cpp trunk/src/lib/net/bufferConnection.h 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/window.h trunk/website/features.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-01 13:03:51
|
Revision: 848 http://svn.sourceforge.net/equalizer/?rev=848&view=rev Author: eile Date: 2007-03-01 05:03:49 -0800 (Thu, 01 Mar 2007) Log Message: ----------- [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Documentation [ ] Breaks existing applications Description: Update Resume Modified Paths: -------------- trunk/website/documents/CV_Stefan_Eilemann.pdf 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-02-28 09:57:33
|
Revision: 846 http://svn.sourceforge.net/equalizer/?rev=846&view=rev Author: eile Date: 2007-02-28 01:57:31 -0800 (Wed, 28 Feb 2007) Log Message: ----------- [ ] Bugfix [x] New Feature [ ] Cleanup [x] Documentation [ ] Breaks existing applications Description: Start implementing non-threaded rendering. Add file format interface to loader and server API as specified. Dispatch nonthreaded tasks to main thread. Add example config. Still need implementation of late execution for nonthreaded task. Modified Paths: -------------- trunk/doc/design/fileFormat.shtml trunk/doc/design/nonthreaded.shtml trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/client/config.cpp trunk/src/lib/client/node.cpp trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/net/base.cpp trunk/src/server/compound.cpp trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/global.cpp trunk/src/server/global.h trunk/src/server/loader.l trunk/src/server/loader.y trunk/src/server/pipe.cpp trunk/src/server/pipe.h trunk/src/server/window.cpp Added Paths: ----------- trunk/src/commitTemplate.txt trunk/src/examples/configs/1-window.nonthreaded.eqc trunk/src/lib/net/bufferConnection.cpp trunk/src/lib/net/bufferConnection.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-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 12:58:19
|
Revision: 843 http://svn.sourceforge.net/equalizer/?rev=843&view=rev Author: eile Date: 2007-02-27 04:58:18 -0800 (Tue, 27 Feb 2007) Log Message: ----------- bugfix: deadlock in ConnectionSet. Modified Paths: -------------- trunk/src/lib/net/connectionSet.cpp 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:44:22
|
Revision: 842 http://svn.sourceforge.net/equalizer/?rev=842&view=rev Author: eile Date: 2007-02-27 04:44:16 -0800 (Tue, 27 Feb 2007) Log Message: ----------- Update WIN32 README Modified Paths: -------------- trunk/src/README.Win32 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 11:20:48
|
Revision: 840 http://svn.sourceforge.net/equalizer/?rev=840&view=rev Author: eile Date: 2007-02-27 03:20:47 -0800 (Tue, 27 Feb 2007) Log Message: ----------- website: update feature list, developer docs, nonthreaded rendering spec Modified Paths: -------------- trunk/doc/design/nonthreaded.shtml trunk/doc/design/taskMethods.shtml trunk/website/doc_developer.shtml trunk/website/features.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-27 11:00:33
|
Revision: 839 http://svn.sourceforge.net/equalizer/?rev=839&view=rev Author: eile Date: 2007-02-27 03:00:32 -0800 (Tue, 27 Feb 2007) Log Message: ----------- Task method renaming last: per-frame channel task methods channelClear...channelReadback, update spec Modified Paths: -------------- trunk/doc/design/taskMethods.shtml trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/channel.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/server/compound.cpp 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:44
|
Revision: 838 http://svn.sourceforge.net/equalizer/?rev=838&view=rev Author: eile Date: 2007-02-27 02:11:40 -0800 (Tue, 27 Feb 2007) Log Message: ----------- Task method renaming #4: related spec update Modified Paths: -------------- trunk/doc/design/taskMethods.shtml 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 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-26 18:11:53
|
Revision: 835 http://svn.sourceforge.net/equalizer/?rev=835&view=rev Author: eile Date: 2007-02-26 10:11:48 -0800 (Mon, 26 Feb 2007) Log Message: ----------- Fix Linux spinlock implementation Modified Paths: -------------- trunk/src/lib/base/spinLock.cpp trunk/src/lib/base/spinLock.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 17:54:14
|
Revision: 834 http://svn.sourceforge.net/equalizer/?rev=834&view=rev Author: eile Date: 2007-02-26 09:54:04 -0800 (Mon, 26 Feb 2007) Log Message: ----------- Task method renaming #2: Node: frameStart, frameFinish, startFrame, releaseFrame, Pipe: frameStart, frameFinish, startFrame, releaseFrame Modified Paths: -------------- trunk/doc/design/images/mainloop.graffle trunk/doc/design/images/mainloop.png trunk/doc/design/taskMethods.shtml trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/pipe.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/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/server/compound.cpp trunk/src/server/compound.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-26 16:36:07
|
Revision: 833 http://svn.sourceforge.net/equalizer/?rev=833&view=rev Author: eile Date: 2007-02-26 08:36:00 -0800 (Mon, 26 Feb 2007) Log Message: ----------- Add paranoid validity check to referenced.h Modified Paths: -------------- trunk/src/lib/base/referenced.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 14:58:30
|
Revision: 832 http://svn.sourceforge.net/equalizer/?rev=832&view=rev Author: eile Date: 2007-02-26 06:58:28 -0800 (Mon, 26 Feb 2007) Log Message: ----------- compile fix Modified Paths: -------------- trunk/src/lib/client/client.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 13:49:44
|
Revision: 831 http://svn.sourceforge.net/equalizer/?rev=831&view=rev Author: eile Date: 2007-02-26 05:49:39 -0800 (Mon, 26 Feb 2007) Log Message: ----------- Add missing comparison operators to eqBase::Monitor Modified Paths: -------------- trunk/src/lib/base/monitor.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 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-26 09:47:37
|
Revision: 829 http://svn.sourceforge.net/equalizer/?rev=829&view=rev Author: eile Date: 2007-02-26 01:47:36 -0800 (Mon, 26 Feb 2007) Log Message: ----------- website: add print stylesheet Modified Paths: -------------- trunk/website/Makefile trunk/website/include/header.shtml Added Paths: ----------- trunk/website/print.css 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:27:03
|
Revision: 828 http://svn.sourceforge.net/equalizer/?rev=828&view=rev Author: eile Date: 2007-02-26 01:27:01 -0800 (Mon, 26 Feb 2007) Log Message: ----------- website: minor tweaks, document task methods changes, add nonthreaded rendering design draft Modified Paths: -------------- trunk/doc/RelNotes/RelNotes_0.3.0.shtml trunk/doc/design/eventHandling.graffle trunk/doc/design/taskMethods.shtml trunk/website/Makefile trunk/website/index.shtml trunk/website/scalability.shtml trunk/website/screenshots.shtml Added Paths: ----------- trunk/doc/design/images/mainloop.graffle trunk/doc/design/images/mainloop.png trunk/doc/design/nonthreaded.shtml 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-23 17:44:15
|
Revision: 826 http://svn.sourceforge.net/equalizer/?rev=826&view=rev Author: eile Date: 2007-02-23 09:44:03 -0800 (Fri, 23 Feb 2007) Log Message: ----------- Fix race condition in object mapping initialization by applying the object's instance data before mapping it Modified 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/fullMasterCM.cpp 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.cpp trunk/src/lib/net/staticMasterCM.h trunk/src/lib/net/staticSlaveCM.cpp trunk/src/lib/net/staticSlaveCM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |