summaryrefslogtreecommitdiffstats
path: root/progs/glsl/shtest.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/glsl: change //-style commentsBrian Paul2009-11-171-1/+1
|
* progs/glsl: asst. changes in shtest.cBrian Paul2009-08-261-3/+16
|
* progs/glsl: report compile/link times in shtest.cBrian Paul2009-08-201-0/+10
|
* progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT texturesBrian Paul2009-08-201-16/+70
|
* 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)