From 95174c4eb2dcd6fe687ffcddc82bf7b8bf242ebe Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 28 Mar 2006 01:22:48 +0000 Subject: comment about byteswapping in _mesa_unpack_depth_span() --- src/mesa/main/image.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main') 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) { -- cgit v1.2.3