diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-15 13:39:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-15 13:39:09 +0000 |
commit | c0ff59e4aed8ffeb07160d60447fe38e56cd4ef0 (patch) | |
tree | 29bff6f86c329777a27032b1d4c626af4ac5ca5d /x11 | |
parent | 959406e12c8d093f3c2d2a97f09b77939e18d9d1 (diff) | |
download | pkgsrc-c0ff59e4aed8ffeb07160d60447fe38e56cd4ef0.tar.gz |
Updated xf86-video-ati to 7.7.1.
I'm pleased to announce the 7.7.1 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.9-1.18.
This is a stable point release containing only fixes for
crash/hang/corruption bugs and other minor changes.
Thanks to Qiang Yu for his contributions to this release!
Michel Dänzer (15):
Handle Zaphod mode correctly in radeon_mode_hotplug
Explicitly set the fbcon pixmap pitch again
Only use RandR APIs if RandR is enabled
Don't enable micro-tiling for scanout buffers on pre-R600
Wait for pending flips to complete before turning off an output or CRTC
Also call drmmode_clear_pending_flip from radeon_scanout_flip_abort
Don't override crtc parameter value in drmmode_flip_handler/abort
Also handle disabled CRTCs in drmmode_clear_pending_flip
glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULL
Consolidate get_drawable_pixmap helper
Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_bo
glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME
Destroy all dedicated scanout buffers during CloseScreen
DRI2: Add interpolated_vblanks in radeon_dri2_get_crtc_msc
Bump version for 7.7.1 release
Qiang Yu (3):
Remove RR_Capability_SinkOutput for GPU without CRTC
Fix radeon_mode_hotplug crash on multi GPU platform.
DRI2: Fix radeon_dri2_exchange_buffers width/height copy'n'paste error
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-ati/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-ati/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile index 16f2d28bb4f..e0d2e65fa0d 100644 --- a/x11/xf86-video-ati/Makefile +++ b/x11/xf86-video-ati/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/04/13 18:46:34 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/09/15 13:39:09 wiz Exp $ -DISTNAME= xf86-video-ati-7.7.0 +DISTNAME= xf86-video-ati-7.7.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-ati/distinfo b/x11/xf86-video-ati/distinfo index fb451770359..a5517cf899f 100644 --- a/x11/xf86-video-ati/distinfo +++ b/x11/xf86-video-ati/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/04/13 18:46:34 wiz Exp $ +$NetBSD: distinfo,v 1.26 2016/09/15 13:39:09 wiz Exp $ -SHA1 (xf86-video-ati-7.7.0.tar.bz2) = 75621e6d41d0958d95dcd9b742bff3b81e853f8f -RMD160 (xf86-video-ati-7.7.0.tar.bz2) = c91b1707dc3fc8781e9e10e6573f4d5c36386b64 -SHA512 (xf86-video-ati-7.7.0.tar.bz2) = 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df -Size (xf86-video-ati-7.7.0.tar.bz2) = 836902 bytes +SHA1 (xf86-video-ati-7.7.1.tar.bz2) = 146be259bd725a0252e2909e1320e42e0a11d582 +RMD160 (xf86-video-ati-7.7.1.tar.bz2) = dd69a7a766d43eee21217d1d347f94cdd0df9545 +SHA512 (xf86-video-ati-7.7.1.tar.bz2) = d8d05b59165cf835231694f190d7fd35d30e28f155d54a537b6ef4c6e60b15099a10d9f2ba4bd13ad9773248a7c3e8099703750129d758cb9c4478ec52d5a1ad +Size (xf86-video-ati-7.7.1.tar.bz2) = 837869 bytes |