Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remnants of the old glsl compiler. | Eric Anholt | 2010-08-20 | 1 | -78/+0 |
| | |||||
* | glsl: Include missing header in slang_codegen.h. | Vinson Lee | 2010-08-15 | 1 | -0/+1 |
| | | | | Include slang_vartable.h for slang_var_table symbol. | ||||
* | glsl: Clean up header file inclusion in slang_codegen.h. | Vinson Lee | 2010-08-14 | 1 | -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 Paul | 2010-06-10 | 1 | -0/+73 |
Reduce the source tree depth a bit. |