New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=898e42cc05c2b306de1f11658a884b5bf79573af
commit 898e42cc05c2b306de1f11658a884b5bf79573af
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Wed Sep 10 21:33:30 2008 +0200

    [SH7723] Added support for SH7723 to SH7722 driver and kernel module.
    
    (*) DirectFB/Graphics: Renesas SH7723 0.9 (Denis & Janine Kropp)
    (*) DirectFB/Core/WM: SaWMan 0.2 (directfb.org)
    (*) SaWMan/Config: Parsing config file '/etc/sawmanrc'.
    (*) SaWMan: Initializing stack 0x432078 for tier 0x431a48, 0x0, layer 0, 
context 0x431e78 [1]...
    (*) SaWMan/Init: Layer  0:  800x480, RGB16, options: 1
    (*) SaWMan/Init: Border 0:  800x480, RGB16, options: 8
    (*) Direct/Interface: Using 'PNG' implementation of 
'IDirectFBImageProvider'.
    (*) Direct/Interface: Using 'FT2' implementation of 'IDirectFBFont'.
    (*) Direct/Interface: Using 'GIF' implementation of 
'IDirectFBImageProvider'.
    
    Benchmarking 256x256 on 800x464 RGB16 (16bit)...
    
    Fill Rectangle                                 5.350 secs (* 200.895 
MPixel/sec) [  3.9%]
    Fill Rectangle (blend)                         8.590 secs (*  78.582 
MPixel/sec) [  1.7%]
    Fill Rectangles [10]                           5.226 secs (* 200.646 
MPixel/sec) [  1.1%]
    Fill Rectangles [10] (blend)                  11.699 secs (*  78.425 
MPixel/sec) [  0.3%]
    Fill Triangles                                14.254 secs (*  26.436 
MPixel/sec) [  1.1%]
    Fill Triangles (blend)                        26.657 secs (*   8.727 
MPixel/sec) [  0.4%]
    Draw Rectangle                                 3.127 secs (*  30.444 
KRects/sec) [ 44.8%]
    Draw Lines [10]                                3.062 secs (* 122.468 
KLines/sec) [ 35.9%]
    Fill Spans                                     3.013 secs (* 147.907 
MPixel/sec) [ 73.4%]
    Fill Spans (blend)                             3.037 secs (*  73.369 
MPixel/sec) [ 27.0%]
    Blit                                          11.698 secs (*  56.023 
MPixel/sec) [  1.4%]
    Blit colorkeyed                                8.376 secs (*  59.464 
MPixel/sec) [  1.6%]
    
    TODO: more acceleration work...

 gfxdrivers/sh7722/Makefile.am                   |    2 +
 gfxdrivers/sh7722/Makefile.kernel               |   36 +-
 gfxdrivers/sh7722/directfbrc.sh7722             |   11 +-
 gfxdrivers/sh7722/directfbrc.sh7723             |   10 +
 gfxdrivers/sh7722/kernel-module/.gitignore      |   11 +-
 gfxdrivers/sh7722/kernel-module/Makefile        |    4 +-
 gfxdrivers/sh7722/kernel-module/sh7722.c        | 1117 +++++++++++++++++++++++
 gfxdrivers/sh7722/kernel-module/sh7722.h        |   21 +
 gfxdrivers/sh7722/kernel-module/sh7722gfx.c     | 1104 ----------------------
 gfxdrivers/sh7722/kernel-module/sh7722gfx.h     |   99 --
 gfxdrivers/sh7722/kernel-module/sh7723.c        |  539 +++++++++++
 gfxdrivers/sh7722/kernel-module/sh7723.h        |   21 +
 gfxdrivers/sh7722/kernel-module/sh772x_driver.c |   82 ++
 gfxdrivers/sh7722/kernel-module/sh772x_gfx.h    |  101 ++
 gfxdrivers/sh7722/sh7722.c                      |  174 +++--
 gfxdrivers/sh7722/sh7722.h                      |   64 +-
 gfxdrivers/sh7722/sh7722_blt.c                  |   27 +-
 gfxdrivers/sh7722/sh7722_jpeg.c                 |   12 +
 gfxdrivers/sh7722/sh7722_jpeglib.c              |   37 +-
 gfxdrivers/sh7722/sh7722_layer.c                |    3 +
 gfxdrivers/sh7722/sh7722_types.h                |   11 +-
 gfxdrivers/sh7722/sh7723_blt.c                  |  890 ++++++++++++++++++
 gfxdrivers/sh7722/sh7723_blt.h                  |  239 +++++
 23 files changed, 3288 insertions(+), 1327 deletions(-)

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

Reply via email to