summaryrefslogtreecommitdiffstats
path: root/progs/glsl/shtest.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/glsl: tweaks to shtest.cBrian Paul2009-08-201-2/+3
| | | | | | 1. Larger sphere to match cube size 2. Allow -geometry option to override window size 3. Cube samplers
* progs/glsl: more comments in shtest.cBrian Paul2009-08-201-0/+2
|
* demos/glsl: remove glutInitWindowPosition() callsBrian Paul2009-08-171-1/+0
|
* progs/glsl: set generic vertex attribute valuesBrian Paul2009-08-131-2/+15
|
* progs/glsl: add type field to shtest config filesBrian Paul2009-08-131-22/+77
| | | | Plus, texture loading.
* progs/glsl: new shtest program, a simple shader test harness appBrian Paul2009-08-131-0/+562
This commit includes some sample config files (*.shtest)