gallium: re-enable temporarily disabled code in do_copy_texsubimage()

This commit is contained in:
Brian Paul 2008-05-06 15:39:39 -06:00
parent 296378b6c8
commit 6b0fd0f157

View file

@ -1172,7 +1172,7 @@ do_copy_texsubimage(GLcontext *ctx,
stImage->level, destZ,
PIPE_BUFFER_USAGE_CPU_WRITE);
if (0&& ctx->_ImageTransferState == 0x0 &&
if (ctx->_ImageTransferState == 0x0 &&
strb->surface->buffer &&
dest_surface->buffer) {
/* do blit-style copy */