.../idirectfbimageprovider_png.c                   |    5 ++
 lib/direct/thread.c                                |   56 +++++++++++++++++++-
 lib/direct/thread.h                                |   10 ++++
 lib/fusion/shm/heap.c                              |   14 ++++-
 lib/fusion/shm/pool.c                              |    4 +-
 src/gfx/generic/generic.c                          |   54 +++++++++++--------
 6 files changed, 115 insertions(+), 28 deletions(-)

New commits:
commit c3b24b2df174cdb029d50485c9aed75a62555736
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Fri Mar 23 15:46:30 2007 +0100

    Close file descriptor of shared memory files and be happy with just the
    static mmap() and the filename for using truncate() instead of ftruncate().
    
    
    via git-CVS emulator

commit d3a576aef5806c82576abdd8ec936dd0f6832d29
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Fri Mar 23 15:40:11 2007 +0100

    Added direct_thread_detach() and direct_thread_is_detached().
    
    Use pthread cleanup to free the DirectThread structure etc.
    
    
    via git-CVS emulator

commit 3fcc94f1f0964fc19d5e228ba4df8a67d1501090
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Fri Mar 23 15:03:59 2007 +0100

    Fix ARGB on RGB16 blending. Use Duff's Device and optimize for 0% and 100% 
opaque.
    
    
    via git-CVS emulator

commit 8ce787dedf27a17394b73e94a9e0c832593b3260
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Mar 22 11:31:20 2007 +0100

    Fixed RGB24 to RGB16 conversion.
    
    
    via git-CVS emulator

commit 848cfefef00b738d736ceac287001da1141de9a5
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Wed Mar 21 00:36:28 2007 +0100

    Use setjmp() before having libpng trying the longjmp().
    This avoids the unwanted abort().
    
    
    via git-CVS emulator


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

Reply via email to