summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-09-08 00:59:55 +0200
committerMarek Olšák <marek.olsak@amd.com>2016-09-09 22:45:06 +0200
commita67d81580b520aa6adf6c06ef29f27692b1aebe5 (patch)
tree87422e85374079785e879614668e05e67e485cfa /src/gallium/drivers/radeonsi/si_state.h
parentf9750932ea23f7ee94fff6d3b52aa95cf8db4a91 (diff)
downloadexternal_mesa3d-a67d81580b520aa6adf6c06ef29f27692b1aebe5.zip
external_mesa3d-a67d81580b520aa6adf6c06ef29f27692b1aebe5.tar.gz
external_mesa3d-a67d81580b520aa6adf6c06ef29f27692b1aebe5.tar.bz2
radeonsi: remove the cache_flush atom
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index d0e519c..e83b428 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -124,7 +124,6 @@ union si_state {
union si_state_atoms {
struct {
/* The order matters. */
- struct r600_atom *cache_flush;
struct r600_atom *render_cond;
struct r600_atom *streamout_begin;
struct r600_atom *streamout_enable; /* must be after streamout_begin */
@@ -343,7 +342,7 @@ void si_destroy_shader_cache(struct si_screen *sscreen);
void si_init_shader_selector_async(void *job, int thread_index);
/* si_state_draw.c */
-void si_emit_cache_flush(struct si_context *sctx, struct r600_atom *atom);
+void si_emit_cache_flush(struct si_context *sctx);
void si_ce_pre_draw_synchronization(struct si_context *sctx);
void si_ce_post_draw_synchronization(struct si_context *sctx);
void si_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *dinfo);