From 51f71e0483e196e0d07877335ed9fe3e405adbd8 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Fri, 3 Dec 2021 22:22:57 +1100 Subject: [PATCH] util: add workaround for SNK HEROINES Tag Team Frenzy The game makes use of builtin functions that were moved to compatibility shaders in GLSL 4.20 in its GLSL 4.20 shaders without declaring the compatibility token. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5706 Reviewed-by: Pierre-Eric Pelloux-Prayer 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 7e155d3e690..f52daf00899 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -198,6 +198,10 @@ TODO: document the other workarounds.