mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
anv,driconf: Add sampler coordinate precision workaround for EVE Online
Signed-off-by: Taras Pisetskyi <taras.pisetskyi@globallogic.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12920
Cc: mesa-stable
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34316>
(cherry picked from commit 04962975fd)
This commit is contained in:
parent
29cf4608db
commit
d34e17a9ce
2 changed files with 4 additions and 1 deletions
|
|
@ -184,7 +184,7 @@
|
|||
"description": "anv,driconf: Add sampler coordinate precision workaround for EVE Online",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1214,6 +1214,9 @@ TODO: document the other workarounds.
|
|||
<application name="Dynasty Warriors: Origins" executable="DWORIGINS.exe">
|
||||
<option name="anv_force_filter_addr_rounding" value="true" />
|
||||
</application>
|
||||
<application name="EVE Online" executable="exefile.exe">
|
||||
<option name="anv_force_filter_addr_rounding" value="true" />
|
||||
</application>
|
||||
<!-- Needed to avoid XeSS code paths. -->
|
||||
<application name="Marvel's Spider-Man Remastered" executable="Spider-Man.exe">
|
||||
<option name="force_vk_vendor" value="-1" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue