projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76ff7e
)
comment about byteswapping in _mesa_unpack_depth_span()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 28 Mar 2006 01:22:48 +0000
(
01:22
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 28 Mar 2006 01:22:48 +0000
(
01:22
+0000)
src/mesa/main/image.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.c
b/src/mesa/main/image.c
index ee44e37295abed87645367418df1d84411a2ae15..a82b540ed60719e01a6b017836dc062fd2d48384 100644
(file)
--- 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) {