New commits:

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e2f2ec423f5a719aea132986519d52ffec716b77
commit e2f2ec423f5a719aea132986519d52ffec716b77
Author: Andreas Shimokawa <[email protected]>
Date:   Thu Jan 10 16:33:08 2013 +0100

    fix previous commit for DirectFB 1.6

 src/core/surface.c        |   23 ++---------------------
 src/core/surface.h        |    3 +--
 src/core/surface_buffer.h |    1 -
 3 files changed, 3 insertions(+), 24 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=af57197fa9ee2c8dbf15b9aebbcf00ab45c2bf9e
commit af57197fa9ee2c8dbf15b9aebbcf00ab45c2bf9e
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Oct 2 11:52:02 2012 +0200

    Task: Progress with task manager, renderer, fixed bugs, optimisations...
    
    Implement more rendering functions in Renderer and GenefxEngine.
    
    Make '[no-]hardware' work with 'task-manager'.
    
    Add FillSpans() to graphics driver API.
    
    Add Util::PrintF() to generate an std::string in printf manner.
    
    Add Util::TempArray template to provide on-stack/heap allocation.
    
    Add dfb_gfx_copy_regions_client() working like dfb_gfx_copy_regions(),
    but with a given CoreGraphicsStateClient instead of a global static state.
    
    Use dfb_gfx_copy_regions_client() instead of CoreSurface_BackToFrontCopy().
    
    Update default WM to use CoreGraphicsStateClient instead of calling core 
functions directly.

 src/core/surface.c        |   46 +++++++++++++++++++++++++++++++++++++++------
 src/core/surface.h        |    4 ++++
 src/core/surface_buffer.c |    2 ++
 src/core/surface_buffer.h |   23 +++++------------------
 4 files changed, 51 insertions(+), 24 deletions(-)

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

Reply via email to