summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-29 23:40:23 +0100
committerMarek Olšák <[email protected]>2012-01-31 23:12:30 +0100
commit302862defa61b2cee1ae24159aca306f090ca854 (patch)
treefc2e41f69d7c921f344f9cecde8601fc2e45a020 /src/gallium/drivers/r600/r600_pipe.c
parentbc70bcfc6915883bd5c60712b70e9ed7e1d80ea8 (diff)
r600g: remove the now-useless internal flush callback
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index d61855d7498..bd68eff8f73 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -259,8 +259,6 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void
return NULL;
}
- rctx->pipe = &rctx->context;
- rctx->flush = r600_flush_from_winsys;
rctx->ws->cs_set_flush_callback(rctx->cs, r600_flush_from_winsys, rctx);
util_slab_create(&rctx->pool_transfers,