Tag 'xserver-xorg-video-ati-1_6.8.0-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2008-02-19 07:36 +0000

Tagging upload of xserver-xorg-video-ati 1:6.8.0-1 to unstable.

Changes since xserver-xorg-video-ati-1_6.7.198-git20080203.f65e8dfa-1:
Alex Deucher (14):
      RADEON: sync up with latest upstream versions
      R6xx: fix ddc after my i2c rework
      RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios
      RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for ATOM bios
      RADEON: always restore crtc1 before crtc0 when using both crtcs
      R6xx: make sure we set up the HDP base properly
      R6xx: add missing objects
      RADEON: make sure we always set up the FP crtc shadow registers for crtc0
      R6xx: bios scratch regs moved.
      R6xx: fix up use of bios scratch regs to reflect the new offsets
      R6xx: when both crtcs are in use make sure they are both enabled
      RADEON: disable LVDS if panel size is 0x0
      ATOM: fix RS6xx connector table parsing and fix some warnings
      Bump for 6.8 release

Brice Goglin (2):
      Merge tag 'xf86-video-ati-6.8.0' into debian-unstable
      New upstream release

Dave Airlie (7):
      r300: remove r300 specific vertex emission
      r300: move fragprog setup code to prepare composite for now
      add rv670 pciids
      make distcheck pass
      mach64: fix non pciaccess build
      r128/radeon: fix build without pciaccess
      r128/radeon: hopeful fix for non pci access code

George Sapountzis (17):
      mach64: BIOSBase is no longer used
      mach64: factor out BIOS clock parsing
      mach64: cosmetic
      mach64: consolidate refclk #1
      mach64: consolidate refclk #2
      mach64: complement hint for sparc
      mach64: factor out BIOS multimedia parsing
      mach64: minor cosmetic, DAC type
      mach64: minor cosmetic, LCD panel id
      mach64: factor out BIOS panel info parsing
      mach64: minor cosmetic, I2C type
      mach64: clean probe a little
      ati: drop duplicate pci-id defines
      r128: do not compile in PciChipsets twice
      ati wrapper: translate Device lines
      ati: convert to pci probe
      r128/radeon: probably correct fix for non pci access code

Roland Scheidegger (1):
      bring back to life planar-to-packed conversion for rs4xx

---
 Makefile.in                       |   49 +-
 aclocal.m4                        |  253 ++++++++----
 config.guess                      |   32 +
 config.sub                        |   44 +-
 configure                         |  766 ++++++++++++++++++++++++++++----------
 configure.ac                      |    2 
 debian/changelog                  |    8 
 depcomp                           |   33 -
 install-sh                        |  228 +++++------
 ltmain.sh                         |   58 ++
 man/Makefile.in                   |    6 
 src/AtomBios/includes/ObjectID.h  |   36 +
 src/AtomBios/includes/atombios.h  |  254 +++++++++---
 src/Makefile.am                   |    3 
 src/Makefile.in                   |   80 ++-
 src/ati.c                         |  361 +++++------------
 src/ati.h                         |    4 
 src/ati_pciids_gen.h              |    6 
 src/aticlock.c                    |    7 
 src/aticonfig.c                   |   23 -
 src/atimach64probe.c              |  167 +++++---
 src/atimisc.c                     |    8 
 src/atimodule.c                   |    6 
 src/atipciids.h                   |    7 
 src/atipcirename.h                |    3 
 src/atipreinit.c                  |  721 +++++++++++++++++++----------------
 src/atiprobe.c                    |   94 +---
 src/atistruct.h                   |    2 
 src/atombios_output.c             |   37 -
 src/legacy_crtc.c                 |   28 -
 src/legacy_output.c               |   92 +---
 src/pcidb/ati_pciids.csv          |    6 
 src/pcidb/parse_pci_ids.pl        |    8 
 src/r128_chipset.h                |   54 --
 src/r128_dri.c                    |    2 
 src/r128_driver.c                 |    4 
 src/r128_misc.c                   |    6 
 src/r128_probe.c                  |  328 ++++++++++------
 src/r128_probe.h                  |    2 
 src/radeon.h                      |    5 
 src/radeon_atombios.c             |   71 ++-
 src/radeon_chipinfo_gen.h         |    6 
 src/radeon_chipset_gen.h          |    6 
 src/radeon_commonfuncs.c          |   21 -
 src/radeon_crtc.c                 |   31 +
 src/radeon_driver.c               |  151 ++++++-
 src/radeon_exa_render.c           |   60 +-
 src/radeon_misc.c                 |    6 
 src/radeon_output.c               |  427 ++++++++++++++++++++-
 src/radeon_pci_chipset_gen.h      |    6 
 src/radeon_pci_device_match_gen.h |  280 +++++++++++++
 src/radeon_probe.c                |  215 +++++-----
 src/radeon_probe.h                |    7 
 src/radeon_reg.h                  |   71 +++
 src/radeon_video.c                |   94 +++-
 55 files changed, 3437 insertions(+), 1848 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to