summaryrefslogtreecommitdiffstats
path: root/progs/tests/fbotest3.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-231/+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: use first color attachementMaciej Cencora2010-03-091-3/+3
| | | | Allows the tests to be run on drivers that supports only one color attachement.
* progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul2010-02-011-0/+231
See comments in file for more details.