Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/tests: draw Z values as luminance, no pixel zoom | Brian Paul | 2009-10-21 | 1 | -0/+5 |
| | |||||
* | progs/tests: exercise display lists and pixelstore | Brian Paul | 2009-09-14 | 1 | -13/+54 |
| | |||||
* | progs/tests: added Z invert option | Brian Paul | 2009-09-08 | 1 | -0/+12 |
| | |||||
* | progs/tests: disable depth test for second glDrawPixels | Brian Paul | 2009-08-31 | 1 | -1/+5 |
| | | | | | 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. | ||||
* | progs/tests: Use opaque colors. | José Fonseca | 2009-06-15 | 1 | -2/+2 |
| | | | | | Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk. | ||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -1/+2 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming | Brian Paul | 2003-08-23 | 1 | -0/+116 |