gtest: Update to 1.7.0.
[mesa.git] / src / glsl / glsl_parser.yy
2014-03-28 Chia-I Wuglsl: remove {add,get}_type_ast from glsl_symbol_table
2014-03-08 Sir Anthonyglsl: Change locations from yylloc to appropriate token...
2014-02-20 Jordan Justenglsl: parse invocations layout qualifier for ARB_gpu_sh...
2014-02-20 Jordan Justenglsl: convert GS input primitive to use ast_type_qualifier
2014-02-12 Brian Paulglsl: rename _restrict to restrict_flag
2014-02-12 Francisco Jerezglsl/parser: Handle image built-in types.
2014-02-12 Francisco Jerezglsl/parser: Handle image memory qualifiers.
2014-02-12 Francisco Jerezglsl/parser: Handle the early_fragment_tests input...
2014-02-12 Francisco Jerezglsl/lexer: Add new tokens for ARB_shader_image_load_store.
2014-02-12 Francisco Jerezglsl/ast: Keep track of type qualifiers defined by...
2014-02-07 Kenneth Graunkeglsl: Don't lose precision qualifiers when encountering...
2014-02-05 Paul Berryglsl/cs: Handle compute shader local_size_{x,y,z} decla...
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...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-12-17 Paul Berryglsl: Replace _mesa_glsl_parser_targets enum with gl_sh...
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-30 Ian Romanickglsl: Move layout(location) checks to AST-to-HIR conversion
2013-10-29 Paul Berryglsl: Generalize MSVC fix for strcasecmp().
2013-10-23 Paul Berryglsl/gs: Prevent illegal input/output primitive types.
2013-10-18 Paul Berryglsl: Fix MSVC build (missing strcasecmp())
2013-10-17 Paul Berryglsl: Treat layout-qualifier-id's as case-insensitive...
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
next