Wed Apr 13 18:46:34 2016 UTC ()
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!


(wiz)
diff -r1.37 -r1.38 pkgsrc/x11/xf86-video-ati/Makefile
diff -r1.24 -r1.25 pkgsrc/x11/xf86-video-ati/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/x11/xf86-video-ati/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-ati/Makefile 2016/02/26 11:27:18 1.37
+++ pkgsrc/x11/xf86-video-ati/Makefile 2016/04/13 18:46:34 1.38
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2016/02/26 11:27:18 jperkin Exp $ 1# $NetBSD: Makefile,v 1.38 2016/04/13 18:46:34 wiz Exp $
2 2
3DISTNAME= xf86-video-ati-7.6.1 3DISTNAME= xf86-video-ati-7.7.0
4PKGREVISION= 3 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 5MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Modular Xorg ATI Radeon video driver 10COMMENT= Modular Xorg ATI Radeon video driver
12 11
13CONFIGURE_ARGS+= --enable-dri 12CONFIGURE_ARGS+= --enable-dri
14 13
15CONFLICTS+= xf86-video-ati6-[0-9]* 14CONFLICTS+= xf86-video-ati6-[0-9]*
16 15
17USE_LIBTOOL= YES 16USE_LIBTOOL= YES

cvs diff -r1.24 -r1.25 pkgsrc/x11/xf86-video-ati/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-ati/distinfo 2016/02/09 01:20:44 1.24
+++ pkgsrc/x11/xf86-video-ati/distinfo 2016/04/13 18:46:34 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2016/02/09 01:20:44 wiz Exp $ 1$NetBSD: distinfo,v 1.25 2016/04/13 18:46:34 wiz Exp $
2 2
3SHA1 (xf86-video-ati-7.6.1.tar.bz2) = b517c7fc8e7df0fb0ece0c9a5446b092ec944479 3SHA1 (xf86-video-ati-7.7.0.tar.bz2) = 75621e6d41d0958d95dcd9b742bff3b81e853f8f
4RMD160 (xf86-video-ati-7.6.1.tar.bz2) = beb0dcf6b17d0a89602add06036e9230d81b8b43 4RMD160 (xf86-video-ati-7.7.0.tar.bz2) = c91b1707dc3fc8781e9e10e6573f4d5c36386b64
5SHA512 (xf86-video-ati-7.6.1.tar.bz2) = b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 5SHA512 (xf86-video-ati-7.7.0.tar.bz2) = 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df
6Size (xf86-video-ati-7.6.1.tar.bz2) = 823043 bytes 6Size (xf86-video-ati-7.7.0.tar.bz2) = 836902 bytes