summaryrefslogtreecommitdiff
path: root/x11/xf86-video-ati/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-13 18:46:34 +0000
committerwiz <wiz>2016-04-13 18:46:34 +0000
commitb2a3292ee5ced0e94528ce89e3619b4d05182bec (patch)
treed7b995d06234fc5a759c83e332d64dc688853b66 /x11/xf86-video-ati/Makefile
parent853add65dbf45f922a56e2bb21e3786d976d926c (diff)
downloadpkgsrc-b2a3292ee5ced0e94528ce89e3619b4d05182bec.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/xf86-video-ati/Makefile')
-rw-r--r--x11/xf86-video-ati/Makefile5
1 files changed, 2 insertions, 3 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