summaryrefslogtreecommitdiffstats
path: root/progs/glsl/texdemo1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-438/+0
* progs/glsl: use ShadersSupported()Brian Paul2009-11-171-5/+2
* progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul2009-08-121-4/+4
* demos: rename InitUniforms() to SetUniformValues()Brian Paul2009-08-121-1/+2
* progs/glsl: finish conversion to GLEWBrian Paul2009-07-171-6/+3
* progs/glsl: compile with scons and glewKeith Whitwell2009-06-291-0/+2
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+3
|\
| * mesa: call glutDestroyWindow() on exit to help find mem leaksBrian Paul2008-05-161-1/+3
* | remove .txt suffix from shader source filesBrian Paul2008-08-161-4/+4
* | Replace duplicated code with new shaderutil.c functionsBrian2008-04-091-143/+12
|/
* shading language texture demo/testBrian2007-02-031-0/+570