Mailinglist Archive: radeonhd (307 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 2 commit(s)
  • From: agd5f@xxxxxxxxxxxxxxxxxxxxxx (Alex Deucher)
  • Date: Mon, 9 Feb 2009 11:10:40 -0800 (PST)
  • Message-id: <20090209191040.53D1F10096@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

2 commits against r6xx-r7xx-support at 4065d004...:
src/r600_exa.c | 605 ++++++++++++++++++++++++++++++++++++++++-
src/r600_textured_videofuncs.c | 276 +++++++++++++-----
src/r6xx_accel.h | 3
src/rhd_video.c | 80 ++---
src/rhd_video.h | 5
5 files changed, 838 insertions(+), 131 deletions(-)


commit 613299dcc30971e381b120b3bc3412d02e2b9aea
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Mon Feb 9 14:09:24 2009 -0500

R6xx/R7xx Xv: switch to native planar shader and add accelerated planar
uploads

diffstat:
src/r600_exa.c | 575 ++++++++++++++++++++++++++++++++++++-
src/r600_textured_videofuncs.c | 276 ++++++++++++-----
src/r6xx_accel.h | 3
src/rhd_video.c | 80 ++---
src/rhd_video.h | 5
5 files changed, 816 insertions(+), 123 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=613299dc


commit 90be9fb2c858be9a767da456102f507731a89c18
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Mon Feb 9 13:33:13 2009 -0500

R6xx/R7xx UTS: move actual upload to separate function

So it can be shared with Xv

diffstat:
src/r600_exa.c | 30 ++++++++++++++++++++++--------
1 file changed, 22 insertions(+), 8 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=613299dc


--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >