aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-03-16 16:29:07 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-03-16 16:29:07 +0000
commit6791f83e2602580d51cda1be24a02123e07320d5 (patch)
tree0af6775e18472b9d0c4dff60fafce6efce15379d /x11-drivers
parentbe86a74ca0650722a43ead3216ac76dd45384fbd (diff)
downloadports-6791f83e2602580d51cda1be24a02123e07320d5.tar.gz
ports-6791f83e2602580d51cda1be24a02123e07320d5.zip
Update to 7.9.0
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10029
Notes
Notes: svn path=/head/; revision=436284
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile3
-rw-r--r--x11-drivers/xf86-video-ati/distinfo6
-rw-r--r--x11-drivers/xf86-video-ati/files/patch-git_f11531c48
-rw-r--r--x11-drivers/xf86-video-ati/pkg-plist1
4 files changed, 5 insertions, 53 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index 0af355eeabe2..6fae24de8ad8 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= xf86-video-ati
-PORTVERSION= 7.8.0
+PORTVERSION= 7.9.0
PORTEPOCH= 1
-PORTREVISION= 1
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-drivers/xf86-video-ati/distinfo b/x11-drivers/xf86-video-ati/distinfo
index 92256f81791d..3e957c655ee2 100644
--- a/x11-drivers/xf86-video-ati/distinfo
+++ b/x11-drivers/xf86-video-ati/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479393377
-SHA256 (xorg/driver/xf86-video-ati-7.8.0.tar.bz2) = 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa
-SIZE (xorg/driver/xf86-video-ati-7.8.0.tar.bz2) = 845702
+TIMESTAMP = 1489676661
+SHA256 (xorg/driver/xf86-video-ati-7.9.0.tar.bz2) = 3cad872e6330afb1707da11e4e959e6887ebe5bcd81854b4d2e496c52c059875
+SIZE (xorg/driver/xf86-video-ati-7.9.0.tar.bz2) = 848502
diff --git a/x11-drivers/xf86-video-ati/files/patch-git_f11531c b/x11-drivers/xf86-video-ati/files/patch-git_f11531c
deleted file mode 100644
index 422e6934a02b..000000000000
--- a/x11-drivers/xf86-video-ati/files/patch-git_f11531c
+++ /dev/null
@@ -1,48 +0,0 @@
-From f11531c99fcd6473f58b4d10efaf3efd84304d8e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Michel=20D=C3=A4nzer?= <michel.daenzer@amd.com>
-Date: Mon, 21 Nov 2016 18:15:05 +0900
-Subject: Enable glamor by default with >= R600 and Xorg >= 1.18.3
-
-glamor should now perform at least as well as EXA in general, and this
-allows DRI3 to be enabled by default for >= R600.
-
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-
-diff --git a/man/radeon.man b/man/radeon.man
-index 6af7a92..8990ae2 100644
---- man/radeon.man
-+++ man/radeon.man
-@@ -293,7 +293,7 @@ Chooses between available acceleration architectures. Valid values are
- .B glamor
- (for R300 or higher). The default is
- .B glamor
--as of TAHITI, otherwise
-+with R600 or newer (with Xorg >= 1.18.3, otherwise with TAHITI or newer), otherwise
- .B EXA.
-
- .PP
-diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c
-index b66848f..590c9f0 100644
---- src/radeon_glamor.c
-+++ src/radeon_glamor.c
-@@ -84,8 +84,15 @@ radeon_glamor_pre_init(ScrnInfoPtr scrn)
- return FALSE;
-
- s = xf86GetOptValString(info->Options, OPTION_ACCELMETHOD);
-- if (s == NULL && info->ChipFamily < CHIP_FAMILY_TAHITI)
-- return FALSE;
-+ if (!s) {
-+ if (xorgGetVersion() >= XORG_VERSION_NUMERIC(1,18,3,0,0)) {
-+ if (info->ChipFamily < CHIP_FAMILY_R600)
-+ return FALSE;
-+ } else {
-+ if (info->ChipFamily < CHIP_FAMILY_TAHITI)
-+ return FALSE;
-+ }
-+ }
-
- if (s && strcasecmp(s, "glamor") != 0) {
- if (info->ChipFamily >= CHIP_FAMILY_TAHITI)
---
-cgit v0.10.2
-
diff --git a/x11-drivers/xf86-video-ati/pkg-plist b/x11-drivers/xf86-video-ati/pkg-plist
index aff4d6112940..d7aee07c05b0 100644
--- a/x11-drivers/xf86-video-ati/pkg-plist
+++ b/x11-drivers/xf86-video-ati/pkg-plist
@@ -2,3 +2,4 @@ lib/xorg/modules/drivers/ati_drv.so
lib/xorg/modules/drivers/radeon_drv.so
man/man4/ati.4x.gz
man/man4/radeon.4x.gz
+share/X11/xorg.conf.d/10-radeon.conf