driconf: add a workaround for Cossacks 3
authorMarek Olšák <marek.olsak@amd.com>
Tue, 18 Oct 2022 20:49:53 +0000 (16:49 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Oct 2022 11:52:46 +0000 (11:52 +0000)
Wine issue: https://bugs.winehq.org/show_bug.cgi?id=44560

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19147>

src/util/00-mesa-defaults.conf

index e526380..3534d68 100644 (file)
@@ -370,6 +370,10 @@ TODO: document the other workarounds.
             <option name="glsl_correct_derivatives_after_discard" value="true" />
         </application>
 
+        <application name="Cossacks 3" executable="cossacks.exe">
+            <option name="allow_glsl_120_subset_in_110" value="true" />
+        </application>
+
         <application name="BETA CAE Systems - GL detect tool" executable="detect_opengl_tool">
             <option name="mesa_extension_override" value="-GL_MESA_pack_invert -GL_MESA_framebuffer_flip_y -GL_MESA_window_pos" />
         </application>