mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
drirc/anv: force_vk_vendor=-1 for Wuthering Waves
Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12459
Signed-off-by: Taras Pisetskyi <taras.pisetskyi@globallogic.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
(cherry picked from commit dcd9b90aff)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38167>
This commit is contained in:
parent
b3470359bf
commit
5ae8474029
2 changed files with 4 additions and 1 deletions
|
|
@ -274,7 +274,7 @@
|
|||
"description": "drirc/anv: force_vk_vendor=-1 for Wuthering Waves",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1087,6 +1087,9 @@ TODO: document the other workarounds.
|
|||
<application name="Jusant" executable="ASC-Win64-Shipping.exe">
|
||||
<option name="force_vk_vendor" value="-1"/>
|
||||
</application>
|
||||
<application name="Wuthering Waves" executable="Client-Win64-Shipping.exe">
|
||||
<option name="force_vk_vendor" value="-1"/>
|
||||
</application>
|
||||
<application name="DIRT 5" executable="DIRT5.exe">
|
||||
<option name="fp64_workaround_enabled" value="true" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue