mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
anv: fix arc artifacts on Farming simulator 2022
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: mesa-stable
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41338>
(cherry picked from commit f111dedab6)
This commit is contained in:
parent
df78a98694
commit
507d4edbc4
2 changed files with 4 additions and 1 deletions
|
|
@ -544,7 +544,7 @@
|
|||
"description": "anv: fix arc artifacts on Farming simulator 2022",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1002,6 +1002,9 @@ TODO: document the other workarounds.
|
|||
<application name="Drive Beyond Horizons" executable="DriveBeyondHorizons.exe">
|
||||
<option name="force_vk_vendor" value="-1" />
|
||||
</application>
|
||||
<application name="Farming Simulator 2022" executable="FarmingSimulator2022Game.exe">
|
||||
<option name="limit_trig_input_range" value="true" />
|
||||
</application>
|
||||
<application name="The Last Of Us Part I" executable="tlou-i.exe">
|
||||
<option name="anv_large_workgroup_non_coherent_image_workaround" value="true" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue