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

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Apr 7 02:51:22 UTC 2016


Tag 'xf86-video-ati-7.7.0' created by Michel Dänzer <michel at daenzer.net> at 2016-04-07 03:50 -0700

xf86-video-ati-7.7.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQBXBcsPWoGvjmrbsgARAgVcAJ4377KeUMWnYIInyVQHoE3CXrUHNQCgrLqy
fx28s/9QTXQqKXKMVXqAPLA=
=qawe
-----END PGP SIGNATURE-----

Changes since xf86-video-ati-7.6.1:
Jammy Zhou (1):
      Use render node for DRI3 if available

Michel Dänzer (37):
      Post 7.6.1 release version bump
      glamor: Restore all ScreenRec hooks during CloseScreen
      glamor: Deal with glamor_egl_destroy_textured_pixmap being removed
      Don't advertise any PRIME offloading capabilities without acceleration
      Load fb module before glamoregl/shadow modules
      HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCs
      Build RandR 1.4 provider name from chipset name and bus ID
      Set the RandR primary output on startup if Xorg hasn't
      Fix RandR CRTC transforms
      Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU access
      sync: Check if miSyncShmScreenInit symbol is resolved at runtime
      Remove pci_dev test from radeon_get_scrninfo
      drm_queue: Don't abort events immediately from radeon_drm_abort_client
      Remove radeon_scanout_flip_handler
      DRI2: Also clear dri2_flipping when client disconnects before event
      Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr based
      Deal with modesets and page flips crossing on a CRTC
      Remove check for XF86_CRTC_VERSION 3
      Consolidate pScreen usage in drmmode_set_mode_major
      Make Option "TearFree" effective for rotated/reflected outputs as well (v2)
      present: Clear drmmode->fb_id before calling set_mode_major for unflip
      present: Return rotated CRTCs from radeon_present_get_crtc
      Factor out HW cursor checking code into drmmode_can_use_hw_cursor
      Don't try DRI2/Present flipping while the HW cursor can't be used
      Check for xf86CursorResetCursor
      TearFree can only work with acceleration
      DRI3 only works with acceleration
      Use radeon_alloc_pixmap_bo for allocating scanout BOs
      Fix build against older versions of xserver
      Require xserver 1.9 or newer
      Call RADEONBlockHandler_KMS before setting initial modes
      Revert "Use render node for DRI3 if available"
      DRI3: Refuse to open DRM file descriptor for ssh clients (v2)
      Update pixmap pitch in radeon_set_pixmap_bo
      Identify DRM event queue entries by sequence number instead of by pointer
      Update manpage entry for Option "TearFree"
      Bump version for 7.7.0 release

Mykola Lysenko (1):
      Initialize drmmode_crtc dpms_mode to DPMSModeOff

Ryan Kennedy (1):
      Use correct tiling in drmmode_create_bo_pixmap

jimqu (2):
      Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmap
      glamor: Return NullPixmap on failure to create shareable pixmap

---
 configure.ac                 |   16 +
 man/radeon.man               |    7 
 src/drmmode_display.c        |  386 ++++++++++++++++++++++++++++++-------------
 src/drmmode_display.h        |   13 -
 src/radeon.h                 |   41 ++--
 src/radeon_bo_helper.c       |    7 
 src/radeon_dri2.c            |  103 ++++-------
 src/radeon_dri3.c            |   39 ++++
 src/radeon_drm_queue.c       |   52 ++++-
 src/radeon_drm_queue.h       |   16 -
 src/radeon_glamor.c          |   84 ++++++---
 src/radeon_glamor.h          |    2 
 src/radeon_glamor_wrappers.c |    5 
 src/radeon_kms.c             |  269 ++++++++++++++++++++---------
 src/radeon_list.h            |    1 
 src/radeon_present.c         |   45 +++--
 src/radeon_probe.c           |    5 
 src/radeon_sync.c            |    7 
 src/radeon_video.c           |    2 
 19 files changed, 733 insertions(+), 367 deletions(-)
---


More information about the xorg-commit mailing list