mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
radv: enable radv_prefer_2d_swizzle_for_3d_storage for TLOU1
This is much faster. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38084>
This commit is contained in:
parent
489550d380
commit
d9e5b9bc64
1 changed files with 5 additions and 0 deletions
|
|
@ -270,6 +270,11 @@ Application bugs worked around in this file:
|
|||
<option name="radv_gfx12_hiz_wa" value="partial" />
|
||||
</application>
|
||||
|
||||
<application name="The Last of Us Part I" application_name_match="tlou-i.exe">
|
||||
<!-- TLOU1 is much faster with 2D swizzle modes for 3D storage images. -->
|
||||
<option name="radv_prefer_2d_swizzle_for_3d_storage" value="true" />
|
||||
</application>
|
||||
|
||||
<!-- OpenGL Game workarounds (zink) -->
|
||||
<application name="Black Geyser: Couriers of Darkness" executable="BlackGeyser.x86_64">
|
||||
<option name="radv_zero_vram" value="true" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue