New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e1bdbfc109414900cfc2bdefe28ad789029fc6dc
commit e1bdbfc109414900cfc2bdefe28ad789029fc6dc
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Jul 25 13:14:10 2013 +0200

    API: Add IDirectFBSurfaceAllocation and IDirectFBSurfaceBuffer with new 
functions in IDirectFBSurface to get/allocate them via key.
    
    Adds new API CheckKey and AllocateKey to surface pools.
    
    Signed-off-by: Denis Oliver Kropp <[email protected]>

 include/directfb.h                       |  262 +++++++++++++++++++++++++++++-
 src/core/.gitignore                      |    2 +
 src/core/CoreDFB_includes.h              |    2 +-
 src/core/CoreSurface.flux                |   89 ++++++++++
 src/core/CoreSurface_real.cpp            |  120 ++++++++++++++
 src/core/surface.h                       |    4 +-
 src/core/surface_allocation.cpp          |   14 +-
 src/core/surface_allocation.h            |    4 +
 src/core/surface_buffer.c                |   22 ++-
 src/core/surface_buffer.h                |    4 +
 src/core/surface_pool.c                  |  126 +++++++++++++-
 src/core/surface_pool.h                  |   31 ++++
 src/display/Makefile.am                  |    2 +
 src/display/idirectfbsurface.c           |  145 +++++++++++++++++
 src/display/idirectfbsurfaceallocation.c |  188 +++++++++++++++++++++
 src/display/idirectfbsurfaceallocation.h |   63 +++++++
 16 files changed, 1062 insertions(+), 16 deletions(-)

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

Reply via email to