New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1e264d5a0e6348d901cbd476bae94118487255f3
commit 1e264d5a0e6348d901cbd476bae94118487255f3
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Oct 8 11:16:28 2007 +0200

    Fixed missing error return in IDirectFB_CreateDataBuffer().

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7c570d664d212eef5210c4c1025c30031c60c6ed
commit 7c570d664d212eef5210c4c1025c30031c60c6ed
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Oct 8 11:15:50 2007 +0200

    Improved debug messages in thread code.
    
    Added "Direct/Thread/Init" domain to watch creation, wait,
    startup, initialization, notification ...

 lib/direct/thread.c |   41 ++++++++++++++++++++++++++++-------------
 1 files changed, 28 insertions(+), 13 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0bd6594f819cec774a43c203da4e147d980e1bbb
commit 0bd6594f819cec774a43c203da4e147d980e1bbb
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Sun Oct 7 19:55:40 2007 +0200

    Big smooth scaler restructuring and cleanup. Added DSBLIT_COLORKEY_PROTECT 
to
    prohibit writing the color that the destination surface uses as a source 
color key.
    
    This is used internally at the moment.
    
    Removed messages from non-debug mode.

 include/directfb.h                      |    9 +
 src/core/state.h                        |   18 +-
 src/gfx/generic/generic.c               |  560 +++++++++++++++----------------
 src/gfx/generic/stretch_hvx_16.h        |   77 +++--
 src/gfx/generic/stretch_hvx_32.h        |   48 ++-
 src/gfx/generic/stretch_hvx_N.h         |  121 +++++++
 src/gfx/generic/stretch_up_down_16.h    |   80 ++---
 src/gfx/generic/stretch_up_down_32.h    |   80 ++---
 src/gfx/generic/stretch_up_down_table.h |   59 ++++
 9 files changed, 616 insertions(+), 436 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e5d3101bcb67bacb8a8772f222729dc4dc692b3a
commit e5d3101bcb67bacb8a8772f222729dc4dc692b3a
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Oct 4 10:35:32 2007 +0200

    Made smooth scaling support source rectangles not starting at 0,0.

 src/gfx/generic/generic.c |   23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)


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

Reply via email to