Thread: [eq-commit] SF.net SVN: equalizer: [1858] trunk/src/lib/client (Page 3)
Brought to you by:
eile
From: <ei...@us...> - 2008-05-05 12:08:53
|
Revision: 1858 http://equalizer.svn.sourceforge.net/equalizer/?rev=1858&view=rev Author: eile Date: 2008-05-05 05:08:45 -0700 (Mon, 05 May 2008) Log Message: ----------- Improve statistics rendering: Render only the last latency+1 frames, render wait times as sub-bar to the parent task [ ] 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/config.h trunk/src/lib/client/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-06 11:43:05
|
Revision: 1862 http://equalizer.svn.sourceforge.net/equalizer/?rev=1862&view=rev Author: eile Date: 2008-05-06 04:42:42 -0700 (Tue, 06 May 2008) Log Message: ----------- Improve statistics: keep stats only on config, add new event (wait frame finish), gradually dim old frame statistics [ ] 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/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/configStatistics.cpp trunk/src/lib/client/configStatistics.h trunk/src/lib/client/event.cpp trunk/src/lib/client/event.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-07 14:03:32
|
Revision: 1869 http://equalizer.svn.sourceforge.net/equalizer/?rev=1869&view=rev Author: eile Date: 2008-05-07 07:03:15 -0700 (Wed, 07 May 2008) Log Message: ----------- Fix another statistics bug [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channelStatistics.cpp trunk/src/lib/client/windowStatistics.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-09 07:55:49
|
Revision: 1875 http://equalizer.svn.sourceforge.net/equalizer/?rev=1875&view=rev Author: eile Date: 2008-05-09 00:55:42 -0700 (Fri, 09 May 2008) Log Message: ----------- Minor code cleanups [ ] 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/window.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: <ei...@us...> - 2008-05-14 12:08:19
|
Revision: 1886 http://equalizer.svn.sourceforge.net/equalizer/?rev=1886&view=rev Author: eile Date: 2008-05-14 05:08:17 -0700 (Wed, 14 May 2008) Log Message: ----------- Fix assertion/bug caused by latest non-threaded pipe optimization [ ] May break build [ ] Breaks existing application [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/node.cpp trunk/src/lib/client/pipe.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2008-05-21 15:37:10
|
Revision: 1917 http://equalizer.svn.sourceforge.net/equalizer/?rev=1917&view=rev Author: max_mahinya Date: 2008-05-21 08:36:58 -0700 (Wed, 21 May 2008) Log Message: ----------- - _useCPUAssembly fixed to work correctly with blending compositing - paracomp blending compositing patch applied - copying of first frame for blending is reversed since result on leopard was buggy (first blank frame was incorrectly cleaned or similar reason + unnecessary computations for the first frame were performed) [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified 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: <max...@us...> - 2008-05-26 16:20:55
|
Revision: 1924 http://equalizer.svn.sourceforge.net/equalizer/?rev=1924&view=rev Author: max_mahinya Date: 2008-05-26 09:20:50 -0700 (Mon, 26 May 2008) Log Message: ----------- - Fixed cleaning of color information to work with eVolve - Fixed _useCPUAssembly to work with eVolve - Removed copying of first frame in blend assembling [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/compositor.cpp 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-06-03 13:44:27
|
Revision: 1948 http://equalizer.svn.sourceforge.net/equalizer/?rev=1948&view=rev Author: eile Date: 2008-06-03 06:44:23 -0700 (Tue, 03 Jun 2008) Log Message: ----------- More cleanup and mem leak fixes [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/glXEventHandler.cpp trunk/src/lib/client/glXEventHandler.h trunk/src/lib/client/glXMessagePump.cpp trunk/src/lib/client/glXMessagePump.h trunk/src/lib/client/init.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-30 07:23:44
|
Revision: 1988 http://equalizer.svn.sourceforge.net/equalizer/?rev=1988&view=rev Author: eile Date: 2008-06-30 00:23:43 -0700 (Mon, 30 Jun 2008) Log Message: ----------- Record and visualize window swap barrier statistics. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/event.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. |