New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=26b31a6aaec8cbdc6440b9ede14ace851ffe0306
commit 26b31a6aaec8cbdc6440b9ede14ace851ffe0306
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed Mar 7 09:47:29 2012 +0100

    IDirectFB: Allow DSCAPS_TRIPLE for windowed primary surface, thanks to Rob 
McConnell!

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=520907c32769e08272d9b776f5524b37e114343c
commit 520907c32769e08272d9b776f5524b37e114343c
Author: Andreas Shimokawa <[email protected]>
Date:   Tue Mar 6 13:44:57 2012 +0100

    merged generic driver changes from Broadcom (thanks!)
    
    - optimize Cop_to_Aop_32 (loop unrolling)
    - use preincrement/predecrement instead of postdecrement
      (might improve performance on some compilers/architectures)
    - dont issue a "unknown format" warning when calling dfb_pixel_from_color 
with
      indexed formats

 src/gfx/convert.c                      |    6 +
 src/gfx/generic/generic.c              |  998 ++++++++++++++++----------------
 src/gfx/generic/template_acc_16.h      |   82 ++--
 src/gfx/generic/template_acc_24.h      |    2 +-
 src/gfx/generic/template_acc_32.h      |   57 +-
 src/gfx/generic/template_colorkey_16.h |   76 ++--
 src/gfx/generic/template_colorkey_32.h |   30 +-
 7 files changed, 643 insertions(+), 608 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=65efa6affbdc1a90246e89f045c3d6774f55e767
commit 65efa6affbdc1a90246e89f045c3d6774f55e767
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Mar 5 14:45:11 2012 +0100

    merge various patches from Broadcom (thanks!)
    
    idirectfbgl: add IDirectFBGL::TextureSurface() to the interface definition
    input: implement quitpipe also for the hotplug thread
    jpeg provider: improve probe to recognize more valid jpeg formats
    png provider: more debugging, support libpng 1.5
    libdirect: never return an uninitialized value in 
direct_recursive_mutex_init()
    surface pool: improve debugging
    idirectfbsurface: in IDirectfFBSurface_Flip() pass return value of 
CoreSurface_Flip()
    tools: make libpng 1.5 compatible
    
    various files: use __VA_ARGS__ for macros

 include/directfbgl.h                               |   10 +
 inputdrivers/linux_input/linux_input.c             |   30 ++-
 .../idirectfbimageprovider_gif.c                   |    4 +-
 .../idirectfbimageprovider_jpeg.c                  |   13 +-
 .../idirectfbimageprovider_png.c                   |  263 ++++++++++++--------
 lib/direct/messages.h                              |   16 +-
 lib/direct/os/linux/glibc/mutex.c                  |    2 +-
 src/core/CoreDFB_includes.h                        |   28 ++
 src/core/CoreGraphicsState_real.cpp                |    2 +
 src/core/core.h                                    |    4 +-
 src/display/idirectfbsurface.c                     |    5 +-
 src/display/idirectfbsurface_layer.c               |   11 +-
 src/display/idirectfbsurface_window.c              |   15 +-
 tools/directfb-csource.c                           |   19 +-
 tools/mkdfiff.c                                    |    6 +-
 tools/mkdgifft.cpp                                 |    2 +-
 16 files changed, 287 insertions(+), 143 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=668b2ff6f114f78fa975483a1125b954e78ec1b8
commit 668b2ff6f114f78fa975483a1125b954e78ec1b8
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed Mar 7 14:39:17 2012 +0100

    android: add gitignore file

 build-android/.gitignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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

Reply via email to