Revision: 3249
          http://equalizer.svn.sourceforge.net/equalizer/?rev=3249&view=rev
Author:   eile
Date:     2009-07-29 10:38:50 +0000 (Wed, 29 Jul 2009)

Log Message:
-----------
Implement 2509147: Passive stereo swap sync with one pipe

Multiple windows on the same pipe can now join the same software swap
barrier. All windows will execute a finish, but the barrier will only be
executed by the first window. Since all windows have finished before
swapBuffers, the first window will block in the barrier, and all
subsequent windows will swap immediately afterwards since all commands
have been finished already. Each window will flush at the end of a frame
to ensure timely execution of the swap command.

The behaviour of passive stereo on one pipe with hardware swapbarrier
needs to be tested.

[ ] Will break Win32 build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation

Modified Paths:
--------------
    trunk/src/commitMessage.txt
    trunk/src/examples/configs/stress.eqc
    trunk/src/examples/configs/stress.lb.eqc
    trunk/src/lib/client/window.cpp
    trunk/src/lib/net/types.h
    trunk/src/server/window.cpp
    trunk/src/server/window.h
    trunk/website/documents/design/swapBarrier.shtml


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Equalizer-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/equalizer-commit
http://www.equalizergraphics.com

Reply via email to