summaryrefslogtreecommitdiffstats
path: root/src/mesa/slang/slang_simplify.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-57/+0
|
* glsl: Include missing headers in slang_simplify.h.Vinson Lee2010-08-141-0/+7
| | | | | | | | | Include glheader.h for GL symbols. Include slang_compile.h for slang_name_space symbol. Include slang_compile_function.h for slang_function symbol. Include slang_compile_operation.h for slang_operation symbol. Include slang_log.h for slang_info_log symbol. Include slang_utility.h for slang_atom_pool symbol.
* mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-101-0/+50
Reduce the source tree depth a bit.