glsl: Make condition_to_hir() callable from outside ast_iteration_statement.
[mesa.git] / src / glsl / ast.h
2014-02-04 Paul Berryglsl: Make condition_to_hir() callable from outside...
2014-01-23 Timothy Arceriglsl: remove remaining is_array variables
2014-01-23 Timothy Arceriglsl: Add ARB_arrays_of_arrays support to yacc definiti...
2014-01-22 Paul Berryglsl: Simplify aggregate type inference to prepare...
2013-12-07 Chris Forbesglsl: Add frontend support for `sample` auxiliary stora...
2013-11-07 Francisco Jerezglsl: Implement parser support for atomic counters.
2013-10-02 Francisco Jerezglsl: Switch ast_type_qualifier to the non-zeroing...
2013-10-02 Francisco Jerezglsl: Switch ast_node to the non-zeroing allocator.
2013-09-21 Kenneth Graunkeglsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in...
2013-08-22 Matt Turnerglsl: Remove ubo_qualifiers_allowed variable.
2013-08-22 Matt Turnerglsl: Rename ubo_qualifiers_valid to ubo_qualifiers_all...
2013-08-21 Ian Romanickglsl: Track existence of default float precision in...
2013-08-02 Paul Berryglsl: Allow geometry shader input instance arrays to...
2013-08-02 Eric Anholtglsl: Parse the GLSL 1.50 GS layout qualifiers.
2013-07-18 Kenneth Graunkeglsl: Parse the "binding" keyword and store it in ast_t...
2013-07-18 Kenneth Graunkeglsl: Move precision handling to be part of qualifier...
2013-07-18 Kenneth Graunkeglsl: Change is_precision_statement to default_precisio...
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_auxiliary_stora...
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_storage() method.
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_layout() method.
2013-07-13 Vinson Leeglsl: Initialize ast_aggregate_initializer::constructor...
2013-07-12 Matt Turnerglsl: Add support for C-style initializers.
2013-07-12 Matt Turnerglsl: Add infrastructure for aggregate initializers.
2013-07-12 Matt Turnerglsl: Add an is_declaration field to ast_struct_specifier.
2013-07-12 Matt Turnerglsl: Add copy-constructor for ast_struct_specifier.
2013-07-12 Matt Turnerglsl: Add a constructor for ast_type_specifier.
2013-07-12 Matt Turnerglsl: Change type of is_array to bool.
2013-07-12 Matt Turnerglsl: Add a comment to note what an exec_list is a...
2013-05-23 Jordan Justenglsl: rename ast_uniform_block to ast_interface_block
2013-04-08 Ian Romanickglsl: Don't early-out for error-type inputs
2013-04-08 Ian Romanickglsl: Don't return a value from check_builtin_array_max...
2013-04-08 Ian Romanickglsl: Refactor handling of ast_array_index to a separat...
2013-04-08 Ian Romanickglsl: Make check_build_array_max_size externally visible
2013-02-06 Vinson Leeglsl: Initialize ast_parameter_declarator member variables.
2013-01-25 Ian Romanickglsl: Parse interface array size
2013-01-25 Kenneth Graunkeglsl: Parse non-array uniform block instance names...
2012-07-31 Eric Anholtglsl: Add support for default layout qualifiers for...
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...