From edd0b00c2befc42966145e3a93937fb707f83470 Mon Sep 17 00:00:00 2001 From: Martin Peres Date: Fri, 16 Oct 2020 08:26:05 +0300 Subject: [PATCH] driconf: disable GLX_OML_swap_method by default on Brink MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Brink makes use of the WGL-equivalent extension, and Wine translates that to GLX_OML_swap_method. However, Mesa does not expose the exchange swap method, which is what Wine is looking for. Not exposing the extension fixes everything, so let's keep things simple! Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/106 Tested-by: Gregor Münch Reviewed-by: Adam Jackson Reviewed-by: Ian Romanick Signed-off-by: Martin Peres Part-of: --- src/util/00-mesa-defaults.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 6f6c626..41169d2 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -587,6 +587,10 @@ TODO: document the other workarounds.