summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_library_noise.h
AgeCommit message (Collapse)Author
2008-12-15mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul
The noise functions were not glsl-specific. Also, ran indent on the code to clean it up.
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-02-18More GLSL code.Michal Krol
- general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff.