r600g: disable staging upload for now

This commit is contained in:
Christian König 2010-11-21 13:58:23 +01:00
parent cc998ddf92
commit 331eb58d15

View file

@ -546,8 +546,8 @@ struct pipe_transfer* r600_texture_get_transfer(struct pipe_context *ctx,
PIPE_TRANSFER_UNSYNCHRONIZED)))
use_staging_texture = TRUE;
if (!permit_hardware_blit(ctx->screen, texture) ||
(texture->flags & R600_RESOURCE_FLAG_TRANSFER))
/*if (!permit_hardware_blit(ctx->screen, texture) ||
(texture->flags & R600_RESOURCE_FLAG_TRANSFER))*/
use_staging_texture = FALSE;
trans = CALLOC_STRUCT(r600_transfer);