aboutsummaryrefslogtreecommitdiffstats
path: root/progs/glsl/mandelbrot.shtest
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-13/+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/glsl: add type field to shtest config filesBrian Paul2009-08-131-12/+11
| | | | Plus, texture loading.
* progs/glsl: new shtest program, a simple shader test harness appBrian Paul2009-08-131-0/+14
This commit includes some sample config files (*.shtest)