summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-03-11 18:45:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-03-11 18:45:01 +0000
commit4ac1a76a2376f02ae7caee14ddd5cdbe5facd6ca (patch)
tree754c61fe45e66830c3699c9180b41960b0ba1d72 /x11-drivers/xf86-video-ati/files
parent1bb0926aaaca03cc4283f7a4c4e67d794c4bd303 (diff)
drop virtualbox-guest-additions
Diffstat (limited to 'x11-drivers/xf86-video-ati/files')
-rw-r--r--x11-drivers/xf86-video-ati/files/enable_DRI3_by_default.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-drivers/xf86-video-ati/files/enable_DRI3_by_default.patch b/x11-drivers/xf86-video-ati/files/enable_DRI3_by_default.patch
deleted file mode 100644
index 9aad3e05..00000000
--- a/x11-drivers/xf86-video-ati/files/enable_DRI3_by_default.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/src/radeon_kms.c b/src/radeon_kms.c
---- a/src/radeon_kms.c 2015-11-12 02:57:33.000000000 +0000
-+++ b/src/radeon_kms.c 2015-12-28 16:50:05.403313307 +0000
-@@ -1630,7 +1630,7 @@
- }
- #endif
-
-- value = FALSE;
-+ value = TRUE;
- from = X_DEFAULT;
- if (xf86GetOptValBool(info->Options, OPTION_DRI3, &value))
- from = X_CONFIG;