Mailinglist Archive: radeonhd (307 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 2 commit(s)
  • From: agd5f@xxxxxxxxxxxxxxxxxxxxxx (Alex Deucher)
  • Date: Tue, 24 Feb 2009 08:07:57 -0800 (PST)
  • Message-id: <20090224160757.8CB9B10096@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 2a2caff1...:
src/r600_exa.c | 58 +++++++++++++++++++++++++++++++++++++++++++++----------
src/r6xx_accel.h | 1
2 files changed, 49 insertions(+), 10 deletions(-)


commit 34a3f94b91406aa8e6355787f5474cbb6bfc0052
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Tue Feb 24 11:06:32 2009 -0500

R6xx/R7xx EXA: optimize overlapping copy using temp surface

- allocate temp surface in PrepareCopy()
- fallback to old OverlapCopy() path is we're not able to
allocate a temp surface

diffstat:
src/r600_exa.c | 50 ++++++++++++++++++++++++++------------------------
1 file changed, 26 insertions(+), 24 deletions(-)

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


commit b7f951db4aed18b5e55a65fb079410113239e58d
Author: Mark van Doesburg <mark.vandoesburg@xxxxxxxxx>
Date: Tue Feb 24 11:01:56 2009 -0500

R6xx/R7xx EXA: use a temp surface for overlapping copies

diffstat:
src/r600_exa.c | 50 +++++++++++++++++++++++++++++++++++++++++++-------
src/r6xx_accel.h | 1 +
2 files changed, 44 insertions(+), 7 deletions(-)

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


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

< Previous Next >