Thread: [eq-commit] SF.net SVN: equalizer: [1052] trunk (Page 5)
Brought to you by:
eile
From: <ei...@us...> - 2007-04-20 07:35:20
|
Revision: 1052 http://svn.sourceforge.net/equalizer/?rev=1052&view=rev Author: eile Date: 2007-04-20 00:35:18 -0700 (Fri, 20 Apr 2007) Log Message: ----------- Race condition during simultaneous node connects Flow diagram of node connection setup [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/lib/net/node.cpp Added Paths: ----------- trunk/doc/design/images/nodeConnect.graffle 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:12:08
|
Revision: 1055 http://svn.sourceforge.net/equalizer/?rev=1055&view=rev Author: eile Date: 2007-04-20 01:12:06 -0700 (Fri, 20 Apr 2007) Log Message: ----------- Implement per-eye frames to facilitate scalable configurations and stereo rendering: o Create per-eye frame data o Update compound traversal to allocate and connect per-eye frame datas for input and output frames o Update client library frame to use eye-specific frame data o Update compound spec accordingly Improve exit handling, ignore pending requests for deleted objects [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/design/compounds.shtml trunk/doc/design/objectManager.shtml trunk/src/examples/configs/stress.eqc trunk/src/examples/configs/test.eqc trunk/src/lib/base/refPtr.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/frame.cpp trunk/src/lib/client/frame.h trunk/src/lib/client/frameData.h trunk/src/lib/client/image.h 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/client/renderContext.cpp trunk/src/lib/client/window.cpp trunk/src/lib/net/bufferConnection.cpp trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/fdConnection.cpp trunk/src/lib/net/session.cpp trunk/src/server/channel.cpp trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/frame.cpp trunk/src/server/frame.h trunk/src/server/frameData.h 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-04-20 12:22:51
|
Revision: 1059 http://svn.sourceforge.net/equalizer/?rev=1059&view=rev Author: eile Date: 2007-04-20 05:22:06 -0700 (Fri, 20 Apr 2007) Log Message: ----------- Website: Review and update 0.3-specific documentation. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/RelNotes/RelNotes_0.3.0.shtml trunk/doc/design/anaglyph.shtml trunk/doc/design/environment.shtml trunk/doc/design/fileFormat.shtml trunk/doc/design/infiniBand.shtml trunk/doc/design/nonthreaded.shtml trunk/website/doc_developer.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-20 12:51:45
|
Revision: 1060 http://svn.sourceforge.net/equalizer/?rev=1060&view=rev Author: eile Date: 2007-04-20 05:51:43 -0700 (Fri, 20 Apr 2007) Log Message: ----------- Website: Add design doc for initial node connection handshake [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/RelNotes/RelNotes_0.3.0.shtml trunk/doc/design/images/nodeConnect.graffle trunk/website/Makefile trunk/website/doc_developer.shtml Added Paths: ----------- trunk/doc/design/images/nodeConnect.png trunk/doc/design/nodeConnect.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-01 10:29:20
|
Revision: 1073 http://svn.sourceforge.net/equalizer/?rev=1073&view=rev Author: eile Date: 2007-05-01 03:29:18 -0700 (Tue, 01 May 2007) Log Message: ----------- Add previously unversioned illustration, fix html syntax in one design doc [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/design/immersive.shtml trunk/website/news.shtml Added Paths: ----------- trunk/doc/design/images/immersive.graffle This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-01 10:45:39
|
Revision: 1074 http://svn.sourceforge.net/equalizer/?rev=1074&view=rev Author: eile Date: 2007-05-01 03:45:34 -0700 (Tue, 01 May 2007) Log Message: ----------- Relocate website documentation files [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/website/Makefile trunk/website/documents/design/images/stereo.png trunk/website/include/header.shtml trunk/website/news/Release_0.1.shtml trunk/website/news/Release_0.2.shtml trunk/website/news/tungsten.shtml trunk/website/restricted/index.shtml Added Paths: ----------- trunk/website/documents/Howtos/ trunk/website/documents/RelNotes/ trunk/website/documents/WhitePapers/ trunk/website/documents/design/ Removed Paths: ------------- trunk/doc/Howtos/ trunk/doc/RelNotes/ trunk/doc/WhitePapers/ trunk/doc/design/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-02 12:54:52
|
Revision: 1079 http://svn.sourceforge.net/equalizer/?rev=1079&view=rev Author: eile Date: 2007-05-02 05:54:50 -0700 (Wed, 02 May 2007) Log Message: ----------- configtool: enable different # of pipes per node, update documentation, add eqPly html doc. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/examples/configs/hactar.rc.eqc trunk/src/examples/configs/test.eqc trunk/src/examples/eqPly/Makefile trunk/src/examples/eqPly/README trunk/src/examples/eqPly/node.cpp trunk/src/tools/configTool/configTool.cpp trunk/src/tools/configTool/configTool.h trunk/website/Makefile trunk/website/documentation.shtml trunk/website/documents/design/fileFormat.shtml trunk/website/documents/user/configTool.shtml trunk/website/index.shtml Added Paths: ----------- trunk/website/documents/user/eqPly.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-03 06:53:08
|
Revision: 1083 http://svn.sourceforge.net/equalizer/?rev=1083&view=rev Author: eile Date: 2007-05-02 23:53:06 -0700 (Wed, 02 May 2007) Log Message: ----------- Implement a hook to debug remote node assertion, make window init more robust, update environment variable documentation. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/eqPly.cpp trunk/src/lib/Makefile trunk/src/lib/base/debug.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/website/documents/design/environment.shtml Added Paths: ----------- trunk/src/lib/base/debug.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-08 05:37:24
|
Revision: 1111 http://svn.sourceforge.net/equalizer/?rev=1111&view=rev Author: eile Date: 2007-05-07 22:37:13 -0700 (Mon, 07 May 2007) Log Message: ----------- Website: update Quickstart Guide [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/EqualizerGuide.key/index.apxl.gz trunk/doc/Presentations/EqualizerGuide.key/thumbs/st1-6.tiff trunk/doc/Presentations/EqualizerGuide.key/thumbs/st1-7.tiff trunk/website/documents/EqualizerGuide.html trunk/website/documents/EqualizerGuide.html_files/EqualizerGuide.004.jpg trunk/website/documents/EqualizerGuide.pdf trunk/website/index.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-09 19:48:41
|
Revision: 1114 http://svn.sourceforge.net/equalizer/?rev=1114&view=rev Author: eile Date: 2007-05-09 12:48:36 -0700 (Wed, 09 May 2007) Log Message: ----------- Website: Update programming presentation, add draft for EGPGV presentation [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/Flyer.graffle/data.plist trunk/doc/Presentations/FlyerBack.graffle/data.plist trunk/doc/Presentations/ParallelGraphicsProgramming.key/index.apxl.gz trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-4.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-5.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-6.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-7.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-8.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-9.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-10.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-11.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-12.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-13.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-14.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-15.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-4.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-5.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-8.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-9.tiff trunk/website/documents/ParallelGraphicsProgramming.html trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.001.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.002.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.003.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.004.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.005.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.006.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.007.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.008.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.009.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.010.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.011.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.012.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.013.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.014.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.015.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.016.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.017.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.018.jpg trunk/website/documents/ParallelGraphicsProgramming.html_files/ParallelGraphicsProgramming.019.jpg trunk/website/documents/ParallelGraphicsProgramming.pdf Added Paths: ----------- trunk/doc/Presentations/EGPGV07.key/ trunk/doc/Presentations/EGPGV07.key/.typeAttributes.dict trunk/doc/Presentations/EGPGV07.key/Contents/ trunk/doc/Presentations/EGPGV07.key/Contents/PkgInfo trunk/doc/Presentations/EGPGV07.key/VMMLa.png trunk/doc/Presentations/EGPGV07.key/VMMLa.tiff trunk/doc/Presentations/EGPGV07.key/color-profile trunk/doc/Presentations/EGPGV07.key/droppedImage-10.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-12.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-13.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-15.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-16.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-19.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-26.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-7.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-8.pdf trunk/doc/Presentations/EGPGV07.key/droppedImage-9.pdf trunk/doc/Presentations/EGPGV07.key/index.apxl.gz trunk/doc/Presentations/EGPGV07.key/thumbs/ trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-0-1.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-0-18.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-0.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-10.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-11.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-12.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-13.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-2.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-3.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-4.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-5.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-6.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-7.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-8.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/mt0-9.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st0-1.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st0.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-1.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-10.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-11.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-14.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-15.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-16.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-17.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-18.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-19.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-2.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-20.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-21.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-22.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-23.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-24.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-25.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-26.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-27.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-28.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-29.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-3.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-30.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-31.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-32.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-33.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-34.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-35.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-36.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-37.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-38.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-39.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-40.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-41.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-42.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-43.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-44.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-45.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st28-1.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st28.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-16.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-17.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-18.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-19.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-38.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-39.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-40.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-41.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-42.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-43.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-44.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-45.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-46.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-47.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-48.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-49.tiff Removed Paths: ------------- trunk/doc/Presentations/ParallelGraphicsProgramming.key/Border-2.psd trunk/doc/Presentations/ParallelGraphicsProgramming.key/ML-1.png trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-1.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-18.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-2.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-20.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-21.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-24.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-3.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-5.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-53.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage-6.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/droppedImage.pdf trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-1.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st1.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st13.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st18-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st18-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st19-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st19-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st19-4.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st19-5.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-1.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-10.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-11.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-6.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-7.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-8.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2-9.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st20-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st20-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st21-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st21-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st22-2.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st22-3.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st22-4.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st22-5.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st22-6.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st22-7.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st4.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-20.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-21.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-22.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-23.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-24.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-25.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-26.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-27.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-6.tiff trunk/doc/Presentations/ParallelGraphicsProgramming.key/thumbs/st9-7.tiff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-10 17:21:08
|
Revision: 1119 http://svn.sourceforge.net/equalizer/?rev=1119&view=rev Author: eile Date: 2007-05-10 10:21:02 -0700 (Thu, 10 May 2007) Log Message: ----------- Website: Add and update EGPGV presentation [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/EGPGV07.key/index.apxl.gz trunk/doc/Presentations/EGPGV07.key/thumbs/st0-1.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st0.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-26.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-27.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-28.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-29.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-32.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-33.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-34.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-35.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-36.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-37.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-38.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-39.tiff trunk/website/Makefile trunk/website/documentation.shtml trunk/website/news.shtml Added Paths: ----------- trunk/website/documents/EGPGV07.html trunk/website/documents/EGPGV07.html_files/ trunk/website/documents/EGPGV07.html_files/EGPGV07.001.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.002.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.003.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.004.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.005.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.006.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.007.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.008.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.009.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.010.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.011.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.012.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.013.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.014.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.015.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.016.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.017.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.018.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.019.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.020.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.021.jpg trunk/website/documents/EGPGV07.html_files/home.png trunk/website/documents/EGPGV07.html_files/next.png trunk/website/documents/EGPGV07.html_files/prev.png trunk/website/documents/EGPGV07.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-13 15:43:42
|
Revision: 1122 http://svn.sourceforge.net/equalizer/?rev=1122&view=rev Author: eile Date: 2007-05-13 08:43:39 -0700 (Sun, 13 May 2007) Log Message: ----------- Website: Update EGPGV presentation [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/EGPGV07.key/index.apxl.gz trunk/website/documents/EGPGV07.html trunk/website/documents/EGPGV07.html_files/EGPGV07.008.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.009.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.010.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.011.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.012.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.013.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.014.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.015.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.016.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.017.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.018.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.019.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.020.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.021.jpg trunk/website/documents/EGPGV07.pdf Added Paths: ----------- trunk/doc/Presentations/EGPGV07.key/thumbs/st1-46.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-47.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-48.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-49.tiff trunk/website/documents/EGPGV07.html_files/EGPGV07.022.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.023.jpg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-20 06:20:54
|
Revision: 1124 http://svn.sourceforge.net/equalizer/?rev=1124&view=rev Author: eile Date: 2007-05-19 23:20:52 -0700 (Sat, 19 May 2007) Log Message: ----------- Website: final EGPGV presentation [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/EGPGV07.key/index.apxl.gz trunk/doc/Presentations/EGPGV07.key/thumbs/st1-14.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-15.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-16.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-17.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-18.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-19.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-20.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-21.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-22.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-23.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-24.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-25.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-26.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-27.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-28.tiff trunk/doc/Presentations/EGPGV07.key/thumbs/st1-29.tiff trunk/website/documents/EGPGV07.html trunk/website/documents/EGPGV07.html_files/EGPGV07.001.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.002.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.003.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.004.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.005.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.006.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.007.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.008.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.009.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.010.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.011.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.012.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.013.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.014.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.015.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.016.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.017.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.018.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.019.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.020.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.021.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.022.jpg trunk/website/documents/EGPGV07.html_files/EGPGV07.023.jpg trunk/website/documents/EGPGV07.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-24 15:59:39
|
Revision: 1134 http://svn.sourceforge.net/equalizer/?rev=1134&view=rev Author: eile Date: 2007-05-24 08:59:35 -0700 (Thu, 24 May 2007) Log Message: ----------- Add texture id's to OpenGL object manager Improve rgb image loading Add logo overlay to eqPly [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/channel.h trunk/src/examples/eqPly/window.cpp trunk/src/examples/eqPly/window.h trunk/src/lib/client/image.cpp trunk/src/lib/client/objectManager.cpp trunk/src/lib/client/objectManager.h trunk/src/lib/client/window.cpp trunk/website/documents/design/objectManager.shtml Added Paths: ----------- trunk/src/examples/eqPly/logo.rgb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-05-25 09:28:20
|
Revision: 1136 http://svn.sourceforge.net/equalizer/?rev=1136&view=rev Author: eile Date: 2007-05-25 02:28:18 -0700 (Fri, 25 May 2007) Log Message: ----------- Website: update Quickstart Guide [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/EqualizerGuide.key/index.apxl.gz trunk/doc/Presentations/EqualizerGuide.key/thumbs/st28-18.tiff trunk/doc/Presentations/EqualizerGuide.key/thumbs/st28-19.tiff trunk/website/documents/EqualizerGuide.html trunk/website/documents/EqualizerGuide.html_files/EqualizerGuide.015.jpg trunk/website/documents/EqualizerGuide.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-06-01 13:31:13
|
Revision: 1145 http://svn.sourceforge.net/equalizer/?rev=1145&view=rev Author: eile Date: 2007-06-01 06:31:10 -0700 (Fri, 01 Jun 2007) Log Message: ----------- Use 8-byte tokens in image compression for better compression performance, update test images, update documentation. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [x] Documentation Modified Paths: -------------- trunk/src/lib/client/image.cpp trunk/src/tests/image/Image_7_color.rgb trunk/src/tests/image/Image_7_depth.rgb trunk/src/tests/image/test.cpp trunk/website/documents/design/imageCompression.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-06-28 08:48:51
|
Revision: 1164 http://svn.sourceforge.net/equalizer/?rev=1164&view=rev Author: eile Date: 2007-06-28 01:48:48 -0700 (Thu, 28 Jun 2007) Log Message: ----------- Website: Update flyer [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Presentations/Flyer.graffle/data.plist trunk/website/documents/Flyer.pdf trunk/website/documents/FlyerWeb.pdf Added Paths: ----------- trunk/doc/Presentations/Flyer.graffle/image105.pdf Removed Paths: ------------- trunk/doc/Presentations/Flyer.graffle/image103.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-06-29 14:40:29
|
Revision: 1165 http://svn.sourceforge.net/equalizer/?rev=1165&view=rev Author: eile Date: 2007-06-29 07:40:21 -0700 (Fri, 29 Jun 2007) Log Message: ----------- Convert Darwin/CGL code to AGL in preparation for event handling. Introduce carbon window creation. [ ] May break build [x] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/PLATFORMS 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/client/windowEvent.h trunk/src/lib/client/windowSystem.h trunk/src/make/Darwin.mk trunk/src/server/global.cpp trunk/src/server/pipe.h trunk/website/Makefile trunk/website/compatibility.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-08-09 07:45:21
|
Revision: 1221 http://equalizer.svn.sourceforge.net/equalizer/?rev=1221&view=rev Author: eile Date: 2007-08-09 00:45:15 -0700 (Thu, 09 Aug 2007) Log Message: ----------- Experimental Cygwin/Windows XP support [x] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/ConfigTool.vcproj trunk/src/examples/eqPixelBench/channel.cpp trunk/src/examples/libmesh/test.cpp trunk/src/lib/Makefile trunk/src/lib/base/base.h trunk/src/lib/base/definesWin32.h trunk/src/lib/base/hash.h trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/base/requestHandler.h trunk/src/lib/base/rng.h trunk/src/lib/base/stdExt.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/timedLock.cpp trunk/src/lib/client/X11Connection.h trunk/src/lib/client/client.cpp trunk/src/lib/client/objectManager.cpp trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/init.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/nodeID.h trunk/src/lib/net/packets.h trunk/src/lib/net/socketConnectionWin32.cpp trunk/src/make/Linux.mk trunk/src/make/rules.mk trunk/src/server/Makefile trunk/src/server/loader.l trunk/src/tools/configTool/configTool.cpp trunk/website/compatibility.shtml Added Paths: ----------- trunk/src/README.Cygwin trunk/src/make/CYGWIN_NT-5.1.mk 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:47:18
|
Revision: 1226 http://equalizer.svn.sourceforge.net/equalizer/?rev=1226&view=rev Author: eile Date: 2007-08-10 01:47:15 -0700 (Fri, 10 Aug 2007) Log Message: ----------- Make automatic OS event dispatch configurable. [ ] 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/client/client.h trunk/src/lib/client/commandQueue.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/website/documents/design/eventHandling.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-08-10 17:09:03
|
Revision: 1228 http://equalizer.svn.sourceforge.net/equalizer/?rev=1228&view=rev Author: eile Date: 2007-08-10 10:09:00 -0700 (Fri, 10 Aug 2007) Log Message: ----------- Complete agl event handling (keyboard events) [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/lib/client/aglEventHandler.cpp trunk/src/lib/client/aglEventHandler.h trunk/src/lib/client/client.cpp trunk/website/compatibility.shtml trunk/website/features.shtml trunk/website/include/header.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-08-17 14:51:47
|
Revision: 1238 http://equalizer.svn.sourceforge.net/equalizer/?rev=1238&view=rev Author: eile Date: 2007-08-17 07:51:43 -0700 (Fri, 17 Aug 2007) Log Message: ----------- Implement fixed aspect ratio support: - implement wall and projection resizing - add tests for wall resizing - fix View::applyProjection - fix wall/projection override by child compounds - add/update related documentation [ ] May break build [x] Breaks existing applications [x] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/client/pixelViewport.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/compound.cpp trunk/src/server/compound.h trunk/src/server/global.cpp trunk/src/server/pixelViewportListener.h trunk/src/server/projection.cpp trunk/src/server/projection.h trunk/src/server/view.cpp trunk/src/server/wall.cpp trunk/src/server/wall.h trunk/src/tests/Makefile trunk/src/tests/image/test.cpp trunk/website/doc_developer.shtml trunk/website/documents/design/aspectRatio.shtml trunk/website/documents/design/fileFormat.shtml trunk/website/features.shtml Added Paths: ----------- trunk/src/tests/wall/ trunk/src/tests/wall/Makefile trunk/src/tests/wall/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-08-19 15:06:56
|
Revision: 1242 http://equalizer.svn.sourceforge.net/equalizer/?rev=1242&view=rev Author: eile Date: 2007-08-19 08:06:52 -0700 (Sun, 19 Aug 2007) Log Message: ----------- Start Programming Guide [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/doc/Developer/ProgrammingGuide/paper.pdf trunk/doc/Developer/ProgrammingGuide/paper.tex trunk/doc/Presentations/images/holobench.graffle/data.plist trunk/website/Makefile trunk/website/doc_developer.shtml Added Paths: ----------- trunk/doc/Developer/ trunk/doc/Developer/ProgrammingGuide/ trunk/doc/Developer/ProgrammingGuide/desk.pdf trunk/doc/Developer/ProgrammingGuide/logo.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-08-20 14:10:11
|
Revision: 1244 http://equalizer.svn.sourceforge.net/equalizer/?rev=1244&view=rev Author: eile Date: 2007-08-20 07:10:04 -0700 (Mon, 20 Aug 2007) Log Message: ----------- Make pipe, window event handling configurable and document new task methods. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/initData.cpp trunk/src/examples/eqPly/initData.h trunk/src/examples/eqPly/localInitData.cpp trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/pipe.h trunk/src/lib/client/aglEventHandler.cpp trunk/src/lib/client/aglEventHandler.h trunk/src/lib/client/commands.h trunk/src/lib/client/config.h trunk/src/lib/client/eventHandler.cpp trunk/src/lib/client/eventHandler.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/wglEventHandler.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/website/documents/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-08-22 11:39:27
|
Revision: 1252 http://equalizer.svn.sourceforge.net/equalizer/?rev=1252&view=rev Author: eile Date: 2007-08-22 04:39:20 -0700 (Wed, 22 Aug 2007) Log Message: ----------- Rework event handler code: - init/exit event handlers upon pipe/window handle set - WGL: forward events to previous, instead of default, event proc - rename task methods to reflect call logics [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [x] Documentation Modified Paths: -------------- trunk/src/lib/client/config.h trunk/src/lib/client/image.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/wglEventHandler.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/website/documents/design/taskMethods.shtml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |