diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2020-03-13 10:04:16 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2020-03-19 08:47:09 +0100 |
commit | db5cc6a7ddeddbeb1e360156db520f55a5852b99 (patch) | |
tree | a8d55eea8a8a2cf3e7e51ead4dbb4bdd97bc7e7e /src | |
parent | 3c03718fd7813b9023c286101d4f972aa3390de9 (diff) |
radeonsi: enable glsl_zero_init for Curse of the Dead Gods
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2598
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4214>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4214>
Diffstat (limited to 'src')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 8702a317d79..f1c410837cf 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -262,6 +262,11 @@ TODO: document the other workarounds. <option name="glsl_zero_init" value="true"/> </application> + <application name="Curse of the Dead Gods" executable="Curse of the Dead Gods.exe"> + <!-- https://gitlab.freedesktop.org/mesa/mesa/issues/2598 --> + <option name="glsl_zero_init" value="true" /> + </application> + <!-- The GL thread whitelist is below, workarounds are above. Keep it that way. --> |