[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.8.1-git20080521.04500c84-1'



Tag 'xserver-xorg-video-ati-1_6.8.1-git20080521.04500c84-1' created by Brice Goglin <bgoglin@debian.org> at 2008-05-21 06:06 +0000

Tagging upload of xserver-xorg-video-ati 1:6.8.1~git20080521.04500c84-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.8.1-git20080512.94bf8f01-1:
Alan Coopersmith (2):
      On non-gcc compilers, use C99's __func__ instead of gcc's __FUNCTION__
      Strip ^M's from src/AtomBios/includes/ObjectID.h

Alex Deucher (7):
      RS4xx: Split out RS400 and RS480 as separate families
      Add RS600 support
      R3/4/5xx: fix EXA rotation
      R3/4/5xx: fixup logic from last commit
      ATOM: Ignore invalid connector entries
      RADEON: enable cloning on multi-crtc cards
      RADEON: cleanup connection detection and remove duplicate code

Avi Rozen (1):
      RADEON: fix lockup on start

Brice Goglin (3):
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      New upstream snapshot
      Prepare changelog for upload

Corbin Simpson (1):
      RADEON: missing stdint.h includes

Egbert Eich (1):
      Change RMX code to follow the programming algorithm suggested by ATI.

Matt Turner (1):
      Replace CARD{8,16,32} with uint{8,16,32}_t

Michel Dänzer (1):
      Reinstate CARD* types that are part of external interfaces.

Tobias Diedrich (1):
      R200/R300: fix gamma setup for overlay

---
 ChangeLog                         |  133 +++++
 debian/changelog                  |    7 
 src/AtomBios/includes/ObjectID.h  |  928 +++++++++++++++++++-------------------
 src/ati.c                         |    4 
 src/ati.h                         |    1 
 src/ati_pciids_gen.h              |    3 
 src/atombios_crtc.c               |    8 
 src/atombios_output.c             |    6 
 src/generic_bus.h                 |    9 
 src/legacy_crtc.c                 |   72 +-
 src/legacy_output.c               |  109 ++--
 src/pcidb/ati_pciids.csv          |   15 
 src/radeon.h                      |  231 ++++-----
 src/radeon_accel.c                |   50 +-
 src/radeon_accelfuncs.c           |   12 
 src/radeon_atombios.c             |   86 +--
 src/radeon_atombios.h             |    4 
 src/radeon_bios.c                 |   85 +--
 src/radeon_chipinfo_gen.h         |   15 
 src/radeon_chipset_gen.h          |    3 
 src/radeon_commonfuncs.c          |    6 
 src/radeon_crtc.c                 |   42 -
 src/radeon_cursor.c               |   20 
 src/radeon_dga.c                  |   10 
 src/radeon_dri.c                  |   16 
 src/radeon_driver.c               |  153 +++---
 src/radeon_exa.c                  |   22 
 src/radeon_exa_funcs.c            |   38 -
 src/radeon_exa_render.c           |   68 +-
 src/radeon_macros.h               |   10 
 src/radeon_mm_i2c.c               |   22 
 src/radeon_output.c               |  344 +++++---------
 src/radeon_pci_chipset_gen.h      |    3 
 src/radeon_pci_device_match_gen.h |    3 
 src/radeon_probe.h                |  468 +++++++++----------
 src/radeon_reg.h                  |   19 
 src/radeon_render.c               |   64 +-
 src/radeon_textured_video.c       |    6 
 src/radeon_textured_videofuncs.c  |   12 
 src/radeon_tv.c                   |  100 ++--
 src/radeon_video.c                |  180 +++----
 src/radeon_video.h                |   36 -
 src/radeon_vip.c                  |   42 -
 src/theatre.c                     |  294 ++++++------
 src/theatre.h                     |   56 +-
 src/theatre200.c                  |  338 ++++++-------
 src/theatre_detect.c              |   14 
 src/theatre_reg.h                 |  306 ++++++------
 48 files changed, 2331 insertions(+), 2142 deletions(-)
---


Reply to: