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
Alex Deucher wrote:
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=...
Alex Deucher wrote:
The link above is the URL for the git web interface (now cgit, the commit hook should be updated) for viewing changelogs, etc. in your browser. If possible, the commit hook should also provide a proper link to each commit. Notice the three links above all point to the most recent commit rather than each commit separately.
-- Chris -- To unsubscribe, e-mail: radeonhd+unsubscribe@opensuse.org For additional commands, e-mail: radeonhd+help@opensuse.org
On Mon, Feb 2, 2009 at 2:05 PM, Chris Bandy <cbandy@jbandy.com> wrote:
Alex Deucher wrote:
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=...
Alex Deucher wrote:
The link above is the URL for the git web interface (now cgit, the commit hook should be updated) for viewing changelogs, etc. in your browser. If possible, the commit hook should also provide a proper link to each commit. Notice the three links above all point to the most recent commit rather than each commit separately.
Hence my note about the commit hook needing to be updated since gitweb has been replaced with cgit. I'm not sure who implemented the commit hook or where it lives. Alex -- To unsubscribe, e-mail: radeonhd+unsubscribe@opensuse.org For additional commands, e-mail: radeonhd+help@opensuse.org
participants (3)
-
agd5f@kemper.freedesktop.org
-
Alex Deucher
-
Chris Bandy