New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d12f85632a071c673091375acf6649e8ace3f777
commit d12f85632a071c673091375acf6649e8ace3f777
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed Feb 29 17:59:32 2012 +0100

    Core: Don't set owner of layer surfaces until privileges are sorted out 
better.

 src/core/CoreDFB_includes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=466b073002d7f14fb305e93556cbe1e1a592c88f
commit 466b073002d7f14fb305e93556cbe1e1a592c88f
Author: Denis Oliver Kropp <[email protected]>
Date:   Fri Feb 10 10:05:14 2012 +0100

    Core: Deallocate buffers right away when deallocating a layer surface.

 src/core/layer_context.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=16283c3d93e3116417d499f0b613a4fcc34a23b9
commit 16283c3d93e3116417d499f0b613a4fcc34a23b9
Author: Denis Oliver Kropp <[email protected]>
Date:   Fri Feb 10 00:18:24 2012 +0100

    GeneFX: More fixes for AYUV rendering, FillRect etc

 src/gfx/generic/generic.c |   46 ++++++++++++++++++++++++++++++--------------
 1 files changed, 31 insertions(+), 15 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=56d11ca45f3609d52ebc8fce4415e5dae2262c04
commit 56d11ca45f3609d52ebc8fce4415e5dae2262c04
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Feb 9 22:32:58 2012 +0100

    Core: Fix surface allocation decouple issue, thanks to Rob McConnell!
    
    "This patch fixes the surface allocation decoupling when 'dfbtest_prealloc' 
is run as a slave and exits.  The wrong surface allocation object was being 
referenced in the call to 'dfb_surface_allocation_unlink()' in function 
'dfb_surface_allocation_decouple()'.  In effect, it was trying to unlink the 
same surface allocation object twice and the assertion occurred in the call to 
'dfb_surface_allocation_locks()'."

 src/core/surface_allocation.c |   30 ++++++++++++++++--------------
 src/core/surface_pool.c       |    2 +-
 2 files changed, 17 insertions(+), 15 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f5cd5dd0123cf0182b53ff6f572ba94a7f40a695
commit f5cd5dd0123cf0182b53ff6f572ba94a7f40a695
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Feb 9 22:15:15 2012 +0100

    Core: Fix assertion that could happen when slave has no access to 
destination surface.
    
    If CoreGraphicsState::SetDestination() or others have failed, the rendering 
functions
    called afterwards were running into an assertion.

 src/core/CoreGraphicsState_real.c |   48 +++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

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

Reply via email to