driconf: add a workaround for Joe Danger 2

CC: mesa-stable
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28439>
(cherry picked from commit 2abb72f512)
This commit is contained in:
Paul Gofman 2024-03-27 16:45:19 -06:00 committed by Eric Engestrom
parent 50669655ed
commit b351969fa2
2 changed files with 5 additions and 1 deletions

View File

@ -474,7 +474,7 @@
"description": "driconf: add a workaround for Joe Danger 2",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View File

@ -431,6 +431,10 @@ TODO: document the other workarounds.
<option name="allow_glsl_120_subset_in_110" value="true" />
</application>
<application name="Joe Danger 2 (Wine)" executable="JoeDanger2.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>