diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-02 22:40:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-02 22:40:59 +0000 |
commit | 77096e1bbec60660746dbff8f7624bb26c8e19eb (patch) | |
tree | f02b4978d844cf5fb0b895e505ec0bedd3760fd8 /x11 | |
parent | e8fd8e94681da44d7137ad385bfac37024907ce6 (diff) | |
download | pkgsrc-77096e1bbec60660746dbff8f7624bb26c8e19eb.tar.gz |
xf86-video-amdgpu: update to 18.0.0.
I'm pleased to announce the 18.0.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.13-1.19. It also works with
xserver 1.20 RC1, so unless something unexpected happens, it should work
with xserver 1.20 as well.
Highlights:
* New year-based versioning scheme
* Page flipping can now be used even when the HW cursor can't be used in
some cases
* Support for 30-bit RGB colour output. Note that gamma correction is
currently not available with 30-bit colour. Also, hardware
acceleration is not available with 30-bit colour with xserver versions
before 1.20.
Plus other 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 57b3c2a1b61..d0718831c38 100644 --- a/x11/xf86-video-amdgpu/Makefile +++ b/x11/xf86-video-amdgpu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2017/09/08 08:19:30 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/03/02 22:40:59 wiz Exp $ -DISTNAME= xf86-video-amdgpu-1.4.0 +DISTNAME= xf86-video-amdgpu-18.0.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 fa91a18e99d..fa8517d6045 100644 --- a/x11/xf86-video-amdgpu/distinfo +++ b/x11/xf86-video-amdgpu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/09/08 08:19:30 wiz Exp $ +$NetBSD: distinfo,v 1.10 2018/03/02 22:40:59 wiz Exp $ -SHA1 (xf86-video-amdgpu-1.4.0.tar.bz2) = d9971cc6177095219a6687328aef25a72df3dd9d -RMD160 (xf86-video-amdgpu-1.4.0.tar.bz2) = 4fac7932e41372c1cb18828b7d6ae97c5ae30ec1 -SHA512 (xf86-video-amdgpu-1.4.0.tar.bz2) = cae6417a45f6b981e007e080486083f1c38eaca58c6e331b04bbf46c86f23394742a722ae0d798d8dcad66879e99d90e57f04ae9ccb198f3ed26ec745878ccc2 -Size (xf86-video-amdgpu-1.4.0.tar.bz2) = 410679 bytes +SHA1 (xf86-video-amdgpu-18.0.0.tar.bz2) = 360d619de1629913d356c60f1e155553e0e55dbb +RMD160 (xf86-video-amdgpu-18.0.0.tar.bz2) = 22f81051b3ce7b4d532ceeffb1a079c895a9fa48 +SHA512 (xf86-video-amdgpu-18.0.0.tar.bz2) = 5f9fa173c1b2f90878a9cc961e49abb0ad56db16fd80ec9fe6788fcc90eaa1906f3bff74437cb9afa95b9212ff946e1558736739f27e959a3848e77e4dabbd17 +Size (xf86-video-amdgpu-18.0.0.tar.bz2) = 413752 bytes |