New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=706473d1bf21ef9b20226632224f59ce3cbf8864
commit 706473d1bf21ef9b20226632224f59ce3cbf8864
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 15:44:44 2012 +0100

    directfb-csource: fix incorrect libpng API usage
    
    This was added incorrectly in
    commit 65efa6affbdc1a90246e89f045c3d6774f55e767
    (merge various patches from Broadcom (thanks!))

 tools/directfb-csource.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6914899a69c80b46afebd5cb2104d8a7ddbe3ebe
commit 6914899a69c80b46afebd5cb2104d8a7ddbe3ebe
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 16:17:37 2012 +0100

    x11: fix a few compiler warnings
    
      CC     surfacemanager.lo
    .../DirectFB/systems/x11/surfacemanager.c: In function 
'dfb_surfacemanager_displace':
    .../DirectFB/systems/x11/surfacemanager.c:240:26: warning: variable 
'device' set but not used [-Wunused-but-set-variable]
    .../DirectFB/systems/x11/surfacemanager.c: In function 
'dfb_surfacemanager_deallocate':
    .../DirectFB/systems/x11/surfacemanager.c:424:25: warning: variable 
'buffer' set but not used [-Wunused-but-set-variable]
      CC     vpsmem_surface_pool.lo
    .../DirectFB/systems/x11/vpsmem_surface_pool.c: In function 
'vpsmemTestConfig':
    .../DirectFB/systems/x11/vpsmem_surface_pool.c:229:19: warning: variable 
'surface' set but not used [-Wunused-but-set-variable]
    .../DirectFB/systems/x11/vpsmem_surface_pool.c: In function 'vpsmemMuckOut':
    .../DirectFB/systems/x11/vpsmem_surface_pool.c:333:19: warning: variable 
'surface' set but not used [-Wunused-but-set-variable]

 systems/x11/surfacemanager.c      |    2 ++
 systems/x11/vpsmem_surface_pool.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fbe352664601f89c6f9ddbd77a28a9eb39fafbca
commit fbe352664601f89c6f9ddbd77a28a9eb39fafbca
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 16:15:29 2012 +0100

    fbdev: fix a few compiler warnings
    
    .../DirectFB/systems/fbdev/surfacemanager.c: In function 
'dfb_surfacemanager_displace':
    .../DirectFB/systems/fbdev/surfacemanager.c:296:26: warning: variable 
'device' set but not used [-Wunused-but-set-variable]
    .../DirectFB/systems/fbdev/surfacemanager.c: In function 
'dfb_surfacemanager_deallocate':
    .../DirectFB/systems/fbdev/surfacemanager.c:480:25: warning: variable 
'buffer' set but not used [-Wunused-but-set-variable]

 systems/fbdev/surfacemanager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e0ebcbffec1ecb447a3700e64b8acd563b858622
commit e0ebcbffec1ecb447a3700e64b8acd563b858622
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 16:05:56 2012 +0100

    png: fix compiler warning
    
      CC     idirectfbimageprovider_png.lo
    
.../DirectFB/interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c: In 
function 'IDirectFBImageProvider_PNG_RenderTo':
    
.../DirectFB/interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c:273:29:
 warning: variable 'info' set but not used [-Wunused-but-set-variable]

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1cffb599dc38de517cf7532daf096093c46d5e1c
commit 1cffb599dc38de517cf7532daf096093c46d5e1c
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 15:40:06 2012 +0100

    tools: fix some compiler warnings
    
      CC     directfb-csource.o
    .../DirectFB/tools/directfb-csource.c: In function ‘load_image’:
    .../DirectFB/tools/directfb-csource.c:458:11: warning: format ‘%ld’ 
expects argument of type ‘long int’, but argument 3 has type 
‘png_uint_32’ [-Wformat]
    .../DirectFB/tools/directfb-csource.c:504:25: warning: format ‘%ld’ 
expects argument of type ‘long int’, but argument 3 has type 
‘png_uint_32’ [-Wformat]
    .../DirectFB/tools/directfb-csource.c:413:28: warning: ‘info_palette’ 
