[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.7.198-git20080117.6bd510a2-1'



Tag 'xserver-xorg-video-ati-1_6.7.198-git20080117.6bd510a2-1' created by Brice Goglin <bgoglin@debian.org> at 2008-01-17 10:40 +0000

Tagging upload of xserver-xorg-video-ati 1:6.7.198~git20080117.6bd510a2-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.7.198-git20080109.10e7636c-1:
Alex Deucher (7):
      RADEON: clean up output handling
      Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
      ATOMBIOS: disable the scaler by default on avivo cards
      R300: First pass at render accel
      R300: only enable render accel on non-IGP r3xx/r4xx chips for now
      R300: only init3d on r3xx
      RADEON: add a message about render accel on newer cards

Brice Goglin (2):
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      New upstream snapshot, containing commits up to 6bd510a2

George Sapountzis (11):
      [mach64] Drop symbol lists.
      Drop symbol lists from r128, radeon, theatre.
      r128: pci-rework conversion
      radeon: remove stray _X_EXPORT
      radeon: remove stray include
      ati wrapper: use pci ids
      atimisc: rename to mach64
      mach64: add version (need not match with ati)
      mach64: load for both "ati" and "mach64" as driver names
      ati wrapper: add DriverRec's and use them
      ati wrapper: xf86PciInfo.h is enough

---
 ChangeLog                |  132 +++++++++
 configure                |   20 -
 configure.ac             |    2 
 debian/changelog         |    6 
 man/ati.man              |    2 
 src/Makefile.am          |   13 
 src/Makefile.in          |  116 +++----
 src/ati.c                |  689 ++++++++++++-----------------------------------
 src/ati.h                |   74 -----
 src/atibus.c             |    1 
 src/atichip.c            |    4 
 src/atichip.h            |   30 ++
 src/aticonsole.c         |    9 
 src/atidri.c             |    8 
 src/atii2c.c             |    3 
 src/atiload.c            |  173 -----------
 src/atiload.h            |   37 --
 src/atimach64probe.c     |   58 +++
 src/atimach64probe.h     |    6 
 src/atimach64version.h   |   59 ++++
 src/atimisc.c            |   87 -----
 src/atimode.c            |    9 
 src/atimodule.c          |   35 --
 src/atimodule.h          |   30 --
 src/atipreinit.c         |    6 
 src/atiprobe.c           |   24 -
 src/atombios_output.c    |   78 +++--
 src/r128.h               |    6 
 src/r128_cursor.c        |    2 
 src/r128_dri.c           |   16 -
 src/r128_driver.c        |  275 ++++--------------
 src/r128_misc.c          |    6 
 src/r128_probe.c         |   17 -
 src/r128_probe.h         |    5 
 src/r128_video.c         |    8 
 src/radeon.h             |    2 
 src/radeon_accelfuncs.c  |   10 
 src/radeon_atombios.c    |    8 
 src/radeon_bios.c        |  115 -------
 src/radeon_commonfuncs.c |  136 +++++++++
 src/radeon_crtc.c        |    2 
 src/radeon_driver.c      |  216 --------------
 src/radeon_exa.c         |   17 +
 src/radeon_exa_funcs.c   |   15 -
 src/radeon_exa_render.c  |  404 ++++++++++++++++++++++++++-
 src/radeon_misc.c        |    6 
 src/radeon_mm_i2c.c      |   14 
 src/radeon_output.c      |   42 +-
 src/radeon_probe.c       |   17 -
 src/radeon_probe.h       |   21 -
 src/radeon_reg.h         |  203 +++++++++++++
 src/radeon_video.c       |    3 
 src/theatre.h            |   38 --
 src/theatre_detect.h     |   11 
 54 files changed, 1533 insertions(+), 1793 deletions(-)
---


Reply to: