glsl: Refactor AST-to-HIR code handling variable redeclarations
[mesa.git] / src / glsl / ast.h
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-27 Chad Versaceglsl: Add depth layout qualifiers to ast_type_qualifier
2011-01-21 Chad Versaceglsl: Remove unused class ast_declaration_statment
2011-01-17 Chad Versaceglsl: Add support for default precision statements
2011-01-17 Chad Versaceglsl: Change default value of ast_type_specifier::precision
2011-01-17 Chad Versaceglsl: Check that interpolation qualifiers do not preced...
2011-01-17 Chad Versaceglsl: Add method ast_type_qualifier::interpolation_string()
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-04 Chad Versaceglsl: Comment ast_type_qualifier.flags
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-06 Kenneth Graunkeglsl: Factor out code which emits a new function into...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-08 Ian Romanickglsl: Add parser support for GL_ARB_explicit_attrib_loc...
2010-10-08 Ian Romanickglsl: Wrap ast_type_qualifier contents in a struct...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Ian Romanickglsl: Add doxygen comments
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Remove unnecessary use of 'struct' before type...
2010-08-03 Carl Worthglsl2: Use talloc_zero_size instead of talloc_size...
2010-08-02 Eric Anholtglsl2: Also initialize the identifier field of paramete...
2010-08-02 Aras Pranckeviciusglsl2: initialize is_array and array_size of ast_parame...
2010-07-28 Ian Romanickglsl2: Parser support for GL_ARB_fragment_coord_conventions
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-29 Kenneth Graunkeglsl2: Add a method for querying if an AST type has...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...