diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 18:46:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 18:46:34 +0000 |
commit | 9152b3433c90d59340bd40170d4ebb76f88741bf (patch) | |
tree | d7b995d06234fc5a759c83e332d64dc688853b66 /x11 | |
parent | 9cbcd9d564fede2752c9c12ba74c3d41a4169e80 (diff) | |
download | pkgsrc-9152b3433c90d59340bd40170d4ebb76f88741bf.tar.gz |
Update xf86-video-ati to 7.7.0.
I'm pleased to announce the 7.7.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.9-1.18.
Highlights:
* 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 "radeon"
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 now make use of more than 256MB of VRAM for scanout
buffers, allowing e.g. virtual desktop sizes >= 8192x8192 to work.
* The driver can prevent clients trying to use the DRI3 extension over a
display connection forwarded via SSH from hanging.
* 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-ati/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-ati/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile index 51f8b07a6c3..16f2d28bb4f 100644 --- a/x11/xf86-video-ati/Makefile +++ b/x11/xf86-video-ati/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2016/02/26 11:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/13 18:46:34 wiz Exp $ -DISTNAME= xf86-video-ati-7.6.1 -PKGREVISION= 3 +DISTNAME= xf86-video-ati-7.7.0 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 6bca4f710a1..fb451770359 100644 --- a/x11/xf86-video-ati/distinfo +++ b/x11/xf86-video-ati/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2016/02/09 01:20:44 wiz Exp $ +$NetBSD: distinfo,v 1.25 2016/04/13 18:46:34 wiz Exp $ -SHA1 (xf86-video-ati-7.6.1.tar.bz2) = b517c7fc8e7df0fb0ece0c9a5446b092ec944479 -RMD160 (xf86-video-ati-7.6.1.tar.bz2) = beb0dcf6b17d0a89602add06036e9230d81b8b43 -SHA512 (xf86-video-ati-7.6.1.tar.bz2) = b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 -Size (xf86-video-ati-7.6.1.tar.bz2) = 823043 bytes +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 |