mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 14:08:05 +02:00
comment about a valgrind error
This commit is contained in:
parent
71f71c2c8a
commit
05267501af
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue