Mailinglist Archive: radeonhd (333 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:master: 5 commit(s)
- From: libv@xxxxxxxxxxxxxxxxxxxxxx (Luc Verhaegen)
- Date: Mon, 13 Oct 2008 10:54:44 -0700 (PDT)
- Message-id: <20081013175444.B4E0F10096@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
5 commits against master at 3a56eb0c...:
configure.ac | 2
src/Imakefile | 18
src/Makefile.am | 34
src/r5xx_3dregs.h | 1352 +++++++++
src/r5xx_accel.c | 181 +
src/r5xx_accel.h | 46
src/r5xx_exa.c | 468 +++
src/r5xx_regs.h | 115
src/r5xx_xaa.c | 610 +++-
src/radeon_accel.c | 892 ------
src/radeon_accel.h | 151 -
src/radeon_accelfuncs.c | 1372 ----------
src/radeon_dri.h | 4
src/radeon_exa.c | 495 ---
src/radeon_exa.h | 39
src/radeon_exa_funcs.c | 612 ----
src/radeon_reg.h | 5275 ---------------------------------------
src/radeon_textured_video.c | 439 ---
src/radeon_textured_videofuncs.c | 18
src/radeon_video.c | 462 ---
src/radeon_video.h | 60
src/radeon_xaa.c | 274 --
src/radeon_xaa.h | 40
src/rhd.h | 63
src/rhd_cp.h | 315 --
src/rhd_cs.c | 643 ++++
src/rhd_cs.h | 166 +
src/rhd_dri.c | 430 ++-
src/rhd_dri.h | 153 -
src/rhd_driver.c | 220 -
src/rhd_modes.c | 9
src/rhd_video.c | 812 ++++++
src/rhd_video.h | 54
33 files changed, 4708 insertions(+), 11116 deletions(-)
commit 7aa72401975395aa24a4d2d05d6a29063c99de6a
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 22:39:43 2008 +0200
CS: Xv: clean up memory handling.
This fixes a bug with FB Offset alignment, and, while at it, makes the
whole thing saner.
diffstat:
src/radeon_textured_videofuncs.c | 14 +
src/rhd.h | 8 -
src/rhd_video.c | 268 ++++++++++++++++++-----------------
src/rhd_video.h | 45 ++++-
4 files changed, 184 insertions(+), 151 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit 13a6774a9394adcc69e6ec298c1254c0e077aab1
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 18:45:53 2008 +0200
CS: Port over textured video support.
diffstat:
src/Makefile.am | 5
src/radeon_accel.c | 892 -----
src/radeon_accel.h | 151 -
src/radeon_reg.h | 5275 -----------------------------------
src/radeon_textured_video.c | 439 --
src/radeon_textured_videofuncs.c | 4
src/radeon_video.c | 462 ---
src/radeon_video.h | 60
src/rhd.h | 6
src/rhd_driver.c | 3
src/rhd_video.c | 800 +++++
src/rhd_video.h | 33
12 files changed, 848 insertions(+), 7282 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit 28f2ff1b2fb0106efae45bcc75703a21b4868f1e
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 18:34:29 2008 +0200
CS: Port over EXA code.
diffstat:
configure.ac | 2
src/Makefile.am | 7
src/r5xx_accel.c | 10
src/r5xx_accel.h | 6
src/r5xx_exa.c | 468 +++++++++++++++++++++++++++++++---
src/radeon_exa.c | 495 ------------------------------------
src/radeon_exa.h | 39 --
src/radeon_exa_funcs.c | 612 ---------------------------------------------
src/rhd.h | 6
src/rhd_cs.h | 2
src/rhd_dri.c | 59 +++-
src/rhd_driver.c | 6
12 files changed, 487 insertions(+), 1225 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit 5b3eacc49436b8b461e766aef4ec02970f2c5a31
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 18:07:07 2008 +0200
CS: Port over and enable XAA.
diffstat:
src/Imakefile | 2
src/Makefile.am | 1
src/r5xx_accel.h | 2
src/r5xx_xaa.c | 610 ++++++++++++++-----
src/radeon_accelfuncs.c | 1372 --------------------------------------------
src/radeon_xaa.c | 274 --------
src/radeon_xaa.h | 40 -
src/rhd.h | 3
src/rhd_dri.c | 2
src/rhd_driver.c | 10
src/rhd_modes.c | 9
11 files changed, 474 insertions(+), 1851 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit ec6d1e78edda2a576bd1bda3ca62fd3854bd5a5a
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 17:33:04 2008 +0200
CS: introduce Command Submission infrastructure.
* Adds CS infrastructure for DRM CP and MMIO, plus the necessary
engine management.
* Disables XAA, EXA and XV.
diffstat:
configure.ac | 4
src/Imakefile | 16
src/Makefile.am | 31 -
src/r5xx_3dregs.h | 1352 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/r5xx_accel.c | 191 ++++++-
src/r5xx_accel.h | 52 +
src/r5xx_regs.h | 115 ++++
src/radeon_dri.h | 4
src/rhd.h | 52 -
src/rhd_cp.h | 315 -----------
src/rhd_cs.c | 643 +++++++++++++++++++++++
src/rhd_cs.h | 168 ++++++
src/rhd_dri.c | 385 +++++++++-----
src/rhd_dri.h | 153 -----
src/rhd_driver.c | 231 ++++----
15 files changed, 2910 insertions(+), 802 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
--
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
5 commits against master at 3a56eb0c...:
configure.ac | 2
src/Imakefile | 18
src/Makefile.am | 34
src/r5xx_3dregs.h | 1352 +++++++++
src/r5xx_accel.c | 181 +
src/r5xx_accel.h | 46
src/r5xx_exa.c | 468 +++
src/r5xx_regs.h | 115
src/r5xx_xaa.c | 610 +++-
src/radeon_accel.c | 892 ------
src/radeon_accel.h | 151 -
src/radeon_accelfuncs.c | 1372 ----------
src/radeon_dri.h | 4
src/radeon_exa.c | 495 ---
src/radeon_exa.h | 39
src/radeon_exa_funcs.c | 612 ----
src/radeon_reg.h | 5275 ---------------------------------------
src/radeon_textured_video.c | 439 ---
src/radeon_textured_videofuncs.c | 18
src/radeon_video.c | 462 ---
src/radeon_video.h | 60
src/radeon_xaa.c | 274 --
src/radeon_xaa.h | 40
src/rhd.h | 63
src/rhd_cp.h | 315 --
src/rhd_cs.c | 643 ++++
src/rhd_cs.h | 166 +
src/rhd_dri.c | 430 ++-
src/rhd_dri.h | 153 -
src/rhd_driver.c | 220 -
src/rhd_modes.c | 9
src/rhd_video.c | 812 ++++++
src/rhd_video.h | 54
33 files changed, 4708 insertions(+), 11116 deletions(-)
commit 7aa72401975395aa24a4d2d05d6a29063c99de6a
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 22:39:43 2008 +0200
CS: Xv: clean up memory handling.
This fixes a bug with FB Offset alignment, and, while at it, makes the
whole thing saner.
diffstat:
src/radeon_textured_videofuncs.c | 14 +
src/rhd.h | 8 -
src/rhd_video.c | 268 ++++++++++++++++++-----------------
src/rhd_video.h | 45 ++++-
4 files changed, 184 insertions(+), 151 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit 13a6774a9394adcc69e6ec298c1254c0e077aab1
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 18:45:53 2008 +0200
CS: Port over textured video support.
diffstat:
src/Makefile.am | 5
src/radeon_accel.c | 892 -----
src/radeon_accel.h | 151 -
src/radeon_reg.h | 5275 -----------------------------------
src/radeon_textured_video.c | 439 --
src/radeon_textured_videofuncs.c | 4
src/radeon_video.c | 462 ---
src/radeon_video.h | 60
src/rhd.h | 6
src/rhd_driver.c | 3
src/rhd_video.c | 800 +++++
src/rhd_video.h | 33
12 files changed, 848 insertions(+), 7282 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit 28f2ff1b2fb0106efae45bcc75703a21b4868f1e
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 18:34:29 2008 +0200
CS: Port over EXA code.
diffstat:
configure.ac | 2
src/Makefile.am | 7
src/r5xx_accel.c | 10
src/r5xx_accel.h | 6
src/r5xx_exa.c | 468 +++++++++++++++++++++++++++++++---
src/radeon_exa.c | 495 ------------------------------------
src/radeon_exa.h | 39 --
src/radeon_exa_funcs.c | 612 ---------------------------------------------
src/rhd.h | 6
src/rhd_cs.h | 2
src/rhd_dri.c | 59 +++-
src/rhd_driver.c | 6
12 files changed, 487 insertions(+), 1225 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit 5b3eacc49436b8b461e766aef4ec02970f2c5a31
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 18:07:07 2008 +0200
CS: Port over and enable XAA.
diffstat:
src/Imakefile | 2
src/Makefile.am | 1
src/r5xx_accel.h | 2
src/r5xx_xaa.c | 610 ++++++++++++++-----
src/radeon_accelfuncs.c | 1372 --------------------------------------------
src/radeon_xaa.c | 274 --------
src/radeon_xaa.h | 40 -
src/rhd.h | 3
src/rhd_dri.c | 2
src/rhd_driver.c | 10
src/rhd_modes.c | 9
11 files changed, 474 insertions(+), 1851 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
commit ec6d1e78edda2a576bd1bda3ca62fd3854bd5a5a
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue Sep 23 17:33:04 2008 +0200
CS: introduce Command Submission infrastructure.
* Adds CS infrastructure for DRM CP and MMIO, plus the necessary
engine management.
* Disables XAA, EXA and XV.
diffstat:
configure.ac | 4
src/Imakefile | 16
src/Makefile.am | 31 -
src/r5xx_3dregs.h | 1352 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/r5xx_accel.c | 191 ++++++-
src/r5xx_accel.h | 52 +
src/r5xx_regs.h | 115 ++++
src/radeon_dri.h | 4
src/rhd.h | 52 -
src/rhd_cp.h | 315 -----------
src/rhd_cs.c | 643 +++++++++++++++++++++++
src/rhd_cs.h | 168 ++++++
src/rhd_dri.c | 385 +++++++++-----
src/rhd_dri.h | 153 -----
src/rhd_driver.c | 231 ++++----
15 files changed, 2910 insertions(+), 802 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=7aa72401
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |