summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
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/radeonsi
parent5c125ab1ba030174e59e4e31f27a267571f224e1 (diff)
radeonsi: remove r600_pipe_common::set_atom_dirty
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.c b/src/gallium/drivers/radeonsi/si_pipe.c
index 964946d18d5..25aea06f9fb 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.c
+++ b/src/gallium/drivers/radeonsi/si_pipe.c
@@ -259,7 +259,6 @@ static struct pipe_context *si_create_context(struct pipe_screen *screen,
sctx->b.b.emit_string_marker = si_emit_string_marker;
sctx->b.b.set_debug_callback = si_set_debug_callback;
sctx->b.b.set_log_context = si_set_log_context;
- sctx->b.set_atom_dirty = (void *)si_set_atom_dirty;
sctx->screen = sscreen; /* Easy accessing of screen/winsys. */
sctx->is_debug = (flags & PIPE_CONTEXT_DEBUG) != 0;