Mailinglist Archive: radeonhd (265 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 4 commit(s)
  • From: libv@xxxxxxxxxxxxxxxxxxxxxx (Luc Verhaegen)
  • Date: Tue, 29 Jan 2008 12:22:25 -0800 (PST)
  • Message-id: <20080129202226.0EA6310096@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

4 commits against master at c900aa5a...:
configure.ac | 41 ++
src/Imakefile | 4
src/Makefile.am | 10
src/r5xx_2dregs.h | 288 +++++++++++++++++++
src/r5xx_accel.c | 441 ++++++++++++++++++++++++++++++
src/r5xx_accel.h | 86 +++++
src/r5xx_exa.c | 485 +++++++++++++++++++++++++++++++++
src/r5xx_xaa.c | 779 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/rhd.h | 28 +
src/rhd_driver.c | 333 ++++++++++++++++++-----
src/rhd_modes.c | 131 +++++----
src/rhd_randr.c | 2
src/rhd_shadow.c | 5
13 files changed, 2512 insertions(+), 121 deletions(-)


commit 7e9b6ef0917932964d2be2cadd450525e9f08512
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Jan 29 19:54:16 2008 +0100

R5xx: Implement EXA.

MMIO only, so no accelerated up/download yet.

diffstat:
configure.ac | 41 ++++
src/Makefile.am | 4
src/r5xx_2dregs.h | 12 +
src/r5xx_accel.h | 15 +
src/r5xx_exa.c | 485 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/rhd.h | 3
src/rhd_driver.c | 54 ++++-
7 files changed, 605 insertions(+), 9 deletions(-)

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


commit af0c64d897f7f2288419b6e43468850e1037bb59
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Mon Jan 28 13:09:55 2008 +0100

R5xx accel: Add XAA support.

MMIO path only, no CP support yet.

diffstat:
src/Imakefile | 4
src/Makefile.am | 6
src/r5xx_2dregs.h | 276 +++++++++++++++++
src/r5xx_accel.c | 441 ++++++++++++++++++++++++++++
src/r5xx_accel.h | 71 ++++
src/r5xx_xaa.c | 779 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/rhd.h | 3
src/rhd_driver.c | 60 +++
src/rhd_modes.c | 123 ++++---
9 files changed, 1702 insertions(+), 61 deletions(-)

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


commit 7cab021c74e1ea45d2e087df89b9f14c5ec300ee
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Mon Jan 28 13:05:42 2008 +0100

Improve FB handling.

Split things up in Scanout, Offscreen and Free.
Add option offscreensize, which allows selection for both % (of total
videoram) and M(megabytes) of offscreen memory.

diffstat:
src/rhd.h | 11 +++++
src/rhd_driver.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++--
src/rhd_modes.c | 16 ++++----
src/rhd_randr.c | 2 -
src/rhd_shadow.c | 2 -
5 files changed, 112 insertions(+), 14 deletions(-)

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


commit e0cfbcd5c97591ee556dc836d58e965771e5240a
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Mon Jan 28 07:12:59 2008 +0100

Add AccelMethod Option and related handling.

diffstat:
src/rhd.h | 11 +++
src/rhd_driver.c | 170 +++++++++++++++++++++++++++++++++------------------
src/rhd_shadow.c | 3
3 files changed, 120 insertions(+), 64 deletions(-)

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


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

< Previous Next >
This Thread
  • No further messages