util/driconf: add Cursemark workaround

Fixes gpu hang on radeonsi and corrupt rendering on iris.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14392
Cc: mesa-stable

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
(cherry picked from commit b75cd07265)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39003>
This commit is contained in:
Timothy Arceri 2025-12-03 14:22:44 +11:00 committed by Dylan Baker
parent 6507723c18
commit 37ae6d445a
2 changed files with 5 additions and 1 deletions

View file

@ -164,7 +164,7 @@
"description": "util/driconf: add Cursemark workaround",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -163,6 +163,10 @@ TODO: document the other workarounds.
<option name="allow_vertex_texture_bias" value="true" />
</application>
<application name="Cursemark" executable="Cursemark.exe">
<option name="glsl_zero_init" value="true"/>
</application>
<application name="Dying Light" executable="DyingLightGame">
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
<option name="dual_color_blend_by_location" value="true" />