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

Alex Deucher agd5f at kemper.freedesktop.org
Thu Mar 17 16:07:22 PDT 2011


Tag 'xf86-video-ati-6.14.1' created by Alex Deucher <alexdeucher at gmail.com> at 2011-03-18 00:04 -0700

xf86-video-ati-6.14.1

Changes since xf86-video-ati-6.14.0:
Alex Deucher (34):
      Bump version post release
      UMS/DCE3.2: fix segfault
      UMS: fix spelling in error message
      kms/r6xx+: clean up pitch/height alignment in EXA UTS/DFS
      6xx/7xx: consolidate remaining CB state
      evergreen/ni: consolidate CB state handling
      6xx/7xx: consolidate spi setup
      evergreen/NI: consolidate spi setup
      6xx+: switch to linear aligned rather than linear general
      remove EVERGREENSetAccelState()
      EXA/r6xx+: properly account for height alignment in copy temp buffer
      kms: remove RADEON_TILING_SURFACE flag on front bo
      Xv: fix textured video alignment
      Xv: fix textured video alignment harder
      kms/exa: UTS/DFS base alignment fixes
      kms/exa/xv: fix alignment checking in accel state setup
      kms: evergreen/ni big endian accel support
      kms: fix rotate pitch align
      kms: always get the tiling info even if we aren't tiling
      kms: use worst case base/pitch align if we don't have drm tiling info
      fix Xv on pre-r6xx asics
      kms: EXA/Xv tiling fixes
      kms: add tiling support for evergreen/NI
      man: add btc chips to the list
      Xv: use aligned height to calculate Xv buffer size
      dri2: disable pageflipping for transformed displays
      kms: don't enable tiling if accel is off
      kms: don't rotate if acceleration is not enabled
      r6xx+: truncate point sampled coordinates
      kms: add cayman chip family
      kms: no accel yet for cayman
      kms: add cayman pci ids
      APU: no tiling yet
      bump for release

Cédric Cano (3):
      kms/6xx+: endian swap cursor uploads
      kms: 6xx/7xx big endian accel support
      ums: atombios endian fixes

Dave Airlie (4):
      xv: fix height alignments for U/V planes
      radeon: exa shaders don't handle scaling either.
      radeon/exa: fix scaling check
      radeon/exa: correct function name

Mark Kettenis (1):
      Properly restore CLOCK_CNTL_INDEX register

Michel Dänzer (1):
      Revert "kms: Fix warning XNFprintf is deprecated"

Sedat Dilek (3):
      UMS: Fix build against xserver 1.10-rc3
      kms: Fix warning XNFprintf is deprecated
      kms: Fix warning XNFprintf is deprecated (v2)

---
 configure.ac                        |    2 
 man/radeon.man                      |    9 
 src/ati_pciids_gen.h                |   14 +
 src/atombios_output.c               |    5 
 src/drmmode_display.c               |   48 +++-
 src/evergreen_accel.c               |   67 +++++-
 src/evergreen_exa.c                 |  401 ++++++++++++------------------------
 src/evergreen_reg.h                 |    3 
 src/evergreen_shader.c              |   60 ++++-
 src/evergreen_shader.h              |   66 ++---
 src/evergreen_state.h               |   22 +
 src/evergreen_textured_videofuncs.c |   61 ++---
 src/pcidb/ati_pciids.csv            |   14 +
 src/r600_exa.c                      |  332 ++++++++++++++---------------
 src/r600_reg.h                      |   21 +
 src/r600_shader.c                   |   60 ++++-
 src/r600_shader.h                   |   80 +++----
 src/r600_state.h                    |    7 
 src/r600_textured_videofuncs.c      |   45 ++--
 src/r6xx_accel.c                    |   77 ++++++
 src/radeon.h                        |    5 
 src/radeon_atombios.c               |   28 +-
 src/radeon_chipinfo_gen.h           |   14 +
 src/radeon_chipset_gen.h            |   14 +
 src/radeon_dri2.c                   |   17 +
 src/radeon_driver.c                 |    5 
 src/radeon_exa.c                    |    5 
 src/radeon_exa_render.c             |    6 
 src/radeon_kms.c                    |   92 +++++---
 src/radeon_legacy_memory.c          |    2 
 src/radeon_output.c                 |    8 
 src/radeon_pci_chipset_gen.h        |   14 +
 src/radeon_pci_device_match_gen.h   |   14 +
 src/radeon_textured_video.c         |   48 ++--
 src/radeon_video.h                  |    1 
 35 files changed, 980 insertions(+), 687 deletions(-)
---


More information about the xorg-commit mailing list