New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=028288dcd22009d2060755256cd857579592692e
commit 028288dcd22009d2060755256cd857579592692e
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon Jun 30 15:10:18 2008 +0200

    [layers] Added CLRCF_FREEZE for dfb_layer_region_set_configuration() to set 
CLRSF_FROZEN.
    
    Changes are not applied until dfb_layer_region_flip_update() is called.

 src/core/layer_region.c |    4 ++++
 src/core/layers.h       |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bd8749232bd22df253a3e99c02a230f54f12e089
commit bd8749232bd22df253a3e99c02a230f54f12e089
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Tue Jun 24 16:49:32 2008 +0200

    [davinci] Fixed timeout detection in DAVINCI_IOCTL_WAIT_LOW.
    
    - reduced polling frequency from 1/HZ sec to 1/50 sec with an allowed
      total of almost one second while still running the same command (DSP 
stuck)
    - or timeout immediately (after 1/50 sec) if idle counter changed (DSP felt 
idle)
    
    - enhanced queue dump on timeout
    - disabled user space write combine on control structure (just one member 
written)

 gfxdrivers/davinci/kernel-module/c64x/c64x.c |   66 +++++++++++++------------
 1 files changed, 34 insertions(+), 32 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1640375755e5bab96a21be1a697fb65c18b4e5a3
commit 1640375755e5bab96a21be1a697fb65c18b4e5a3
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Tue Jun 24 05:09:45 2008 +0200

    [davinci] Added scaling support to video layer using the Davinci Resizer.
    
    Surface buffers must be allocated in devmem as the fb memory of the layer
    is used to store the resized data. Applications can set source and 
destination
    rectangles as with other scaled layers, but a Flip() is always required to
    show updates even in a single buffer mode.
    
    Minor fixes and cleanups.

 gfxdrivers/davinci/davinci_gfxdriver.c |    4 +-
 gfxdrivers/davinci/davinci_gfxdriver.h |   28 +-
 gfxdrivers/davinci/davinci_osd.c       |    4 +-
 gfxdrivers/davinci/davinci_video.c     |  479 ++++++++++++++++++++++++++++----
 gfxdrivers/davinci/davinci_video.h     |    6 +
 gfxdrivers/davinci/davincifb.h         |   16 +
 6 files changed, 470 insertions(+), 67 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7f861b88953fd1d064acb77ada8d51fd2a44fa75
commit 7f861b88953fd1d064acb77ada8d51fd2a44fa75
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Tue Jun 24 03:54:58 2008 +0200

    [davinci] Commented out davinci_c64x_write_back_all() in EngineSync() which 
is still not working properly anyhow.

 gfxdrivers/davinci/davinci_2d.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=20ce5efe7bbc98b0c3e89570c42d641a31cd44e3
commit 20ce5efe7bbc98b0c3e89570c42d641a31cd44e3
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Tue Jun 24 03:43:07 2008 +0200

    added fixme note

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=20716634b6bd361d1851111c9a771618cea8a722
commit 20716634b6bd361d1851111c9a771618cea8a722
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Tue Jun 24 03:31:59 2008 +0200

    [devmem] Minor cleanup removing the unneeded heap offset adjustment.

 systems/devmem/surfacemanager.c |   56 ---------------------------------------
 systems/devmem/surfacemanager.h |    7 -----
 2 files changed, 0 insertions(+), 63 deletions(-)


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

Reply via email to