diff options
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r-- | src/mesa/main/teximage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index ad7e20ce0fe..2388ba3a5af 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -1954,7 +1954,7 @@ _mesa_GetTexImage( GLenum target, GLint level, GLenum format, for (col = 0; col < width; col++) { (*texImage->FetchTexelc)(texImage, col, row, img, rgba[col]); } - _mesa_pack_rgba_span(ctx, width, (const GLchan (*)[4])rgba, + _mesa_pack_rgba_span_chan(ctx, width, (const GLchan (*)[4])rgba, format, type, dest, &ctx->Pack, 0 /* no image transfer */); } /* format */ |