radv: enable radv_prefer_2d_swizzle_for_3d_storage for TLOU1
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

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:
Samuel Pitoiset 2025-12-29 18:45:53 +01:00 committed by Marge Bot
parent 489550d380
commit d9e5b9bc64

View file

@ -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" />