From: Brian Paul Date: Tue, 28 Mar 2006 01:22:48 +0000 (+0000) Subject: comment about byteswapping in _mesa_unpack_depth_span() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95174c4eb2dcd6fe687ffcddc82bf7b8bf242ebe;p=mesa.git comment about byteswapping in _mesa_unpack_depth_span() --- diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index ee44e37295a..a82b540ed60 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) {