summaryrefslogtreecommitdiffstats
path: root/progs/tests/getteximage.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-273/+0
| | | | | | | 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.
* progs/tests: also test GL_BGRA format in getteximage.cBrian Paul2009-10-291-0/+20
|
* tests/getteximage: test more texture sizes, including npotBrian Paul2009-08-041-50/+86
|
* tests: glGetTexImage() testBrian Paul2009-07-301-2/+2
|
* tests: check for GL_EXT/ARB_framebuffer_objectBrian Paul2009-06-091-1/+3
|
* tests: also test glGetTexImage with render to textureBrian Paul2009-06-091-11/+103
| | | | | Also, adjust texture dims for the original test. And use GLEW.
* tests: quick and dirty glGetTexImage() test programBrian Paul2009-06-091-0/+123