summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-28 01:22:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-28 01:22:48 +0000
commit95174c4eb2dcd6fe687ffcddc82bf7b8bf242ebe (patch)
tree0495288288caa857ea8152fb9c9db57e3855a2b4 /src
parentf76ff7e4a7b728258606950f182a0a9a8cce791b (diff)
comment about byteswapping in _mesa_unpack_depth_span()
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/image.c1
1 files changed, 1 insertions, 0 deletions
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) {