xf86-video-amd: Changes to 'refs/tags/xf86-video-geode-2.8.0'

Jordan Crouse jcrouse at kemper.freedesktop.org
Tue Apr 1 12:53:17 PDT 2008


Tag 'xf86-video-geode-2.8.0' created by Jordan Crouse <jordan.crouse at amd.com> at 2008-04-01 20:56 -0700

xf86-video-geode 2.8.0

Changes since xf86-video-amd-2.7.7.7:
Jordan Crouse (6):
      First stage of the rename process - get rid of all amd_ prefixes -
      Massive coding style fixup - move to X coding style,
      amd: fix up the versioning and naming of the new driver
      amd: fix compile and warning issues from the merge
      amd: Missed a merge artifact - kick me in the head for breaking tinderbox
      geode: Bump to new version and replace two instances of the old amd name

---
 README                |    4 
 configure.ac          |   10 
 src/Makefile.am       |   57 -
 src/amd.h             |  534 ------------
 src/amd_blend.h       |   62 -
 src/amd_common.c      |  202 ----
 src/amd_dcon.c        |   65 -
 src/amd_driver.c      |  613 --------------
 src/amd_fourcc.h      |  112 --
 src/amd_gx_accel.c    | 2069 --------------------------------------------------
 src/amd_gx_cursor.c   |  335 --------
 src/amd_gx_driver.c   | 1636 ---------------------------------------
 src/amd_gx_randr.c    |  353 --------
 src/amd_gx_regacc.c   |  304 -------
 src/amd_gx_rotate.c   |  190 ----
 src/amd_gx_shadow.c   |  426 ----------
 src/amd_gx_vga.c      |  457 -----------
 src/amd_gx_video.c    | 1558 -------------------------------------
 src/amd_lx_cursor.c   |  212 -----
 src/amd_lx_driver.c   | 1528 ------------------------------------
 src/amd_lx_exa.c      |  991 -----------------------
 src/amd_lx_randr.c    |  351 --------
 src/amd_lx_regacc.c   |   65 -
 src/amd_lx_rotate.c   |  274 ------
 src/amd_lx_vga.c      |   42 -
 src/amd_lx_video.c    | 1025 ------------------------
 src/amd_msr.c         |   65 -
 src/amd_pcirename.h   |  122 --
 src/build_num.h       |   61 -
 src/cim_dev.h         |    8 
 src/cimarron.c        |    4 
 src/durango.c         |   70 -
 src/geode.h           |  537 ++++++++++++
 src/geode_blend.h     |   62 +
 src/geode_common.c    |  200 ++++
 src/geode_dcon.c      |   65 +
 src/geode_driver.c    |  605 ++++++++++++++
 src/geode_fourcc.h    |  112 ++
 src/geode_msr.c       |   69 +
 src/geode_pcirename.h |  123 ++
 src/gfx/rndr_gu2.c    |    3 
 src/gx_accel.c        | 2066 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/gx_cursor.c       |  337 ++++++++
 src/gx_driver.c       | 1631 +++++++++++++++++++++++++++++++++++++++
 src/gx_randr.c        |  353 ++++++++
 src/gx_regacc.c       |  304 +++++++
 src/gx_rotate.c       |  190 ++++
 src/gx_vga.c          |  457 +++++++++++
 src/gx_video.c        | 1565 +++++++++++++++++++++++++++++++++++++
 src/lx_cursor.c       |  220 +++++
 src/lx_driver.c       | 1540 +++++++++++++++++++++++++++++++++++++
 src/lx_exa.c          | 1018 ++++++++++++++++++++++++
 src/lx_randr.c        |  352 ++++++++
 src/lx_regacc.c       |   65 +
 src/lx_rotate.c       |  277 ++++++
 src/lx_vga.c          |   43 +
 src/lx_video.c        | 1004 ++++++++++++++++++++++++
 src/panel.c           |   14 
 src/z4l.c             | 1184 ++++++++++++++--------------
 59 files changed, 13877 insertions(+), 14324 deletions(-)
---


More information about the xorg-commit mailing list