diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 18:47:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 18:47:46 +0000 |
commit | c5a743cd3e6f723a6e049647c3fba88bde68e36d (patch) | |
tree | ec110ca17b7279d0cc2e5e3ca2cfa0190113f99f /x11 | |
parent | a23daf13e2cc77e7f5eb846786f188764c1ca7f2 (diff) | |
download | pkgsrc-c5a743cd3e6f723a6e049647c3fba88bde68e36d.tar.gz |
Update xf86-video-amdgpu to 1.1.0
I'm pleased to announce the 1.1.0 release of xf86-video-amdgpu, the Xorg
driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.9-1.18.
Highlights:
* Support for the upcoming Polaris family of GPUs.
* Option "TearFree" can now prevent tearing with rotation/reflection as
well (with Xorg >= 1.16).
* RandR CRTC transforms now work correctly (but for now still exhibit
tearing even with TearFree).
* The RandR 1.4 provider name is now no longer hardcoded to "amdgpu"
but constructed from the GPU chipset name and bus ID, allowing
several GPUs supported by this driver to be distinguished by name.
* The RandR primary output is now always explicitly marked as such.
* The driver can prevent clients trying to use the DRI3 extension over a
display connection forwarded via SSH from hanging.
* VDPAU/OpenGL interoperation can now work with DRI3 enabled.
* Many more fixes for issues using the DRI3/Present extensions.
Plus many other small improvements and fixes. Thanks to everybody who
contributed to this release in any way!
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-amdgpu/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-amdgpu/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xf86-video-amdgpu/Makefile b/x11/xf86-video-amdgpu/Makefile index 3bad5dda4e3..ba15dbca069 100644 --- a/x11/xf86-video-amdgpu/Makefile +++ b/x11/xf86-video-amdgpu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/02/26 11:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/13 18:47:46 wiz Exp $ -DISTNAME= xf86-video-amdgpu-1.0.1 +DISTNAME= xf86-video-amdgpu-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-amdgpu/distinfo b/x11/xf86-video-amdgpu/distinfo index f09605e2ef8..44c9c47c1cb 100644 --- a/x11/xf86-video-amdgpu/distinfo +++ b/x11/xf86-video-amdgpu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/02/19 09:58:48 wiz Exp $ +$NetBSD: distinfo,v 1.3 2016/04/13 18:47:46 wiz Exp $ -SHA1 (xf86-video-amdgpu-1.0.1.tar.bz2) = 74a6b3cbde0e7dc48f4a54dcdda479af18c0ebca -RMD160 (xf86-video-amdgpu-1.0.1.tar.bz2) = 22b5e13319d1125b0ba3ce02c0557a1c11521acc -SHA512 (xf86-video-amdgpu-1.0.1.tar.bz2) = ebc5822c615cb2ca9a058b222d3425a6d387b008ad9918454045a66b3985c596cba7df414972b99c1d30711b3c74739e6d74ab62ec25c469d880e0adcf833f80 -Size (xf86-video-amdgpu-1.0.1.tar.bz2) = 374443 bytes +SHA1 (xf86-video-amdgpu-1.1.0.tar.bz2) = a3dad4e44feca55acb7dd03e094ebc10796475ca +RMD160 (xf86-video-amdgpu-1.1.0.tar.bz2) = 59d182f8dc05bd3e2aa21456626b5fd103691ba7 +SHA512 (xf86-video-amdgpu-1.1.0.tar.bz2) = a795a048987de49a9a4809ed6efd6089c0685290b86b61156ae0766fa86934f99c8abf61ed8ca56cc215a84931b2f68431547a1a7250a09e1649c4ac8ada870e +Size (xf86-video-amdgpu-1.1.0.tar.bz2) = 379970 bytes |