Module: Mesa Branch: main Commit: 1646f7d977ab7ef6c6925495e9990eda356cb15d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1646f7d977ab7ef6c6925495e9990eda356cb15d
Author: Paul Gofman <[email protected]> Date: Mon Mar 27 14:36:12 2023 -0600 driconf: add a workaround for Kaiju-A-Gogo Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22152> --- 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 b08b70ef549..ffae6b99c28 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -395,6 +395,10 @@ TODO: document the other workarounds. <option name="allow_glsl_120_subset_in_110" value="true" /> </application> + <application name="Kaiju-A-Gogo" executable="kaiju.exe"> + <option name="allow_glsl_120_subset_in_110" value="true" /> + </application> + <application name="BETA CAE Systems - GL detect tool" executable="detect_opengl_tool"> <option name="mesa_extension_override" value="-GL_MESA_pack_invert -GL_MESA_framebuffer_flip_y -GL_MESA_window_pos" /> </application>
