mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
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:
parent
1b405a12e0
commit
4cfa4e9dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue