summaryrefslogtreecommitdiff
path: root/progs/glsl/multinoise.c
AgeCommit message (Collapse)Author
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
(cherry picked from commit 43080e40aa0d34423e10f1d50aad15289b2b9aec)
2009-08-17demos/glsl: remove glutInitWindowPosition() callsBrian Paul
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul
This is a follow-on to b799af91d5ffbee1481161fec29eb4c92b161272. Remove _func function suffix and unneeded #includes.
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell
Get most of these working with scons.
2008-12-13Fix silly type mismatch error in multinoise demo.Gary Wong
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong