New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=886c514be5571d3a33a13d6d61ba2802f5a2a987
commit 886c514be5571d3a33a13d6d61ba2802f5a2a987
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 13:47:28 2013 +0100

    Core: Task manager and Renderer fixes, updates.
    
    Replace follower code by simply checking for different flags (RUNNING,
    DONE) in the 'notifies' list.
    
    Add name to each Renderer for later classification and assigning engine
    configs from directfbrc.
    
    Add TaskManager_DumpTasks().
    
    Use local flip count for WaitForBackBuffer() to fix the newly
    asynchronous Flip call.
    
    Signed-off-by: dok <[email protected]>

 src/core/CoreLayerRegion_includes.h   |   11 ++++
 src/core/CoreLayerRegion_real.cpp     |   50 +++++++++++------
 src/core/Renderer.cpp                 |   10 ++--
 src/core/Renderer.h                   |   37 ++++++++-----
 src/core/Task.cpp                     |   84 +++++++++++++++++++++-------
 src/core/Task.h                       |   52 +++++-------------
 src/core/layer_region.c               |   97 ++++++++++++++++++---------------
 src/display/idirectfbsurface.c        |   44 +++++++++++----
 src/display/idirectfbsurface.h        |    2 +
 src/display/idirectfbsurface_layer.c  |   51 +++++++++++++----
 src/display/idirectfbsurface_window.c |   38 ++++++++++---
 src/gfx/generic/GenefxEngine.cpp      |    3 +
 12 files changed, 309 insertions(+), 170 deletions(-)

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

Reply via email to