may be used uninitialized in this function [-Wuninitialized]
    
      CXX    mkdgifft.o
    .../DirectFB/tools/mkdgifft.cpp: In function ‘DFBResult load_image(const 
char*, DFBSurfaceDescription*)’:
    .../DirectFB/tools/mkdgifft.cpp:683:77: warning: format ‘%ld’ expects 
argument of type ‘long int’, but argument 3 has type ‘png_uint_32 {aka 
unsigned int}’ [-Wformat]
    .../DirectFB/tools/mkdgifft.cpp:711:41: warning: format ‘%ld’ expects 
argument of type ‘long int’, but argument 3 has type ‘png_uint_32 {aka 
unsigned int}’ [-Wformat]
    
      CC     dfbdump.o
    .../DirectFB/tools/dfbdump.c: In function ‘alloc_callback’:
    .../DirectFB/tools/dfbdump.c:270:28: warning: variable ‘index’ set but 
not used [-Wunused-but-set-variable]

 tools/dfbdump.c          |    4 +---
 tools/directfb-csource.c |    4 ++--
 tools/mkdgifft.cpp       |    4 ++--
 3 files changed, 5 insertions(+), 7 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=86af758a0b8bf31afa3b18d2a9ab8d88f9ebf7bc
commit 86af758a0b8bf31afa3b18d2a9ab8d88f9ebf7bc
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 13:53:19 2012 +0100

    convert: fixup for dfb_pixel_from_color() trace prints
    
    Some error messages were added in
    commit 520907c32769e08272d9b776f5524b37e114343c
    (merged generic driver changes from Broadcom (thanks!))
    
    but this is a more generic approach.

 src/gfx/convert.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=427f7c3c872e2eaec6c2b706feab472b3e30c3a5
commit 427f7c3c872e2eaec6c2b706feab472b3e30c3a5
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 16:05:35 2012 +0100

    X11: Add DSOR_1440x540 support.

 systems/x11/primary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=dc2bc1b8f00e1043d2d70c79bd47e06b7bd44ded
commit dc2bc1b8f00e1043d2d70c79bd47e06b7bd44ded
Author: André Draszik <[email protected]>
Date:   Tue Mar 27 15:59:37 2012 +0100

    IDirectFBScreen: Add DSOR_1440_540 to DFBScreenOutputResolution.
    
    This is from the same standard that defines the 960x540 modes

 include/directfb.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9da7510cb44aad89a930bc0548d3569a36192150
commit 9da7510cb44aad89a930bc0548d3569a36192150
Author: André Draszik <[email protected]>
Date:   Mon Jan 23 21:53:54 2012 +0000

    png: whitespace fixes

 .../idirectfbimageprovider_png.c                   |  268 ++++++++++----------
 1 files changed, 134 insertions(+), 134 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=055aa6b821f23b1b0faced5b6bc6d6e14db19ed8
commit 055aa6b821f23b1b0faced5b6bc6d6e14db19ed8
Author: André Draszik <[email protected]>
Date:   Mon Jan 23 21:53:34 2012 +0000

    jpeg: whitespace fixes

 .../idirectfbimageprovider_jpeg.c                  |   61 ++++++++++----------
 1 files changed, 31 insertions(+), 30 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7e2b73738687738f5113334d0577891b6d793572
commit 7e2b73738687738f5113334d0577891b6d793572
Author: André Draszik <[email protected]>
Date:   Mon Jan 23 21:53:12 2012 +0000

    more whitespace fixes

 interfaces/IDirectFBImageProvider/Makefile.am |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=98d683437c959c69cc287a848d506ed75ae53531
commit 98d683437c959c69cc287a848d506ed75ae53531
Author: André Draszik <[email protected]>
Date:   Mon Jan 23 21:52:49 2012 +0000

    configure.in: whitespace fixes

 configure.in |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=461da046ad0973db7b96dcef66e8519779326259
commit 461da046ad0973db7b96dcef66e8519779326259
Author: André Draszik <[email protected]>
Date:   Mon Mar 19 17:27:47 2012 +0000

    whitespace

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

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

Reply via email to