summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2023-02-18 04:44:28 -0500
committerMarge Bot <emma+marge@anholt.net>2023-02-24 21:27:24 +0000
commitd61cd39026637671560e780d5f8224b4c468280c (patch)
tree55a038b1d69ad0c382cfb38270dc6b425527e46c /src/gallium/drivers/radeonsi/si_pipe.h
parent5b85fa60319f8d1c65c0227543215d0363a1be08 (diff)
radeonsi: replace si_screen::has_out_of_order_rast with the radeon_info field
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>
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 7a1eefede7a..d0392bece54 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -578,7 +578,6 @@ struct si_screen {
unsigned pbb_context_states_per_bin;
unsigned pbb_persistent_states_per_bin;
bool has_draw_indirect_multi;
- bool has_out_of_order_rast;
bool dpbb_allowed;
bool use_ngg;
bool use_ngg_culling;