projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8218497
)
progs/tests: Fix build.
author
Vinson Lee
<vlee@vmware.com>
Tue, 22 Dec 2009 08:54:34 +0000
(
00:54
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 22 Dec 2009 08:54:34 +0000
(
00:54
-0800)
progs/tests/packedpixels.c
patch
|
blob
|
history
diff --git
a/progs/tests/packedpixels.c
b/progs/tests/packedpixels.c
index 1e70a31151a60118970b4e2efe94c2f1096876ed..34df95549a65494b51a65f8f9b3be24b8a832761 100644
(file)
--- a/
progs/tests/packedpixels.c
+++ b/
progs/tests/packedpixels.c
@@
-273,7
+273,6
@@
Draw(void)
glTranslatef(2, (i + 1) * (h + 2), 0);
glRasterPos2i(8, 6);
sprintf(s, "Internal Texture Format [f/F]: %s (%d of %lu)",
- IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
IntFormats[CurFormat].name, CurFormat + 1, (unsigned long) NUM_INT_FORMATS);
PrintString(s);
glPopMatrix();