mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
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:
parent
6507723c18
commit
37ae6d445a
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue