New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b00372c5f6af1a749c1e13bb95fe9552c0e45318
commit b00372c5f6af1a749c1e13bb95fe9552c0e45318
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jun 21 03:22:19 2008 +0200

    [davinci] Replaced all hard coded addressing of 32MB DSP working area by 
DAVINCI_C64X_MEM.
    
    DAVINCI_C64X_MEM is defined in <linux/c64x.h> to be 0x86000000 if not 
defined from outside.
    
    FIXME: We could save probably most of the 32MB...

 gfxdrivers/davinci/davinci_2d.c                    |    2 +-
 gfxdrivers/davinci/davinci_c64x.c                  |   80 ++++++++++----------
 gfxdrivers/davinci/kernel-module/c64x/c64x.c       |    2 +-
 .../davinci/kernel-module/include/linux/c64x.h     |    6 ++
 4 files changed, 48 insertions(+), 42 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2f5c21a288e4111ecd079a68f9f63d647b5436a5
commit 2f5c21a288e4111ecd079a68f9f63d647b5436a5
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jun 21 03:19:18 2008 +0200

    [graphics] Removed dfb_gfxcard_sync() call from slave leaving procedure.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fea27e5d2e5e359658cbcb182805c6eba8e98531
commit fea27e5d2e5e359658cbcb182805c6eba8e98531
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jun 21 03:14:36 2008 +0200

    [IDirectFB] Added sanity limit of 20480x20480 to CreateSurface().
    
    This way further calculations like 20480*20480*4 still work and
    buffer allocations can be made (rather rejected) as there's no
    wrap around with 31 or 32 bit numbers.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=884c9d9e1a2f8a5aa33e5d0a29be87505be7389e
commit 884c9d9e1a2f8a5aa33e5d0a29be87505be7389e
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jun 21 03:06:45 2008 +0200

    [keyboard] Make driver usable without fbdev/vt just for the sake of a 
keymap.
    
    If the FBDev system module is not used, e.g. using DevMem system module, try
    opening /dev/tty0 just to be able to register a keyboard device with a 
keymap.
    
    GTK+-DirectFB still does not work without it...

 inputdrivers/keyboard/keyboard.c |   73 ++++++++++++++++++++++++++-----------
 1 files changed, 51 insertions(+), 22 deletions(-)


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

Reply via email to