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-04-25 14:19:24 +0200
committerMarge Bot <emma+marge@anholt.net>2022-04-29 07:52:59 +0000
commit3de97742cacd3b1502e27ccb81cfba7f5ceb49cc (patch)
treeefd8cb09c060652658a6109f4ba5566c2e4751e5 /src/gallium/drivers/radeonsi/si_pipe.h
parentbd88bed8556aff109a5a9cdb9b8d63073ade9df6 (diff)
radeonsi: enable PIPE_CAP_ALLOW_DRAW_OUT_OF_ORDER
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 577b29a3c5e..0ce3d7ea842 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 allow_draw_out_of_order;
bool dpbb_allowed;
bool use_ngg;
bool use_ngg_culling;