diff options
author | wiz <wiz@pkgsrc.org> | 2016-02-19 09:58:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-02-19 09:58:48 +0000 |
commit | cb76f9a3d3d9bcca0c4b375cc63d8fa72df8da4e (patch) | |
tree | 7c32c783775e36374297c6febaeaf4b8ab76f8b7 | |
parent | 3d25c71ed6ad8f58c15f3473a04f896ef3966c1b (diff) | |
download | pkgsrc-cb76f9a3d3d9bcca0c4b375cc63d8fa72df8da4e.tar.gz |
Update xf86-video-amdgpu to 1.0.1.
I'm pleased to announce the release of version 1.0.1 of xf86-video-amdgpu,
the Xorg driver for AMD GPUs using the amdgpu kernel driver.
This is a pure bugfix release with the main purpose of fixing a bug
which would prevent the driver from initializing successfully with
glamor enabled on top of the upcoming Mesa 11.2 release.
Michel Dänzer (6):
sync: Check if miSyncShmScreenInit symbol is resolved at runtime
Only map front buffer if glamor acceleration is disabled (v2)
Don't advertise any PRIME offloading capabilities without acceleration
Load fb module before glamoregl/shadow modules
HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCs
Bump version for 1.0.1 release
Mykola Lysenko (2):
Check for NULL koutput in drmmode_output_dpms
Initialize drmmode_crtc dpms_mode to DPMSModeOff
-rw-r--r-- | x11/xf86-video-amdgpu/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-amdgpu/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xf86-video-amdgpu/Makefile b/x11/xf86-video-amdgpu/Makefile index baed8cc48d6..ae9173421a4 100644 --- a/x11/xf86-video-amdgpu/Makefile +++ b/x11/xf86-video-amdgpu/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/01/05 13:11:43 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2016/02/19 09:58:48 wiz Exp $ -DISTNAME= xf86-video-amdgpu-1.0.0 -PKGREVISION= 1 +DISTNAME= xf86-video-amdgpu-1.0.1 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 2c80be854aa..f09605e2ef8 100644 --- a/x11/xf86-video-amdgpu/distinfo +++ b/x11/xf86-video-amdgpu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/11/23 12:46:49 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/02/19 09:58:48 wiz Exp $ -SHA1 (xf86-video-amdgpu-1.0.0.tar.bz2) = b82987f21ced741a2b88d555765e0b519e14cddc -RMD160 (xf86-video-amdgpu-1.0.0.tar.bz2) = 1b849a07248f834cadce08dbd827f28126df83c0 -SHA512 (xf86-video-amdgpu-1.0.0.tar.bz2) = f52122a5b93db3f6ade4c0ccfe2b322239d34a2d74dd89a458a65ec400f009436ed8ad945db362dc79fa983611680f68d9e5ce4e742f5b2140c1385d365e644c -Size (xf86-video-amdgpu-1.0.0.tar.bz2) = 362674 bytes +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 |