index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glsl_parser.yy
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Reallow precision qualifiers on structure members
Ian Romanick
2013-09-04
1
-3
/
+7
*
glsl: Remove ubo_qualifiers_allowed variable.
Matt Turner
2013-08-21
1
-1
/
+0
*
glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.
Matt Turner
2013-08-21
1
-1
/
+1
*
glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.
Paul Berry
2013-08-09
1
-1
/
+2
*
glsl: Allow geometry shader input instance arrays to be unsized.
Paul Berry
2013-08-01
1
-7
/
+4
*
glsl: Parse the GLSL 1.50 GS layout qualifiers.
Eric Anholt
2013-08-01
1
-1
/
+75
*
glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
2013-07-31
1
-5
/
+3
*
glsl: Change the lexer's namespace.
Kenneth Graunke
2013-07-31
1
-0
/
+6
*
glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.
Paul Berry
2013-07-27
1
-46
/
+46
*
glsl: Parse the "binding" keyword and store it in ast_type_qualifier.
Kenneth Graunke
2013-07-18
1
-0
/
+6
*
glsl: Relax auxiliary storage ordering requirements with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+2
*
glsl: Handle centroid qualifier ordering in C code, not the parser.
Kenneth Graunke
2013-07-18
1
-20
/
+30
*
glsl: Allow precision qualifiers to be flexibly ordered with 420pack.
Kenneth Graunke
2013-07-18
1
-2
/
+2
*
glsl: Move precision handling to be part of qualifier handling.
Kenneth Graunke
2013-07-18
1
-15
/
+28
*
glsl: Change is_precision_statement to default_precision != none.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Disable ordering checks for const parameters with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Handle "const" as a parameter qualifier.
Kenneth Graunke
2013-07-18
1
-29
/
+14
*
glsl: Refactor parameter qualifier handling.
Kenneth Graunke
2013-07-18
1
-1
/
+12
*
glsl: Use merge_qualifier() when processing qualifier lists.
Kenneth Graunke
2013-07-18
1
-3
/
+3
*
glsl: Allow duplicate layout qualifiers with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Disable ordering checks on most qualifiers for 420pack.
Kenneth Graunke
2013-07-18
1
-2
/
+3
*
glsl: Handle most qualifier ordering in C code rather than the grammar.
Kenneth Graunke
2013-07-18
1
-18
/
+92
*
glsl: Fix absurd whitespace conventions in the parser.
Kenneth Graunke
2013-07-16
1
-1696
/
+1691
*
glsl: Fail the build if the grammar contains shift/reduce errors.
Kenneth Graunke
2013-07-16
1
-0
/
+2
*
glsl: Silence the last shift/reduce conflict warning in the grammar.
Kenneth Graunke
2013-07-16
1
-1
/
+3
*
glsl: Add support for C-style initializers.
Matt Turner
2013-07-11
1
-0
/
+51
*
glsl: Add comment explaining "row_major" parsing.
Matt Turner
2013-07-11
1
-0
/
+6
*
glsl: Remove outdated FINISHME comment.
Matt Turner
2013-07-11
1
-3
/
+0
*
glsl: Bail on parsing if the #version directive is bogus.
Kenneth Graunke
2013-06-10
1
-0
/
+6
*
glsl parser: allow in & out for interface block members
Jordan Justen
2013-05-23
1
-25
/
+12
*
glsl parser: handle interface block member qualifier
Jordan Justen
2013-05-23
1
-1
/
+43
*
glsl parser: on desktop GL require GLSL 150 for instance names
Jordan Justen
2013-05-23
1
-5
/
+3
*
glsl parser: reject VS+in & FS+out interface blocks
Jordan Justen
2013-05-23
1
-0
/
+14
*
glsl: parse in/out types for interface blocks
Jordan Justen
2013-05-23
1
-11
/
+40
*
glsl parser: rename uniform block to interface block
Jordan Justen
2013-05-23
1
-12
/
+12
*
glsl: rename ast_uniform_block to ast_interface_block
Jordan Justen
2013-05-23
1
-7
/
+7
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-2
/
+9
*
glsl: Parse interface array size
Ian Romanick
2013-01-25
1
-12
/
+43
*
glsl: Parse non-array uniform block instance names in GLSL ES 3.00.
Kenneth Graunke
2013-01-25
1
-2
/
+18
*
glsl: Refactor uniform block parser rules.
Kenneth Graunke
2013-01-25
1
-21
/
+16
*
glsl: Don't add structure fields to the symbol table
Ian Romanick
2013-01-08
1
-1
/
+0
*
glsl: Add missing semicolon in the grammar
Kenneth Graunke
2012-12-06
1
-0
/
+1
*
glsl: Allow layout qualifiers in GLSL 3.00 ES
Ian Romanick
2012-12-06
1
-0
/
+2
*
glsl/parser: Handle "#version 300 es" directive.
Paul Berry
2012-12-06
1
-1
/
+5
*
glsl/parser: Extract version directive processing into a function.
Paul Berry
2012-12-06
1
-42
/
+1
*
glsl: parse GLSL ES 3.00 keywords correctly.
Paul Berry
2012-12-06
1
-0
/
+3
*
glsl: Make use of new _mesa_glsl_parse_state::check_version() function.
Paul Berry
2012-12-06
1
-18
/
+3
*
glsl: Make use of new _mesa_glsl_parse_state::is_version() function.
Paul Berry
2012-12-06
1
-2
/
+3
*
glsl: Compute version_string on the fly.
Paul Berry
2012-12-06
1
-8
/
+5
*
glsl: Make a function to express a GLSL version ir human-readable form.
Paul Berry
2012-12-06
1
-4
/
+2
[next]