r600g: remove useless texture barrier

This commit is contained in:
Marek Olšák 2011-11-10 18:47:20 +01:00
parent ec3d2c7f08
commit dbd24b5df6
1 changed files with 0 additions and 2 deletions

View File

@ -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,