summaryrefslogtreecommitdiff
path: root/src/glsl/ast_type.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+2
2011-01-17glsl: Add support for default precision statementsChad Versace1-1/+2
2011-01-17glsl: Change default value of ast_type_specifier::precisionChad Versace1-1/+1
2011-01-17glsl: Check that interpolation qualifiers do not precede 'varying'Chad Versace1-0/+7
2011-01-17glsl: Add method ast_type_qualifier::interpolation_string()Chad Versace1-0/+13
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick1-5/+1
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius1-1/+1
2010-06-29glsl2: Add a method for querying if an AST type has any qualifiers.Kenneth Graunke1-0/+10
2010-06-24glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt1-0/+2
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+110