mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01: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> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38777>
This commit is contained in:
parent
d5498240ac
commit
b75cd07265
1 changed files with 4 additions and 0 deletions
|
|
@ -163,6 +163,10 @@ TODO: document the other workarounds.
|
||||||
<option name="allow_vertex_texture_bias" value="true" />
|
<option name="allow_vertex_texture_bias" value="true" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
<application name="Cursemark" executable="Cursemark.exe">
|
||||||
|
<option name="glsl_zero_init" value="true"/>
|
||||||
|
</application>
|
||||||
|
|
||||||
<application name="Dying Light" executable="DyingLightGame">
|
<application name="Dying Light" executable="DyingLightGame">
|
||||||
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
|
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
|
||||||
<option name="dual_color_blend_by_location" value="true" />
|
<option name="dual_color_blend_by_location" value="true" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue