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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 6 16:58:40 UTC 2019


Tag 'xf86-video-ati-19.0.0' created by Michel Dänzer <michel at daenzer.net> at 2019-03-06 16:58 +0000

xf86-video-ati-19.0.0
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQSwn681vpFFIZgJURRaga+OatuyAAUCXH/8MQAKCRBaga+Oatuy
ALgLAJ9s29hev/8HmXevh4mv7BZcTG+ATwCgkQYauF/M4e7M5Xpv8bJKNGf1cMk=
=sVgb
-----END PGP SIGNATURE-----

Changes since xf86-video-ati-18.1.0:
Alan Coopersmith (1):
      Update README for gitlab migration

Mario Kleiner (1):
      Fix crash when page flipping in multi-X-Screen/Zaphod mode

Michel Dänzer (30):
      dri3: Handle radeon_get_pixmap_bo returning NULL
      Handle pending scanout update in drmmode_crtc_scanout_free
      Make wait_pending_flip / handle_deferred symmetric in set_mode_major
      Allow up to six instances in Zaphod mode
      Post-release version bump
      Detect and fix up non-premultiplied cursor data
      Skip gamma correction of cursor data if premultiplied R/G/B > alpha
      glamor: Can work at depth >= 15 with current xserver Git master
      Use drm_abort_one in drm_queue_handler
      Explicitly keep track of whether a DRM event is for a flip or not
      Move deferred vblank events to separate drm_vblank_deferred list
      Perform scanout buffer update immediately if drmmode_wait_vblank fails
      Cancel pending scanout update in drmmode_crtc_scanout_update
      Automatically try re-enabling TearFree after a flip failed
      Drop RADEONInfoRec::cursor_bo array
      Use drmIoctl in drmmode_show_cursor
      Update cursor position in drmmode_show_cursor if hotspot changed
      Use two HW cursor buffers per CRTC
      Only call drmmode_uevent_init if RandR is enabled
      Only call drmmode_validate_leases if RandR is enabled
      dri3: Flush if necessary in dri3_fd_from_pixmap
      dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_bo
      glamor: Avoid glamor_create_pixmap for pixmaps backing windows
      Don't allow TearFree scanout flips to complete in the same vblank period
      Only update drmmode_crtc->flip_pending after actually submitting a flip
      Call drmHandleEvent again if it was interrupted by a signal
      Keep waiting for a pending flip if drm_handle_event returns 0
      present: Check that flip and screen pixmap pitches match
      dri2: Call drm_queue_handle_deferred in dri2_deferred_event
      Bump version for 19.0.0 release

---
 Makefile.am            |    2 
 README                 |   25 ---
 README.md              |   19 ++
 configure.ac           |    2 
 src/drmmode_display.c  |  330 ++++++++++++++++++++++++++++++++-----------------
 src/drmmode_display.h  |   20 ++
 src/radeon.h           |    3 
 src/radeon_bo_helper.c |    2 
 src/radeon_dri2.c      |   29 +++-
 src/radeon_dri3.c      |   41 +++++-
 src/radeon_drm_queue.c |  129 ++++++++++++-------
 src/radeon_drm_queue.h |    3 
 src/radeon_glamor.c    |    9 +
 src/radeon_kms.c       |  266 ++++++++++++++++++++++++---------------
 src/radeon_present.c   |   11 +
 src/radeon_probe.h     |    4 
 16 files changed, 581 insertions(+), 314 deletions(-)
---


More information about the xorg-commit mailing list