Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -711/+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: Remove duplicate included header from shtest.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | progs/glsl: Prevent possible string overflow. | Vinson Lee | 2010-01-06 | 1 | -0/+4 |
| | |||||
* | progs/glsl: Provide a better fix for fgets warning. | Vinson Lee | 2009-12-30 | 1 | -5/+2 |
| | |||||
* | progs/glsl: Silence compiler warnings. | Vinson Lee | 2009-12-29 | 1 | -1/+3 |
| | |||||
* | progs/glsl: Use C-style comments. | Vinson Lee | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | progs/glsl: asst. changes in shtest.c | Brian Paul | 2009-08-26 | 1 | -3/+16 |
| | |||||
* | progs/glsl: report compile/link times in shtest.c | Brian Paul | 2009-08-20 | 1 | -0/+10 |
| | |||||
* | progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT textures | Brian Paul | 2009-08-20 | 1 | -16/+70 |
| | |||||
* | progs/glsl: tweaks to shtest.c | Brian Paul | 2009-08-20 | 1 | -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.c | Brian Paul | 2009-08-20 | 1 | -0/+2 |
| | |||||
* | demos/glsl: remove glutInitWindowPosition() calls | Brian Paul | 2009-08-17 | 1 | -1/+0 |
| | |||||
* | progs/glsl: set generic vertex attribute values | Brian Paul | 2009-08-13 | 1 | -2/+15 |
| | |||||
* | progs/glsl: add type field to shtest config files | Brian Paul | 2009-08-13 | 1 | -22/+77 |
| | | | | Plus, texture loading. | ||||
* | progs/glsl: new shtest program, a simple shader test harness app | Brian Paul | 2009-08-13 | 1 | -0/+562 |
This commit includes some sample config files (*.shtest) |