mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 15:28:18 +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>
(cherry picked from commit f111dedab6)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41540>
This commit is contained in:
parent
7368c4e24c
commit
5b6afc7ef6
2 changed files with 4 additions and 1 deletions
|
|
@ -3814,7 +3814,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
|
||||
|
|
|
|||
|
|
@ -1001,6 +1001,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