New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=32ed166b03bf2d0dc33fb65562788b1e3e22eceb
commit 32ed166b03bf2d0dc33fb65562788b1e3e22eceb
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Dec 6 14:05:28 2007 +0100

    SH7722: Implemented DSRO_ANTIALIAS for all drawing operations.
    
    The hardware provides "anti-aliased" lines by drawing a line
    with doubled pixel width (minor axis). This should be drawn with
    a transparency factor. Finally the original line is drawn on top
    of this.
    
    For filled rectangles and triangles, only the double width line is
    drawn and then the shape is filled.
    
    Fixed off-by-one in rectangle outlines.

 gfxdrivers/sh7722/sh7722.c       |    3 -
 gfxdrivers/sh7722/sh7722_blt.c   |  597 +++++++++++++++++++++++++++++++++-----
 gfxdrivers/sh7722/sh7722_blt.h   |    4 +-
 gfxdrivers/sh7722/sh7722_types.h |    1 +
 4 files changed, 533 insertions(+), 72 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=992ed320a16aa7c804873aab95a9acdf0617849c
commit 992ed320a16aa7c804873aab95a9acdf0617849c
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Dec 6 13:30:08 2007 +0100

    API: Added DSRO_ANTIALIAS to enable anti-aliasing for edges, lines...

 include/directfb.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9285afb3671ffab0048fdf2308be5db08621a95b
commit 9285afb3671ffab0048fdf2308be5db08621a95b
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Dec 6 13:29:18 2007 +0100

    FONT: Fixed "no-font-premult" option.

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


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

Reply via email to