From db5cc6a7ddeddbeb1e360156db520f55a5852b99 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Date: Fri, 13 Mar 2020 10:04:16 +0100 Subject: radeonsi: enable glsl_zero_init for Curse of the Dead Gods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2598 Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4214> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4214> --- src/util/00-mesa-defaults.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/util/00-mesa-defaults.conf') 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. --> -- cgit v1.2.3