Revision: 2536
          http://equalizer.svn.sourceforge.net/equalizer/?rev=2536&view=rev
Author:   eile
Date:     2009-02-02 13:30:17 +0000 (Mon, 02 Feb 2009)

Log Message:
-----------
Image downscale on readback:
- Add eq::FrameBufferObject to ObjectManager
- rename bindFramebuffer -> bindFrameBuffer (consistency)
- Allow const Texture access to FBO textures
- Implement zoomed readback in Image
- Improve GL error output
- Improve event-driven code in eqPly

Change thread-safety checks to keep memory layout between debug/release builds.

Does not work with FBO configs yet (see TODO in image.cpp). Will address
this in a later change, which also optimizes FBO transfers.

Needs changes in example overlay drawing.


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

Modified Paths:
--------------
    trunk/src/examples/eqPly/eqPly.cpp
    trunk/src/lib/base/thread.h
    trunk/src/lib/client/aglEventHandler.cpp
    trunk/src/lib/client/aglWindow.cpp
    trunk/src/lib/client/aglWindow.h
    trunk/src/lib/client/channel.cpp
    trunk/src/lib/client/channel.h
    trunk/src/lib/client/compositor.cpp
    trunk/src/lib/client/frameBufferObject.h
    trunk/src/lib/client/image.cpp
    trunk/src/lib/client/image.h
    trunk/src/lib/client/objectManager.cpp
    trunk/src/lib/client/objectManager.h
    trunk/src/lib/client/osWindow.cpp
    trunk/src/lib/client/osWindow.h
    trunk/src/lib/client/texture.cpp
    trunk/src/lib/client/texture.h
    trunk/src/lib/client/window.cpp
    trunk/src/lib/client/window.h
    trunk/src/lib/client/windowSystem.cpp
    trunk/src/server/frame.cpp

Added Paths:
-----------
    trunk/src/examples/configs/2-window.ZOOM.eqc


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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Equalizer-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/equalizer-commit
http://www.equalizergraphics.com

Reply via email to