radeonsi/gfx12: enable alt_hiz_logic

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32957>
This commit is contained in:
Marek Olšák 2025-01-08 15:00:50 -05:00
parent 1b405a12e0
commit 4cfa4e9dd7

View file

@ -22,7 +22,7 @@ OPT_BOOL(dcc_msaa, true, "Enable DCC for MSAA for GFX10-10.3")
OPT_BOOL(zerovram, false, "Zero all VRAM allocations")
OPT_BOOL(clear_lds, false, "Clear LDS at the end of shaders. Might decrease performance.")
OPT_BOOL(cache_rb_gl2, false, "Enable GL2 caching for CB and DB.")
OPT_BOOL(alt_hiz_logic, false, "Enable alternative HiZ logic")
OPT_BOOL(alt_hiz_logic, true, "Enable alternative HiZ logic")
#undef OPT_BOOL
#undef OPT_INT