util/conf: enable init to zero workaround for Exanima

Fixes rendering issues on llvmpipe.

Issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6449

Cc: mesa-stable
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18935>
(cherry picked from commit 3200b5c46b)
This commit is contained in:
Timothy Arceri
2022-10-03 20:46:15 +11:00
committed by Dylan Baker
parent db2417625e
commit 753f3a7d7d
2 changed files with 5 additions and 1 deletions

View File

@@ -661,7 +661,7 @@
"description": "util/conf: enable init to zero workaround for Exanima",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View File

@@ -153,6 +153,10 @@ TODO: document the other workarounds.
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
</application>
<application name="Exanima" executable="Exanima.exe">
<option name="glsl_zero_init" value="true"/>
</application>
<application name="Full Bore" executable="fullbore">
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
</application>