summaryrefslogtreecommitdiff
path: root/progs/glsl/noise.c
AgeCommit message (Expand)Author
2009-08-17demos/glsl: remove glutInitWindowPosition() callsBrian Paul
2009-08-12progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul
2009-08-12demos: rename InitUniforms() to SetUniformValues()Brian Paul
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell
2008-12-13Ensure p.w is initialised in noise demo.Gary Wong
2008-04-09Replace duplicated code with new shaderutil.c functionsBrian
2007-10-10replace 'brick' with correct program name in printfsBrian
2007-02-25output texcoord in vertex programBrian
2007-01-28simple noise testBrian