summaryrefslogtreecommitdiffstats
path: root/src/mesa/slang/slang_codegen.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-78/+0
|
* glsl: Include missing header in slang_codegen.h.Vinson Lee2010-08-151-0/+1
| | | | Include slang_vartable.h for slang_var_table symbol.
* glsl: Clean up header file inclusion in slang_codegen.h.Vinson Lee2010-08-141-1/+5
| | | | | | | | Remove mtypes.h. Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable symbol. Include slang_typeinfo.h for slang_type_specifier symbol. Include slang_utility.h for slang_atom_pool symbol.
* mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-101-0/+73
Reduce the source tree depth a bit.