New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f6d5eda0164895d2be6c55355f871a81587f064f
commit f6d5eda0164895d2be6c55355f871a81587f064f
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Jul 9 21:05:04 2007 +0200

    Added dfb_convert_to_rgb32().
    
    Support 32 bit (depth 24) displays in SDL and X11 backend.

 src/gfx/convert.h     |   93 +++++++++++++++++++++++++++++++++++++++++++++++++
 systems/sdl/primary.c |    4 ++
 systems/x11/primary.c |   16 ++++++++-
 3 files changed, 112 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b8649c8cae7eb9db2f8f2bfb8ed29c0dc8e5f7a8
commit b8649c8cae7eb9db2f8f2bfb8ed29c0dc8e5f7a8
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Jul 9 20:32:07 2007 +0200

    Added dfb_convert_to_rgb16().
    
    Use it in SDL system.
    
    Cleaned up X11 system a bit and made it use dfb_convert_to_rgb16().

 src/gfx/convert.h     |   77 +++++++++++++++++++++++
 systems/sdl/primary.c |   51 +++------------
 systems/x11/primary.c |  134 +++++++++++++----------------------------
 systems/x11/x11.c     |   10 ++-
 systems/x11/xwindow.c |  162 +++++++++++++++++++------------------------------
 systems/x11/xwindow.h |   10 +--
 6 files changed, 202 insertions(+), 242 deletions(-)


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

Reply via email to