pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-ati xf86-video-ati: update to 19.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93b52049c2db
branches:  trunk
changeset: 320698:93b52049c2db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 07 23:24:37 2019 +0000

description:
xf86-video-ati: update to 19.0.0.

I'm pleased to announce the 19.0.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.20.

Highlights:

* Various TearFree related fixes and robustness improvements.
* Up to six independent instances per GPU are now supported in "Zaphod"
  style multi-head configurations.

Plus other improvements and fixes. Thanks to everybody who contributed
to this release in any way!


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

diffstat:

 x11/xf86-video-ati/Makefile |   4 ++--
 x11/xf86-video-ati/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f6c31c5eca23 -r 93b52049c2db x11/xf86-video-ati/Makefile
--- a/x11/xf86-video-ati/Makefile       Thu Mar 07 21:40:09 2019 +0000
+++ b/x11/xf86-video-ati/Makefile       Thu Mar 07 23:24:37 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2018/09/16 20:28:51 triaxx Exp $
+# $NetBSD: Makefile,v 1.48 2019/03/07 23:24:37 wiz Exp $
 
-DISTNAME=      xf86-video-ati-18.1.0
+DISTNAME=      xf86-video-ati-19.0.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r f6c31c5eca23 -r 93b52049c2db x11/xf86-video-ati/distinfo
--- a/x11/xf86-video-ati/distinfo       Thu Mar 07 21:40:09 2019 +0000
+++ b/x11/xf86-video-ati/distinfo       Thu Mar 07 23:24:37 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2018/09/16 20:28:51 triaxx Exp $
+$NetBSD: distinfo,v 1.36 2019/03/07 23:24:37 wiz Exp $
 
-SHA1 (xf86-video-ati-18.1.0.tar.bz2) = 87beb7d09f5b722570adda9a5a1822cbd19e7059
-RMD160 (xf86-video-ati-18.1.0.tar.bz2) = c9ab92004212306fd2347d9683d7c16ce9dc7085
-SHA512 (xf86-video-ati-18.1.0.tar.bz2) = 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53
-Size (xf86-video-ati-18.1.0.tar.bz2) = 891953 bytes
+SHA1 (xf86-video-ati-19.0.0.tar.bz2) = c7bb5d25ca725b8fa625a5f1a6948433e51b98a5
+RMD160 (xf86-video-ati-19.0.0.tar.bz2) = ca975efaab8806731594584abc77a31d455e1d91
+SHA512 (xf86-video-ati-19.0.0.tar.bz2) = 0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827
+Size (xf86-video-ati-19.0.0.tar.bz2) = 901467 bytes
 SHA1 (patch-configure) = bdd1014b215af69c2bb837d36829e12e86eb5764



Home | Main Index | Thread Index | Old Index