mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
tu: Enable LRZ fast-clear for A7XX
Signed-off-by: Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29453>
This commit is contained in:
parent
9e936d3fde
commit
7ad5bacf7a
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ a7xx_base = A6XXProps(
|
|||
has_getfiberid = True,
|
||||
has_dp2acc = True,
|
||||
has_dp4acc = True,
|
||||
enable_lrz_fast_clear = False,
|
||||
enable_lrz_fast_clear = True,
|
||||
has_lrz_dir_tracking = True,
|
||||
has_per_view_viewport = True,
|
||||
line_width_min = 1.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue