summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_noise.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-638/+0
|
* mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul2008-12-151-0/+638
The noise functions were not glsl-specific. Also, ran indent on the code to clean it up.