summaryrefslogtreecommitdiff
path: root/src/mesa/slang/slang_mem.h
AgeCommit message (Collapse)Author
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt
2010-08-15glsl: Clean up header file inclusion in slang_mem.h.Vinson Lee
slang_mem.h Remove imports.h. Include glheader.h for GL symbols. slang_label.c Include imports.h now that slang_mem.c does not include it.
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul
Reduce the source tree depth a bit.