summaryrefslogtreecommitdiff
path: root/src/glsl/ast_type.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-31glsl: Add support for default layout qualifiers for uniforms.Eric Anholt1-0/+45
2012-04-09glsl: Drop the round-trip through ast_type_specifier for many builtin types.Eric Anholt1-67/+1
2011-11-03glsl: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+1
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-3/+0
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