summaryrefslogtreecommitdiffstats
path: root/src/mesa/slang/slang_label.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-44/+0
|
* glsl: Clean up header file inclusion in slang_label.h.Vinson Lee2010-08-151-3/+2
| | | | | | Move mtypes.h and prog_instruction.h to slang_label.c. Remove imports.h. Include glheader.h from GL symbols.
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
|
* mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-101-0/+45
Reduce the source tree depth a bit.