New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cb1a784ac6ce868176a98ec71dc02c27726d6c9b
commit cb1a784ac6ce868176a98ec71dc02c27726d6c9b
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 07:01:58 2008 +0100

    DAVINCI: More acceleration (StretchBlit for ARGB, ARGB/RGB32->RGB16 
conversion) and fixes.
    
    Added properly clipped (phases!) StretchBlit() for ARGB and RGB32 without 
any blitting flags.
    
    Added ARGB/RGB32 conversion to RGB16 without any flags (currently writing 
alpha data to scratch area).
    
    Fixed color calculation for filling/drawing to UYVY.
    
    Moved write back from EngineSync() to EmitCommands() as there's no 
guarantee for EngineSync() to be called :(
    
    More tests for DSP internal MPEG2 functions.
    
    Only run DSP test code if C64X_TEST is exported.

 gfxdrivers/davinci/davinci_2d.c                    |  133 ++++-
 gfxdrivers/davinci/davinci_2d.h                    |    2 +-
 gfxdrivers/davinci/davinci_c64x.c                  |  631 ++++++++++++++++++--
 gfxdrivers/davinci/davinci_c64x.h                  |  134 ++++-
 gfxdrivers/davinci/davinci_gfxdriver.c             |    5 +-
 gfxdrivers/davinci/davinci_gfxdriver.h             |    3 +
 .../davinci/kernel-module/include/linux/c64x.h     |    5 +
 7 files changed, 829 insertions(+), 84 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=45b8a0975257cdcee16b92dc161107754b2c02f9
commit 45b8a0975257cdcee16b92dc161107754b2c02f9
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 06:36:10 2008 +0100

    DAVINCI: Added davinci_c64x_write_back_all() after 
davinci_c64x_dither_argb() for OSD updates.

 gfxdrivers/davinci/davinci_osd.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=88e33559fe7521794f37fabfe1103a23ae6d3ea1
commit 88e33559fe7521794f37fabfe1103a23ae6d3ea1
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 06:28:28 2008 +0100

    DIRECT: Fixed 'log-file' and 'log-udp' option.

 lib/direct/direct.c |   10 +++++++---
 lib/direct/log.c    |    8 ++++++++
 lib/direct/log.h    |    4 ++++
 3 files changed, 19 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=322f0fe1dd9aeb538e675a4137a5c80e8668fa9c
commit 322f0fe1dd9aeb538e675a4137a5c80e8668fa9c
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 06:20:53 2008 +0100

    FONTS: Added minimum glyph alignment of 8 bytes.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fd3a4151a9b9e0ec8fe94d93d06da364e04a3013
commit fd3a4151a9b9e0ec8fe94d93d06da364e04a3013
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 06:16:24 2008 +0100

    GFXCORE: Added mask of clipped functions to internal CardCapabilities (gfx 
drivers).
    
    Instead of providing clipping for none or for all functions (CCF_CLIPPING) 
a driver
    can set individual functions to be hardware clipped, e.g. DFXL_STRETCHBLIT 
where
    clipping is crucial.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2c7096c217f15136cf9e5e3a4f36709fb1fc55fe
commit 2c7096c217f15136cf9e5e3a4f36709fb1fc55fe
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 06:02:53 2008 +0100

    LAYERS: Only sync with accelerator in dfb_layer_region_flip_update() when 
DSFLIP_PIPELINE is not set.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=df15f4ba6ad4d7dd964d61b85ea3b651168ceb1a
commit df15f4ba6ad4d7dd964d61b85ea3b651168ceb1a
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 06:00:39 2008 +0100

    GENERIC: Print blend funcs in warning caused by 'no-software'.

 src/gfx/generic/generic.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5b2fb854ee2a57408059778d1bdd88e063d085a6
commit 5b2fb854ee2a57408059778d1bdd88e063d085a6
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Jan 8 05:59:41 2008 +0100

    Added option "-ds" for dumping surfaces.

 tools/dfbdump.c |   48 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 31 insertions(+), 17 deletions(-)


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

Reply via email to