summaryrefslogtreecommitdiff
path: root/progs/tests/zreaddraw.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-04-22progs/tests: asst. improvements to zreaddraw.cBrian Paul
2010-04-08progs/tests: added some debug code (disabled)Brian Paul
2009-10-21progs/tests: draw Z values as luminance, no pixel zoomBrian Paul
2009-09-14progs/tests: exercise display lists and pixelstoreBrian Paul
2009-09-08progs/tests: added Z invert optionBrian Paul
2009-08-31progs/tests: disable depth test for second glDrawPixelsBrian Paul
We don't want to z-test that glDrawPixels. Also, set the raster color to red when drawing GL_DEPTH_COMPONENT image to aid in debugging.
2009-06-15progs/tests: Use opaque colors.José Fonseca
Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk.
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2003-08-23test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zoomingBrian Paul