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:
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user