mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
radv: enable radv_disable_aniso_single_level for The Evil Within 1&2
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6033
Fixes: 5ce4017a2b ("radv,aco: do not disable anisotropy filtering for non-mipmap images")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15011>
This commit is contained in:
parent
108e6eaa83
commit
80716b6f7e
1 changed files with 8 additions and 0 deletions
|
|
@ -991,6 +991,14 @@ TODO: document the other workarounds.
|
|||
<application name="Battlefield V (DX11/DX12)" application_name_match="bfv.exe">
|
||||
<option name="radv_disable_aniso_single_level" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="The Evil Within" application_name_match="EvilWithin.exe">
|
||||
<option name="radv_disable_aniso_single_level" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="The Evil Within 2" application_name_match="TEW2.exe">
|
||||
<option name="radv_disable_aniso_single_level" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
|
||||
<device driver="virtio_gpu">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue