From b8b0a3dc5cf195cc22317f3aae14399160fdc03e Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Tue, 16 May 2017 07:25:12 -0700 Subject: [PATCH] dri/vmwgfx: Disable a couple of glx extensions also for Ubuntu unity / compiz It appears like the GLX_EXT_buffer_age extension also prevents Compiz / Ubuntu Unity from performing partial buffer swaps when it otherwise feels like doing so. So try to get them back again. We also disable GLX_OML_sync_control since it appears it had a favourable impact on gnome-shell. Signed-off-by: Thomas Hellstrom Reviewed-by: Sinclair Yeh --- src/mesa/drivers/dri/common/drirc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index b6c3c6a5..5152b20 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -158,5 +158,9 @@ TODO: document the other workarounds.