Mailinglist Archive: radeonhd (265 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 6 commit(s)
- From: agd5f@xxxxxxxxxxxxxxxxxxxxxx (Alex Deucher)
- Date: Wed, 14 Jan 2009 11:31:56 -0800 (PST)
- Message-id: <20090114193156.DAC5310096@xxxxxxxxxxxxxxxxxxxxxx>
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
6 commits against r6xx-r7xx-support at 9e7f39a9...:
src/r600_exa.c | 2100 ++++++++++++++++++++++++++++-------------
src/r600_textured_videofuncs.c | 654 ------------
src/r6xx_accel.h | 24
3 files changed, 1462 insertions(+), 1316 deletions(-)
commit 9926f930aba3fafcbe89fb870c6a86a62583dbcd
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 14:27:09 2009 -0500
r6xx:r7xx: load composite vertex shaders once
rather than for each op. PS still need to be per op.
diffstat:
src/r600_exa.c | 512 +++++++++++++++++++++++++++--------------------------
1 file changed, 262 insertions(+), 250 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit dd0004e4a8e5ce0b040a93c6c840f05f1d95d693
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 14:16:58 2009 -0500
r6xx/r7xx: switch to different vertex buffer formats for composite
mask vs no mask case
diffstat:
src/r600_exa.c | 88 ++++++++++++++++++++++++++++++++-------------------
src/r6xx_accel.h | 7 ++++
2 files changed, 63 insertions(+), 32 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 089a8dcb6c0ff7b477046463e3041f7d5997c3b1
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 13:38:12 2009 -0500
R6xx/r7xx: switch solid/copy/xv to static shaders
load the shaders at startup rather than at each op
diffstat:
src/r600_exa.c | 1467 +++++++++++++++++++++++++++----------
src/r600_textured_videofuncs.c | 654 ----------------
src/r6xx_accel.h | 13
3 files changed, 1089 insertions(+), 1045 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 893956bfdf59c6fc11bdef408778a6dce8413168
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 12:22:41 2009 -0500
R6xx/r7xx: use an alu const for solid color
avoid sending the color with each vertex
diffstat:
src/r600_exa.c | 249 ++++++++++++++++++++++++++++++++-------------------
src/r6xx_accel.h | 4
2 files changed, 157 insertions(+), 96 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 05febbe2d8ba003f9c3303f6e2e78cfe8fdaa091
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 11:46:48 2009 -0500
R6xx/R7xx: clamp color values
diffstat:
src/r600_exa.c | 10 +++++-----
src/r600_textured_videofuncs.c | 24 ++++++++++++------------
2 files changed, 17 insertions(+), 17 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 36e54aecaad28c7f4f0e866443642b3378eb3243
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Mon Jan 12 19:00:27 2009 -0500
R6xx/r7xx: fix planemask handling
diffstat:
src/r600_exa.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
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
6 commits against r6xx-r7xx-support at 9e7f39a9...:
src/r600_exa.c | 2100 ++++++++++++++++++++++++++++-------------
src/r600_textured_videofuncs.c | 654 ------------
src/r6xx_accel.h | 24
3 files changed, 1462 insertions(+), 1316 deletions(-)
commit 9926f930aba3fafcbe89fb870c6a86a62583dbcd
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 14:27:09 2009 -0500
r6xx:r7xx: load composite vertex shaders once
rather than for each op. PS still need to be per op.
diffstat:
src/r600_exa.c | 512 +++++++++++++++++++++++++++--------------------------
1 file changed, 262 insertions(+), 250 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit dd0004e4a8e5ce0b040a93c6c840f05f1d95d693
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 14:16:58 2009 -0500
r6xx/r7xx: switch to different vertex buffer formats for composite
mask vs no mask case
diffstat:
src/r600_exa.c | 88 ++++++++++++++++++++++++++++++++-------------------
src/r6xx_accel.h | 7 ++++
2 files changed, 63 insertions(+), 32 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 089a8dcb6c0ff7b477046463e3041f7d5997c3b1
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 13:38:12 2009 -0500
R6xx/r7xx: switch solid/copy/xv to static shaders
load the shaders at startup rather than at each op
diffstat:
src/r600_exa.c | 1467 +++++++++++++++++++++++++++----------
src/r600_textured_videofuncs.c | 654 ----------------
src/r6xx_accel.h | 13
3 files changed, 1089 insertions(+), 1045 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 893956bfdf59c6fc11bdef408778a6dce8413168
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 12:22:41 2009 -0500
R6xx/r7xx: use an alu const for solid color
avoid sending the color with each vertex
diffstat:
src/r600_exa.c | 249 ++++++++++++++++++++++++++++++++-------------------
src/r6xx_accel.h | 4
2 files changed, 157 insertions(+), 96 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 05febbe2d8ba003f9c3303f6e2e78cfe8fdaa091
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Jan 14 11:46:48 2009 -0500
R6xx/R7xx: clamp color values
diffstat:
src/r600_exa.c | 10 +++++-----
src/r600_textured_videofuncs.c | 24 ++++++++++++------------
2 files changed, 17 insertions(+), 17 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
commit 36e54aecaad28c7f4f0e866443642b3378eb3243
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Mon Jan 12 19:00:27 2009 -0500
R6xx/r7xx: fix planemask handling
diffstat:
src/r600_exa.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9926f930
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |