summaryrefslogtreecommitdiffstats
path: root/progs/glsl/noise.c
Commit message (Expand)AuthorAgeFilesLines
* progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee2009-11-181-1/+1
* demos/glsl: Add missing break statement to noise test.Vinson Lee2009-11-111-0/+1
* demos/glsl: remove glutInitWindowPosition() callsBrian Paul2009-08-171-1/+0
* progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul2009-08-121-2/+2
* demos: rename InitUniforms() to SetUniformValues()Brian Paul2009-08-121-1/+2
* progs/glsl: finish conversion to GLEWBrian Paul2009-07-171-13/+8
* progs/glsl: compile with scons and glewKeith Whitwell2009-06-291-0/+2
* Ensure p.w is initialised in noise demo.Gary Wong2008-12-131-0/+1
* Replace duplicated code with new shaderutil.c functionsBrian2008-04-091-91/+11
* replace 'brick' with correct program name in printfsBrian2007-10-101-1/+1
* output texcoord in vertex programBrian2007-02-251-0/+1
* simple noise testBrian2007-01-281-0/+296