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!
This commit is contained in:
parent
d0c74e28b7
commit
90971c37a4
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue