summaryrefslogtreecommitdiff
path: root/progs/tests/packedpixels.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-02progs/tests: also test 1D textures in packedpixels.ctexformat-xrgbBrian Paul1-22/+45
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell1-0/+2
Also get mingw cross-compilation of these tests working
2006-05-19print 2D vs 3D in windowBrian Paul1-2/+9
2006-05-19also test 3D textures (press '2'/'3' to toggle)Brian Paul1-8/+44
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul1-0/+299
glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format.