xf86-video-ati: Changes to 'refs/tags/xf86-video-ati-6.12.2'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Apr 8 07:37:33 PDT 2009


Tag 'xf86-video-ati-6.12.2' created by Alex Deucher <alexdeucher at gmail.com> at 2009-04-08 15:36 -0700

xf86-video-ati-6.12.2

Changes since xf86-video-ati-6.12.1:
Alex Deucher (27):
      bump version post release
      Add new pci ids
      R6xx/R7xx EXA: fix maxPitchBytes
      DCE3.2: use RMX for for non-native modes on DVI
      radeon: add new chip ids
      R4xx ATOM: fix crtc routing for CRT1
      R6xx/R7xx: clean up bool const code
      R6xx/R7xx: clean up logic in EXA Comp PS setup
      R6xx/R7xx EXA: rework composite pixel shader
      radeon: re-enable r/g/b intensity attributes for overlay
      mac mini: fix connector setup regression
      r1xx-r3xx TV: fix white noise
      Mac mini: fix connector setup for real
      mac mini: 3rd time's the charm
      COMBIOS: fix default sclk/mclk from bios
      COMBIS: Clarify case 0 for LCD DDC table
      Unify mc_idle()
      Add PCIE register accessors
      Add RV790 (HD 4890) support
      DCE3/3.2: fix up transmitter/encoder setup
      DCE3/3.2: cleanup dpms after previous changes
      radeon: fix Xv vsync for multi-head
      Fix missing ')' in PCIE macro
      Cast info->sclk to int
      DCE3/3.2: further fixes
      ATOM: code cleanup
      Bump for release

Eduard Fuchs (1):
      Enable byte swapping for r6xx/r7xx Hardware

Roland Scheidegger (4):
      clip fixes
      don't convert planar yuv to packed for r300
      don't convert planar yuv to packed for r200
      fix textured video allocation bug

---
 configure.ac                      |    2 
 src/ati_pciids_gen.h              |    9 
 src/atombios_crtc.c               |   14 
 src/atombios_output.c             |  326 ++++++------------
 src/legacy_output.c               |    3 
 src/pcidb/ati_pciids.csv          |    9 
 src/r600_exa.c                    |  261 ++++++---------
 src/r600_reg.h                    |    4 
 src/r600_reg_r6xx.h               |   11 
 src/r600_shader.c                 |   34 -
 src/r600_shader.h                 |   11 
 src/r600_state.h                  |    2 
 src/r600_textured_videofuncs.c    |   24 -
 src/r6xx_accel.c                  |   14 
 src/radeon.h                      |    7 
 src/radeon_atombios.c             |    4 
 src/radeon_atombios.h             |    2 
 src/radeon_bios.c                 |    7 
 src/radeon_chipinfo_gen.h         |    9 
 src/radeon_chipset_gen.h          |    9 
 src/radeon_crtc.c                 |    5 
 src/radeon_driver.c               |   55 ++-
 src/radeon_macros.h               |    4 
 src/radeon_output.c               |   90 +----
 src/radeon_pci_chipset_gen.h      |    9 
 src/radeon_pci_device_match_gen.h |    9 
 src/radeon_probe.h                |    4 
 src/radeon_reg.h                  |   39 ++
 src/radeon_textured_video.c       |  114 +++++-
 src/radeon_textured_videofuncs.c  |  660 ++++++++++++++++++++++++++++++++++----
 src/radeon_tv.c                   |    4 
 src/radeon_video.c                |   44 +-
 src/radeon_video.h                |   12 
 33 files changed, 1188 insertions(+), 623 deletions(-)
---


More information about the xorg-commit mailing list