diff options
| -rw-r--r-- | src/mesa/main/image.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index ee44e37295..a82b540ed6 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -3849,6 +3849,7 @@ _mesa_unpack_depth_span( const GLcontext *ctx, GLuint n,        depthValues = depthTemp;     } +   /* XXX we need to obey srcPacking->SwapBytes here!!! */     (void) srcPacking;     switch (srcType) { | 
