New commits:
http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=e0f33033382c47d382a0005a92cbfce2fedd6652
commit e0f33033382c47d382a0005a92cbfce2fedd6652
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Dec 27 00:53:26 2012 +0100

    Compositor: Implement new mechanism to reduce compositor frame rate while 
increasing overall performance with multiple apps running, e.g. in switcher.
    
    When the new mode is enabled, updates are synchronised to the application 
with the highest frame rate,
    dynamically determining which application that is (within one or two 
frames).

 ilixi/compositor/Compositor.cpp     |    3 +-
 ilixi/core/AppBase.cpp              |   70 ++++++++++++++++++++++++++++++-----
 ilixi/core/AppBase.h                |   17 +++++++++
 ilixi/core/SurfaceEventListener.cpp |   13 ++++++-
 ilixi/core/SurfaceEventListener.h   |    2 +
 ilixi/ui/SurfaceView.cpp            |   17 +++++++++
 6 files changed, 110 insertions(+), 12 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=374b7bbdf0eacdb8119faf4cbd8c9427a72a599d
commit 374b7bbdf0eacdb8119faf4cbd8c9427a72a599d
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Dec 27 00:33:29 2012 +0100

    ILXCompositor::compose: add some debug info message, commented out.

 ilixi/compositor/Compositor.cpp |    2 ++
 1 file changed, 2 insertions(+)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to