New commits:

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ff62e5a349bd043152ff014f767456be7fc8dfce
commit ff62e5a349bd043152ff014f767456be7fc8dfce
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Jan 3 10:04:23 2008 +0100

    SH//22: Kernel based state machine for less overhead and latencies.
    
    After filling the first reload buffer, execution enters the kernel
    which starts the decoder and only returns to user space for
      - end of decoding
      - error in decoding
      - less than two buffers loaded or in use (reload)

 gfxdrivers/sh7722/Makefile.kernel           |    7 +
 gfxdrivers/sh7722/kernel-module/sh7722gfx.c |  272 ++++++++++++++++++++-------
 gfxdrivers/sh7722/kernel-module/sh7722gfx.h |   36 +++-
 gfxdrivers/sh7722/sh7722.h                  |   23 +--
 gfxdrivers/sh7722/sh7722_jpeg.c             |   95 ++++------
 gfxdrivers/sh7722/sh7722_types.h            |    2 +-
 6 files changed, 279 insertions(+), 156 deletions(-)


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

Reply via email to