Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -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.c | Brian Paul | 2009-10-29 | 1 | -0/+20 |
| | |||||
* | tests/getteximage: test more texture sizes, including npot | Brian Paul | 2009-08-04 | 1 | -50/+86 |
| | |||||
* | tests: glGetTexImage() test | Brian Paul | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | tests: check for GL_EXT/ARB_framebuffer_object | Brian Paul | 2009-06-09 | 1 | -1/+3 |
| | |||||
* | tests: also test glGetTexImage with render to texture | Brian Paul | 2009-06-09 | 1 | -11/+103 |
| | | | | | Also, adjust texture dims for the original test. And use GLEW. | ||||
* | tests: quick and dirty glGetTexImage() test program | Brian Paul | 2009-06-09 | 1 | -0/+123 |