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: 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
*
glsl: Support unsigned integer constants in layout qualifiers.
Kenneth Graunke
2012-11-26
1
-1
/
+6
*
glsl: add ARB_texture_cube_map_array support (v2)
Dave Airlie
2012-11-09
1
-3
/
+9
*
glsl: Refuse to parse uniform block declarations when UBOs aren't available.
Eric Anholt
2012-08-07
1
-0
/
+20
*
glsl: Add support for default layout qualifiers for uniforms.
Eric Anholt
2012-07-31
1
-38
/
+20
*
glsl: Merge UBO layout qualifiers in a qualifier list.
Eric Anholt
2012-07-31
1
-1
/
+23
*
glsl: Incorporate all UBO language changes into GLSL 1.40.
Eric Anholt
2012-07-31
1
-0
/
+4
*
glsl: Refactor #version validation to be more future-proof.
Kenneth Graunke
2012-07-31
1
-8
/
+15
*
glsl: Fix #pragma invariant(all) language version check.
Kenneth Graunke
2012-07-31
1
-1
/
+1
*
glsl: warning: pragma `invariant(all)' not supported in GLSL ES 1.00
Oliver McFadden
2012-07-26
1
-1
/
+1
*
glsl: Turn UBO variable declarations into ir_variables and check qualifiers.
Eric Anholt
2012-07-20
1
-0
/
+2
*
glsl: Add parsing for GLSL uniform blocks.
Eric Anholt
2012-07-09
1
-0
/
+122
*
glsl: Don't hide the type of struct_declaration_list.
Eric Anholt
2012-07-09
1
-3
/
+3
*
glsl: Reduce a bit of extra code in the merging of layout qualifiers.
Eric Anholt
2012-07-09
1
-7
/
+2
*
glsl: Take advantage of the layout qualifier flags union to clean up parsing.
Eric Anholt
2012-07-09
1
-21
/
+7
*
glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40.
Eric Anholt
2012-04-16
1
-2
/
+8
*
glsl: add support for ARB_blend_func_extended (v3)
Dave Airlie
2012-04-13
1
-0
/
+20
*
glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.
Eric Anholt
2012-04-09
1
-0
/
+1
[prev]
[next]