glsl: Turn UBO variable declarations into ir_variables and check qualifiers.
[mesa.git] / src / glsl / ast.h
2012-07-20 Eric Anholtglsl: Turn UBO variable declarations into ir_variables...
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-07-09 Eric Anholtglsl: Don't hide the type of struct_declaration_list.
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-09 Eric Anholtglsl: Drop the round-trip through ast_type_specifier...
2012-04-09 Kenneth Graunkeglsl: Use (const char *) in AST nodes rather than plain...
2012-01-06 Ian Romanickglsl: Track descriptions of some expressions that can...
2011-11-08 Dan McCabeglsl: Create AST structs corresponding to new productio...
2011-11-08 Dan McCabeglsl: Create AST data structures for switch statement...
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-09-09 Ian Romanickglsl: Silence "ast_to_hir.cpp:1984:25: warning: compari...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-08 Paul Berryglsl: Emit function signatures at toplevel, even for...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Chad Versaceglsl: Comment ast_type_qualifier.flags
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-06 Kenneth Graunkeglsl: Factor out code which emits a new function into...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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...