summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r600/r600_texture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c
index b914ff3f812..50a96b4d4da 100644
--- a/src/gallium/drivers/r600/r600_texture.c
+++ b/src/gallium/drivers/r600/r600_texture.c
@@ -65,8 +65,6 @@ static void r600_copy_from_staging_texture(struct pipe_context *ctx, struct r600
transfer->box.x, transfer->box.y, transfer->box.z,
rtransfer->staging_texture,
0, &sbox);
-
- ctx->texture_barrier(ctx);
}
unsigned r600_texture_get_offset(struct r600_resource_texture *rtex,