summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>2022-03-16 10:40:00 +0100
committerMarge Bot <emma+marge@anholt.net>2022-04-29 07:52:59 +0000
commitf59c8c6e1c4838213b76582a7204e6a889990aa9 (patch)
treeedace419ce1919cc725419a87ceee7c0cc8875dd /src/gallium/drivers/radeonsi/si_pipe.h
parentc9a73f53e823793869bfaefa8f2688aa92cbfcb2 (diff)
radeonsi: drop assume_no_z_fights option
And garbage collect the code that was only used by this option. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16139>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 70599622533..577b29a3c5e 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -566,7 +566,6 @@ struct si_screen {
unsigned pbb_persistent_states_per_bin;
bool has_draw_indirect_multi;
bool has_out_of_order_rast;
- bool assume_no_z_fights;
bool allow_draw_out_of_order;
bool dpbb_allowed;
bool use_ngg;