summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-07-12 17:36:27 +0900
committerMichel Dänzer <michel@daenzer.net>2016-07-22 19:10:53 +0900
commit94fe42f29e0b00a26e810581d6c438ac6d8ecd8a (patch)
treed6f9e3abf7bb0d5d08b8c935d925092fa24bdb64 /src
parent6d91fb4fc701895473ff675f440a8eef655e80ca (diff)
Don't enable DRI3 by default with EXA
It doesn't work correctly in all cases, see e.g. https://bugs.freedesktop.org/show_bug.cgi?id=95475 . I'm not sure this is fixable, given EXA's architecture. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src')
-rw-r--r--src/radeon_kms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
index 63886695..122b9325 100644
--- a/src/radeon_kms.c
+++ b/src/radeon_kms.c
@@ -1726,7 +1726,7 @@ Bool RADEONScreenInit_KMS(SCREEN_INIT_ARGS_DECL)
#endif
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,18,3,0,0)
- value = TRUE;
+ value = info->use_glamor;
#else
value = FALSE;
#endif