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

Alex Deucher agd5f at kemper.freedesktop.org
Wed Mar 28 21:23:18 PDT 2012


Tag 'xf86-video-ati-6.14.4' created by Alex Deucher <alexdeucher at gmail.com> at 2012-03-29 05:21 -0700

xf86-video-ati-6.14.4

Changes since xf86-video-ati-6.14.3:
Alex Deucher (13):
      check for xserver 1.9.4.901 to enable tiling by default
      radeon: add missing FireMV pci id
      radeon: add some new pci ids
      Xv: Evergreen+ asics support 16k surfaces
      radeon: add some new pci ids
      EXA/r6xx+: fix rop setting for overlapping copies
      radeon/kms: reusing fd message is not an error
      radeon: fix crash in drmmode_create_bo_pixmap()
      radeon/kms: add support for TN (trinity) APUs
      radeon/kms: add TN pci ids
      radeon: man page updates
      configure: bump libdrm requirement for TN support
      configure: bump version for release

Benjamin Herrenschmidt (1):
      ddx/evergreen: Fix endian of ALU constants

Dave Airlie (5):
      ati: enable bg none when fbcon succeeds and we are built against ABI after 10.
      fixup xinerama since 9151f3b1c2ebcc34e63195888ba696f2183ba5e2
      radeon: r200 depth buffers are always tiled
      radeon: refine always tiled depth check
      radeon: add original radeon to always tiled.

Egbert Eich (2):
      UMS: Fix lockups in palette save/restore on pre-AVIVO chips.
      DPMS: Split non-modeset CRTC DPMS function.

Hans Verkuil (1):
      Fix ConnectorTable crash in radeon_output.c

Ilija Hadzic (1):
      DRI/DRI2: remove hard-coded limitation to 6 crtcs

Jerome Glisse (3):
      r600-evergreen: use common surface allocator for tiling v11
      radeon: fix tiling for weird resolution
      radeon: r6xx-eg use linear general when using scratch bo

Marek Olšák (1):
      r6xx: initialize SX_MISC

Matthieu Herrb (1):
      Update for new vgaHW API.

Michel Dänzer (13):
      Bump version post release.
      Turn compile time check into runtime check.
      UMS: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS (bug #42690)
      DRI2: Can't use page flipping for pixmaps. (bug #42913)
      Check for empty vline ranges after clamping.
      Fix vline range calculations.
      evergreen: Initialize source surface member for textured video.
      Remove unused local variable 'height'.
      Fix UMS build failure.
      EXA/r6xx+: Only set write domain or read domains, not both. (Bug #43893)
      Handle new xorg_list API.
      Re-register DRM FD wakeup handler for each server generation.
      DRI2: Unreference buffers immediately when event wait info is invalidated.

Roland Scheidegger (1):
      radeon: avoid rounding errors in texture coords for textured xv

---
 configure.ac                        |   14 ++
 man/radeon.man                      |   20 +++
 src/ati_pciids_gen.h                |   26 ++++
 src/drmmode_display.c               |  161 +++++++++++++++++++++++++-----
 src/drmmode_display.h               |    1 
 src/evergreen_accel.c               |  190 +++++++++++++++++++++++++++++++-----
 src/evergreen_exa.c                 |   45 ++++++--
 src/evergreen_state.h               |    7 +
 src/evergreen_textured_videofuncs.c |    7 +
 src/pcidb/ati_pciids.csv            |   26 ++++
 src/r600_exa.c                      |   86 ++++++++++------
 src/r600_state.h                    |    6 +
 src/r600_textured_videofuncs.c      |   20 ++-
 src/r6xx_accel.c                    |   75 ++++++++++----
 src/radeon.h                        |   21 +++
 src/radeon_chipinfo_gen.h           |   26 ++++
 src/radeon_chipset_gen.h            |   26 ++++
 src/radeon_commonfuncs.c            |   17 +--
 src/radeon_crtc.c                   |   27 +++--
 src/radeon_dri2.c                   |  162 +++++++++++++++---------------
 src/radeon_driver.c                 |   71 +++++++------
 src/radeon_drm.h                    |   23 +++-
 src/radeon_exa.c                    |   87 +++++++++++++++-
 src/radeon_kms.c                    |   84 ++++++++++++++-
 src/radeon_output.c                 |    4 
 src/radeon_pci_chipset_gen.h        |   26 ++++
 src/radeon_pci_device_match_gen.h   |   26 ++++
 src/radeon_probe.h                  |    7 -
 src/radeon_textured_video.c         |   17 +++
 src/radeon_textured_videofuncs.c    |   68 +++++++-----
 src/radeon_video.c                  |    6 -
 31 files changed, 1079 insertions(+), 303 deletions(-)
---


More information about the xorg-commit mailing list