Module: Mesa
Branch: main
Commit: 8dba83bb8d94a8eeb6806460b6f8d61d2ce30e24
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dba83bb8d94a8eeb6806460b6f8d61d2ce30e24

Author: Marek Olšák <[email protected]>
Date:   Tue Oct 18 16:49:53 2022 -0400

driconf: add a workaround for Cossacks 3

Wine issue: https://bugs.winehq.org/show_bug.cgi?id=44560

Reviewed-by: Timothy Arceri <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19147>

---

 src/util/00-mesa-defaults.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index e526380c259..3534d68a3df 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -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>

Reply via email to