From d22cdcd33a4ee2e47b07235f986273b9b69d5804 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 23 Jun 2021 23:42:53 +1000 Subject: [PATCH] util: add work around for the game We Happy Few MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is another Unreal engine game that requires the allow_glsl_cross_stage_interpolation_mismatch workaround. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4966 Reviewed-by: Marek Olšák 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 3839dea5053..96188fd1b26 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -236,6 +236,10 @@ TODO: document the other workarounds.