OSDN Git Service

comment about byteswapping in _mesa_unpack_depth_span()
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 28 Mar 2006 01:22:48 +0000 (01:22 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 28 Mar 2006 01:22:48 +0000 (01:22 +0000)
src/mesa/main/image.c

index ee44e37..a82b540 100644 (file)
@@ -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) {