radeonsi: don't restore states at the beginning of IBs if they're shadowed
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
index c59bbd5463bd12fb2eac3917beee7839cf3c87bb..490dc13d30fd7eac5de20f28454b465166ccc029 100644 (file)
@@ -1420,7 +1420,7 @@ void si_init_screen_get_functions(struct si_screen *sscreen);
 void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence);
 void si_allocate_gds(struct si_context *ctx);
 void si_set_tracked_regs_to_clear_state(struct si_context *ctx);
-void si_begin_new_gfx_cs(struct si_context *ctx);
+void si_begin_new_gfx_cs(struct si_context *ctx, bool first_cs);
 void si_need_gfx_cs_space(struct si_context *ctx);
 void si_unref_sdma_uploads(struct si_context *sctx);