summaryrefslogtreecommitdiff
path: root/src/glsl/ast.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-07glsl: Create AST structs corresponding to new productions in grammarDan McCabe1-0/+59
2011-11-07glsl: Create AST data structures for switch statement and case labelDan McCabe1-4/+20
2011-11-03glsl: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+1
2011-09-09glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres...Ian Romanick1-1/+1
2011-08-08glsl: Emit function signatures at toplevel, even for built-ins.Paul Berry1-2/+1
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-5/+5
2011-01-26glsl: Add depth layout qualifiers to ast_type_qualifierChad Versace1-0/+8
2011-01-21glsl: Remove unused class ast_declaration_statmentChad Versace1-19/+0
2011-01-17glsl: Add support for default precision statementsChad Versace1-2/+6
2011-01-17glsl: Change default value of ast_type_specifier::precisionChad Versace1-3/+4
2011-01-17glsl: Check that interpolation qualifiers do not precede 'varying'Chad Versace1-0/+5
2011-01-17glsl: Add method ast_type_qualifier::interpolation_string()Chad Versace1-0/+12
2011-01-04glsl: Comment ast_type_qualifier.flagsChad Versace1-1/+5
2010-12-06glsl: Factor out code which emits a new function into the IR stream.Kenneth Graunke1-0/+4
2010-10-08glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick1-0/+14
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick1-17/+22
2010-09-20glsl: Add doxygen commentsIan Romanick1-4/+38
2010-08-13glsl2: Remove unnecessary use of 'struct' before type namesIan Romanick1-3/+2
2010-08-02glsl2: Use talloc_zero_size instead of talloc_size to allocate ast_node objects.Carl Worth1-1/+1
2010-08-02glsl2: Also initialize the identifier field of parameter_declarator.Eric Anholt1-0/+1
2010-08-02glsl2: initialize is_array and array_size of ast_parameter_declaratorAras Pranckevicius1-0/+6
2010-07-28glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick1-0/+6
2010-06-29glsl2: Add a method for querying if an AST type has any qualifiers.Kenneth Graunke1-0/+1
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+651