summaryrefslogtreecommitdiff
path: root/progs/tests/fbotest3.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-03-09progs/tests: use first color attachementMaciej Cencora
Allows the tests to be run on drivers that supports only one color attachement.
2010-02-01progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul
See comments in file for more details.