diff options
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. --> |