summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-01 13:30:02 -0400
committerMarek Olšák <[email protected]>2018-04-05 15:34:58 -0400
commit0447e8e59e9cbce196138d46dc0be07b7ed392a0 (patch)
tree7a8cad496bfd12c8c05539088cdb52fef27b8958 /src/gallium/drivers/radeon/r600_pipe_common.h
parent5c125ab1ba030174e59e4e31f27a267571f224e1 (diff)
radeonsi: remove r600_pipe_common::set_atom_dirty
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r--src/gallium/drivers/radeon/r600_pipe_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h
index 96e68c574cb..b67aae6cdfe 100644
--- a/src/gallium/drivers/radeon/r600_pipe_common.h
+++ b/src/gallium/drivers/radeon/r600_pipe_common.h
@@ -516,9 +516,6 @@ struct r600_common_context {
/* This ensures there is enough space in the command stream. */
void (*need_gfx_cs_space)(struct pipe_context *ctx, unsigned num_dw,
bool include_draw_vbo);
-
- void (*set_atom_dirty)(struct r600_common_context *ctx,
- struct r600_atom *atom, bool dirty);
};
/* r600_buffer_common.c */