mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
gallium: re-enable temporarily disabled code in do_copy_texsubimage()
This commit is contained in:
parent
296378b6c8
commit
6b0fd0f157
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue