projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f71c2
)
comment about a valgrind error
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 2 Nov 2006 22:56:27 +0000
(22:56 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 2 Nov 2006 22:56:27 +0000
(22:56 +0000)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index 2a34cfba5a3a9ae38b9c154e562ab0298b22f75d..89563842c25b8db870ab26b5a631ceb72cf52e79 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-699,6
+699,7
@@
swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src,
}
break;
case 1:
+ /* XXX investigate valgrind invalid read when running demos/texenv.c */
for (i = 0; i < count; i++) {
COPY_4UBV(tmp, src);
src += srcComponents;