comment about byteswapping in _mesa_unpack_depth_span()

This commit is contained in:
Brian Paul 2006-03-28 01:22:48 +00:00
parent f76ff7e4a7
commit 95174c4eb2

View 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) {