glsl: Add an ir_variable::reinit_interface_type() function.
[mesa.git] / src / glsl / glsl_parser.yy
2013-10-09 Paul Berryglsl: Add parser support for unsized arrays in interfac...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_uniform_buffer_objects(...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_explicit_attrib_location...
2013-09-04 Ian Romanickglsl: Reallow precision qualifiers on structure members
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-09 Paul Berryglsl: Enable ARB_fragment_coord_conventions functionali...
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-31 Kenneth Graunkeglsl: Switch from the deprecated YYLEX_PARAM to %lex...
2013-07-31 Kenneth Graunkeglsl: Change the lexer's namespace.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-18 Kenneth Graunkeglsl: Parse the "binding" keyword and store it in ast_t...
2013-07-18 Kenneth Graunkeglsl: Relax auxiliary storage ordering requirements...
2013-07-18 Kenneth Graunkeglsl: Handle centroid qualifier ordering in C code...
2013-07-18 Kenneth Graunkeglsl: Allow precision qualifiers to be flexibly ordered...
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: Disable ordering checks for const parameters...
2013-07-18 Kenneth Graunkeglsl: Handle "const" as a parameter qualifier.
2013-07-18 Kenneth Graunkeglsl: Refactor parameter qualifier handling.
2013-07-18 Kenneth Graunkeglsl: Use merge_qualifier() when processing qualifier...
2013-07-18 Kenneth Graunkeglsl: Allow duplicate layout qualifiers with 420pack.
2013-07-18 Kenneth Graunkeglsl: Disable ordering checks on most qualifiers for...
2013-07-18 Kenneth Graunkeglsl: Handle most qualifier ordering in C code rather...
2013-07-16 Kenneth Graunkeglsl: Fix absurd whitespace conventions in the parser.
2013-07-16 Kenneth Graunkeglsl: Fail the build if the grammar contains shift...
2013-07-16 Kenneth Graunkeglsl: Silence the last shift/reduce conflict warning...
2013-07-12 Matt Turnerglsl: Add support for C-style initializers.
2013-07-11 Matt Turnerglsl: Add comment explaining "row_major" parsing.
2013-07-11 Matt Turnerglsl: Remove outdated FINISHME comment.
2013-06-10 Kenneth Graunkeglsl: Bail on parsing if the #version directive is...
2013-05-23 Jordan Justenglsl parser: allow in & out for interface block members
2013-05-23 Jordan Justenglsl parser: handle interface block member qualifier
2013-05-23 Jordan Justenglsl parser: on desktop GL require GLSL 150 for instanc...
2013-05-23 Jordan Justenglsl parser: reject VS+in & FS+out interface blocks
2013-05-23 Jordan Justenglsl: parse in/out types for interface blocks
2013-05-23 Jordan Justenglsl parser: rename uniform block to interface block
2013-05-23 Jordan Justenglsl: rename ast_uniform_block to ast_interface_block
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-01-25 Ian Romanickglsl: Parse interface array size
2013-01-25 Kenneth Graunkeglsl: Parse non-array uniform block instance names...
2013-01-25 Kenneth Graunkeglsl: Refactor uniform block parser rules.
2013-01-08 Ian Romanickglsl: Don't add structure fields to the symbol table
2012-12-06 Kenneth Graunkeglsl: Add missing semicolon in the grammar
2012-12-06 Ian Romanickglsl: Allow layout qualifiers in GLSL 3.00 ES
2012-12-06 Paul Berryglsl/parser: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/parser: Extract version directive processing into...
2012-12-06 Paul Berryglsl: parse GLSL ES 3.00 keywords correctly.
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::check_ver...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::is_versio...
2012-12-06 Paul Berryglsl: Compute version_string on the fly.
2012-12-06 Paul Berryglsl: Make a function to express a GLSL version ir...
2012-11-27 Kenneth Graunkeglsl: Support unsigned integer constants in layout...
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-08-07 Eric Anholtglsl: Refuse to parse uniform block declarations when...
2012-07-31 Eric Anholtglsl: Add support for default layout qualifiers for...
2012-07-31 Eric Anholtglsl: Merge UBO layout qualifiers in a qualifier list.
2012-07-31 Eric Anholtglsl: Incorporate all UBO language changes into GLSL...
2012-07-31 Kenneth Graunkeglsl: Refactor #version validation to be more future...
2012-07-31 Kenneth Graunkeglsl: Fix #pragma invariant(all) language version check.
2012-07-26 Oliver McFaddenglsl: warning: pragma `invariant(all)' not supported...
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-07-09 Eric Anholtglsl: Reduce a bit of extra code in the merging of...
2012-07-09 Eric Anholtglsl: Take advantage of the layout qualifier flags...
2012-04-16 Eric Anholtglsl: Mark [iu]sampler{Buffer,2DRect}as reserved in...
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-09 Eric Anholtglsl: Add support for parsing [iu]samplerBuffer types...
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-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-02-03 Eric Anholtglsl: Add other missing error location information...
2012-02-03 Eric Anholtglsl: Add missing location info to case labels.
2012-01-05 Matt Turnerglsl: rename VERSION to VERSION_TOK for automake
2011-12-14 Kenneth Graunkeglsl: Fix crashes caused by Bison error messages involv...
2011-11-22 Marek Olšákglsl: finish up ARB_conservative_depth (v2)
2011-11-14 José Fonsecaglsl: Add missing ';' in action statement.
2011-11-08 Dan McCabeglsl: Reference data structure ctors in grammar
2011-11-08 Dan McCabeglsl: Add productions to GLSL grammar for switch statement
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-05 Chia-I Wuglsl: empty declarations should be valid
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth Graunkeglsl: Rename .lpp to .ll and .ypp to .yy.