driconf: set vk_x11_strict_image_count for Atlas Fallen Vulkan

Prevents crash with vsync turned off on xwayland.

Cc: mesa-stable
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27122>
This commit is contained in:
Blisto
2024-01-17 17:00:24 +00:00
committed by Marge Bot
parent 7b7a581a52
commit 3bc6f95e3d
+5
View File
@@ -945,6 +945,11 @@ TODO: document the other workarounds.
<option name="vk_dont_care_as_load" value="true" />
</application>
<!-- Atlas Fallen Vulkan crashes with vsync turned off on xwayland without this workaround. -->
<application name="Atlas Fallen" executable="AtlasFallen (VK).exe">
<option name="vk_x11_strict_image_count" value="true" />
</application>
<!-- Disable fp16 support for browsers, since there is too much
broken WebGL out there that uses the wrong precision.
Bonus workaround for Firefox bug #1845309. -->