Reporting from xf86-video-radeonhd: Radeon HD video driver Please visit: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd Or get your own copy by using: git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd 3 commits against r6xx-r7xx-support at 61fd95c1...: src/r600_exa.c | 170 ++++++------------------------------------------ src/r6xx_accel.h | 8 -- src/radeon_exa_render.c | 2 3 files changed, 25 insertions(+), 155 deletions(-) commit 656edee0e177f3d049022a4764453b2fe778c90e Author: Alex Deucher <alexdeucher@gmail.com> Date: Sat Jan 31 15:37:06 2009 -0500 Fix and enable composite mask bad offset into the vertex buffer for the mask coordinates diffstat: src/r600_exa.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) gitweb url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=... commit 2918e00478f259024eecfd771a750182905147db Author: Alex Deucher <alexdeucher@gmail.com> Date: Fri Jan 30 20:22:07 2009 -0500 EXA: Remove repeat tile code As far as I can tell from documentation and experimentation, all the clamp modes work fine with NPOT or POT textures. diffstat: src/r600_exa.c | 156 ++++++-------------------------------------- src/r6xx_accel.h | 8 -- src/radeon_exa_render.c | 2 3 files changed, 24 insertions(+), 142 deletions(-) gitweb url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=... commit 598d4e786ed0efa8d1cb75ca86b3f3713762d574 Author: Alex Deucher <alexdeucher@gmail.com> Date: Fri Jan 30 14:30:58 2009 -0500 EXA: Re-enable a8 solid and copy. it's just masks with repeat that are broken. diffstat: src/r600_exa.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) gitweb url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=... -- To unsubscribe, e-mail: radeonhd+unsubscribe@opensuse.org For additional commands, e-mail: radeonhd+help@opensuse.org