summaryrefslogtreecommitdiff
path: root/src/glsl/ast.h
AgeCommit message (Expand)Author
2010-12-29mesa: fix compiling issues with gcc 4.4.xandroid-x86-2.2Chih-Wei Huang
2010-12-06glsl: Factor out code which emits a new function into the IR stream.Kenneth Graunke
2010-10-08glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick
2010-09-20glsl: Add doxygen commentsIan Romanick
2010-08-13glsl2: Remove unnecessary use of 'struct' before type namesIan Romanick
2010-08-02glsl2: Use talloc_zero_size instead of talloc_size to allocate ast_node objects.Carl Worth
2010-08-02glsl2: Also initialize the identifier field of parameter_declarator.Eric Anholt
2010-08-02glsl2: initialize is_array and array_size of ast_parameter_declaratorAras Pranckevicius
2010-07-28glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick
2010-06-29glsl2: Add a method for querying if an AST type has any qualifiers.Kenneth Graunke
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt