xf86-video-geode: Changes to 'master'

Martin-Éric Racine q-funk at kemper.freedesktop.org
Thu Aug 12 10:00:12 PDT 2010


 src/lx_exa.c |  117 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 97 insertions(+), 20 deletions(-)

New commits:
commit 673d71b970a6d02449c9994e67f337d117d7f075
Author: Frank Huang <frankr.huang at amd.com>
Date:   Thu Aug 12 15:49:53 2010 +0800

    Fix the PictOpOutReverse op
    
    *Correct the entry for PictOutReverse
    *Outside the source picture, the pixels should be all zero when doing
    the PictOpOutReverse rendering with Dst
    *Rename the function name of pict_a8 to add_a8
    *Rename the function name of opover to two_pass
    *Fix the bug in KDE dolphin file browser
    
    Signed-off-by: Frank Huang <frankr.huang at amd.com>

commit 2d1a07327ef352b5f36cbd93a280485cafeeb4d4
Author: Frank Huang <frankr.huang at amd.com>
Date:   Thu Aug 12 15:49:36 2010 +0800

    Improve the glyph rendering performance
    
    *Add a PICT_a8 entry in the format we support
    *Use Mart's workaround patch to give geode PictOpAdd correct pSrc
    and pDst format
    *Add a function lx_composite_onepass_pict_a8 to handle the PictOpAdd
    for glyph rendering
    *Performance for "x11perf" command under Fedora 12
                      Past           Now
    -aa10text         4660/sec       53300/sec
    -aa24text         2740/sec       16200/sec
    
    Signed-off-by: Frank Huang <frankr.huang at amd.com>



More information about the xorg-commit mailing list