summaryrefslogtreecommitdiffstats
path: root/progs/tests/packedpixels.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: Fix build.Vinson Lee2009-12-221-1/+0
| | | | (cherry picked from commit 1bf2d78b11ac9ac71f4be285963db1af9f09fe73)
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h
| * progs/tests: Silence compiler warnings.Vinson Lee2009-12-201-2/+2
| |
* | progs/tests: silence warningBrian Paul2009-11-161-1/+1
| |
* | progs/tests: add alpha/blend testing to packedpixels.cBrian Paul2009-11-111-22/+42
| |
* | progs/tests: debug code for getting texture component sizesBrian Paul2009-11-031-2/+5
| |
* | progs/tests: additional debug codeBrian Paul2009-10-011-0/+10
|/
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* print 2D vs 3D in windowBrian Paul2006-05-191-2/+9
|
* also test 3D textures (press '2'/'3' to toggle)Brian Paul2006-05-191-8/+44
|
* Test program to check that packed pixel formats work as expected withBrian Paul2004-05-121-0/+299
glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format.