Revision: 887 http://svn.sourceforge.net/equalizer/?rev=887&view=rev Author: eile Date: 2007-03-09 07:01:07 -0800 (Fri, 09 Mar 2007)
Log Message: ----------- [ ] May break build [x] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [x] Documentation Description: Cleanup and rename pipe display/screen/monitor semantics: - A port is the connection port to the window server, und used only in GLX (was display) - A device is a physical or logical GPU: screen on GLX, gpu on WGL and virtual screen on CGL(unimplemented) - A monitor will be on output channel of a GPU(unimplemented) Potentially breaks applications due to renaming of: Pipe::getDisplay -> Pipe::getPort Pipe::getScreen -> Pipe::getDevice Potentially breaks config files due to renaming of: display -> port screen -> device The WGL implementation of device needs fixing. Modified Paths: -------------- trunk/doc/design/fileFormat.shtml trunk/src/examples/configs/2-pipe.EYE.eqc trunk/src/examples/configs/2-pipe.stereo.passive.eqc trunk/src/examples/configs/3-pipe.eqc 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/server/loader.l trunk/src/server/loader.y 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. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Equalizer-commit mailing list Equalizer-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/equalizer-commit http://www.equalizergraphics.com