mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
comment about byteswapping in _mesa_unpack_depth_span()
This commit is contained in:
parent
f76ff7e4a7
commit
95174c4eb2
1 changed files with 1 additions and 0 deletions
|
|
@ -3849,6 +3849,7 @@ _mesa_unpack_depth_span( const GLcontext *ctx, GLuint n,
|
||||||
depthValues = depthTemp;
|
depthValues = depthTemp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* XXX we need to obey srcPacking->SwapBytes here!!! */
|
||||||
(void) srcPacking;
|
(void) srcPacking;
|
||||||
|
|
||||||
switch (srcType) {
|
switch (srcType) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue