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:

committed by
Dylan Baker

parent
db2417625e
commit
753f3a7d7d
@@ -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
|
||||
},
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user