New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2b32537a88af3f4366a1165d3c391ee22c18a064
commit 2b32537a88af3f4366a1165d3c391ee22c18a064
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Mar 14 16:20:26 2011 +0100

    VDPAU: Add VDPAU accelerated rendering module (graphics driver).
    
    Supports blitting with the following flags:
    - DSBLIT_BLEND_ALPHACHANNEL
    - DSBLIT_BLEND_COLORALPHA
    - DSBLIT_COLORIZE
    - DSBLIT_SRC_PREMULTCOLOR
    
    Rectangle filling is work in progress (probably need to create a static 
'white' surface).
    
       ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.5.0 |~~~~~~~~~~~~~~~~~~~~~~~~~~
            (c) 2001-2010  The world wide DirectFB Open Source Community
            (c) 2000-2004  Convergence (integrated media) GmbH
          ----------------------------------------------------------------
    
    (*) DirectFB/Core: Single Application Core. (2011-03-14 14:21) [ DEBUG ][ 
TRACE ]
    (*) Direct/Memcpy: Using Generic 64bit memcpy()
    (*) DirectFB/X11/VDPAU: API version 1 - 'NVIDIA VDPAU Driver Shared Library 
 270.29  Wed Feb 23 16:38:50 PST 2011'
    (*) DirectFB/Genefx: MMX detected and enabled
    (*) DirectFB/Graphics: VDPAU Output Surface Rendering 0.0 (Denis Oliver 
Kropp)
    (*) DirectFB/Core/WM: Default 0.3 (directfb.org)
    (*) X11/Display: Not using XShm.
    (*) Direct/Interface: Loaded 'PNG' implementation of 
'IDirectFBImageProvider'.
    (*) Direct/Interface: Loaded 'FT2' implementation of 'IDirectFBFont'.
    (*) Direct/Interface: Loaded 'GIF' implementation of 
'IDirectFBImageProvider'.
    
    Benchmarking 256x256 on 1280x697 ARGB (32bit)...
    
    Blit                                           3.003 secs (* 486.664 
MPixel/sec) [100.0%]
    Blit with colorizing                           3.001 secs (* 486.988 
MPixel/sec) [100.0%]
    Blit from 32bit (blend)                        3.002 secs (* 486.826 
MPixel/sec) [100.0%]
    Blit from 32bit (blend) with colorizing        3.002 secs (* 486.826 
MPixel/sec) [100.0%]
    Blit SrcOver (premultiplied source)            3.009 secs (* 496.583 
MPixel/sec) [100.3%]

 configure.in                       |   16 +-
 gfxdrivers/Makefile.am             |    7 +
 gfxdrivers/vdpau/Makefile.am       |   36 +++
 gfxdrivers/vdpau/vdpau_2d.c        |  499 ++++++++++++++++++++++++++++++++++++
 gfxdrivers/vdpau/vdpau_2d.h        |   71 +++++
 gfxdrivers/vdpau/vdpau_gfxdriver.c |  141 ++++++++++
 gfxdrivers/vdpau/vdpau_gfxdriver.h |   61 +++++
 7 files changed, 830 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=407fe4262571c9f545ddb5d1659869b2cb7794b7
commit 407fe4262571c9f545ddb5d1659869b2cb7794b7
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Mar 14 16:18:52 2011 +0100

    VDPAU: Use new CORE_X11VDPAU system type, retrieve 
OutputSurfaceRenderOutputSurface() pointer.

 systems/x11vdpau/x11.c      |    3 ++-
 systems/x11vdpau/x11.h      |    2 ++
 systems/x11vdpau/x11input.c |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b8a702eb9a4539eb3f0b4914546930f2b251b7ef
commit b8a702eb9a4539eb3f0b4914546930f2b251b7ef
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Mar 14 16:17:49 2011 +0100

    core: Add CORE_X11VDPAU to system type enum.

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

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

Reply via email to