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>
(cherry picked from commit 3bc6f95e3d175a1c20cad4de4f5c31ff1f102a28)
This commit is contained in:
Blisto 2024-01-17 17:00:24 +00:00 committed by Eric Engestrom
parent f45c9a38db
commit 8c5fafef1d
2 changed files with 6 additions and 1 deletions

View file

@ -1394,7 +1394,7 @@
"description": "driconf: set vk_x11_strict_image_count for Atlas Fallen Vulkan",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -939,6 +939,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. -->