Mailinglist Archive: radeonhd (307 mails)

< Previous Next >
Re: [radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 2 commit(s)
  • From: Alex Deucher <alexdeucher@xxxxxxxxx>
  • Date: Mon, 9 Feb 2009 14:28:06 -0500
  • Message-id: <a728f9f90902091128s6eff7acbxf3870e335da9a64b@xxxxxxxxxxxxxx>
On Mon, Feb 9, 2009 at 2:17 PM, Gene Heskett <gene.heskett@xxxxxxxxxxx> wrote:
On Monday 09 February 2009, 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

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

From a git newbie, What do I need to do besides a 'git pull' so it will make?

make sure you have checked out the r6xx-r7xx-support branch. if
you've already got he branch checked out, then:
git fetch
git pull origin r6xx-r7xx-support

if not:
git fetch
git checkout -b r6xx-r7xx-support origin/r6xx-r7xx-support
git pull origin r6xx-r7xx-support

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

< Previous Next >