summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-11-10 18:47:20 +0100
committerMarek Olšák <[email protected]>2011-11-10 18:49:26 +0100
commitdbd24b5df6739b85638020c0e5ab1cc9ff84a4b7 (patch)
tree2ac3c416755f190004b90bca50bb4c4562334d1d /src/gallium
parentec3d2c7f089e0a4750dc42f10da914b58858499e (diff)
r600g: remove useless texture barrier
Diffstat (limited to 'src/gallium')
-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,