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

Maarten Lankhorst mlankhorst at kemper.freedesktop.org
Wed Jun 25 07:21:07 PDT 2014


Tag 'xf86-video-ati-7.4.0' created by Maarten Lankhorst <maarten.lankhorst at canonical.com> at 2014-06-25 15:20 -0700

xf86-video-ati-7.4.0

Changes since xf86-video-ati-7.3.0:
Adam Jackson (1):
      kms: Use own thunk function instead of shadowUpdatePackedWeak

Alex Deucher (7):
      bump version post release
      radeon: don't install colormap handling if there are no crtcs
      radeon: require libdrm 2.4.51
      radeon: enable tiling by default on CIK
      update man page to reflect tiling changes for CI parts
      radeon: require libdrm_radeon 2.4.54 for mullins support
      radeon: enable tiling for mullins

Dave Airlie (1):
      radeon: fix use-after-free in modesetting cleanup

Hans de Goede (4):
      radeon_open_drm_master get rid of unnecessary goto
      Add radeon_get_drm_master_fd helper function
      Add support for server managed fds
      Fix building on older servers without xf86platformBus.h

Jérôme Glisse (1):
      evergreen: fix shader constant upload on ppc

Maarten Lankhorst (2):
      return immediately in preinit when called with PROBE_DETECT
      bump version for release

Michel Dänzer (10):
      Only log debugging output about initializing colormaps when we're doing so
      Allow enabling glamor on R500 (and R300) class 3D engines as well.
      Build against glamor in the xserver tree if available
      dri2: Fix conflicting CreatePixmap usage flag definitions
      glamor: Fix test for creating shared pixmaps
      Adapt to load_cursor_argb signature change in xserver 1.15.99.902
      dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2
      Revert "Adapt to load_cursor_argb signature change in xserver 1.15.99.902"
      Don't disable acceleration on >= SI on attempts to force EXA
      Rename Option "NoAccel" to "Accel"

Samuel Li (2):
      radeon: add support for Mullins.
      radeon: add Mullins pci ids.

---
 configure.ac                      |   24 +++++--
 man/radeon.man                    |   25 ++++---
 src/ati_pciids_gen.h              |   16 ++++
 src/drmmode_display.c             |   28 ++++----
 src/evergreen_accel.c             |    2 
 src/pcidb/ati_pciids.csv          |   16 ++++
 src/radeon.h                      |   21 ++++--
 src/radeon_chipinfo_gen.h         |   16 ++++
 src/radeon_chipset_gen.h          |   16 ++++
 src/radeon_dri2.c                 |    9 ++
 src/radeon_glamor.c               |   37 +++++++----
 src/radeon_kms.c                  |  127 +++++++++++++++++++++++++++-----------
 src/radeon_pci_chipset_gen.h      |   16 ++++
 src/radeon_pci_device_match_gen.h |   16 ++++
 src/radeon_probe.c                |    5 +
 src/radeon_probe.h                |    9 ++
 16 files changed, 300 insertions(+), 83 deletions(-)
---


More information about the xorg-commit mailing list