driconf: add a workaround for Rainbow Six Extraction

CC: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24784>
(cherry picked from commit 3e66eba59e)
This commit is contained in:
Paul Gofman 2023-08-18 15:58:12 -06:00 committed by Dylan Baker
parent 77ff616b59
commit 062d7e95cc
2 changed files with 6 additions and 1 deletions

View file

@ -10324,7 +10324,7 @@
"description": "driconf: add a workaround for Rainbow Six Extraction",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -817,6 +817,11 @@ TODO: document the other workarounds.
<option name="vk_wsi_force_bgra8_unorm_first" value="true" />
</application>
<application name="Rainbow Six Extraction (Wine)" executable="R6-Extraction.exe">
<option name="vk_x11_override_min_image_count" value="2" />
<option name="vk_x11_strict_image_count" value="true" />
</application>
<application name="Brink" executable="brink.exe">
<option name="glx_extension_override" value="-GLX_OML_swap_method" />
<option name="allow_higher_compat_version" value="true" />