summaryrefslogtreecommitdiffstats
path: root/src/mesa/slang/slang_compile.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-103/+0
|
* glsl: Clean up header file inclusion in slang_compile.h.Vinson Lee2010-08-141-5/+6
| | | | | | | | Remove imports.h. Remove slang_typeinfo.h. Remove slang_compile_operation.h. Include glheader.h for GL symbols. Include slang_utility.h for slang_atom_pool symbol.
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-1/+3
| | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left.
* mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-101-0/+100
Reduce the source tree depth a bit.