summaryrefslogtreecommitdiff
path: root/progs/demos/glslnoise.c
AgeCommit message (Collapse)Author
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul
2009-02-24demos: add some fflushes for windowsKeith Whitwell
2008-02-15chmod a-x **/glslnoise.cAdam Jackson
2006-07-29Optimize shaders.Michal Krol
Use frame counter.
2006-03-29fix GETPROCADDRESS usage, remove carriage return chars (bug 6430)Brian Paul
2006-02-21More GLSL code:Michal Krol
- uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos); - fix bugs and optimize array size handling; - 2D texture sampling (needs Enable(TEXTURE_2D) to work); - decrease built-in library assembly size by 30%.
2006-02-18More GLSL code.Michal Krol
- general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff.