index
:
~jonny/mesa
device-base
device-hash
egl-transparency
extant-wl-drm
master
Unnamed repository; edit this file 'description' to name the repository.
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glsl_parser.yy
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-04
glsl: Add glsl_parser_state::has_atomic_counters helper
Ian Romanick
1
-2
/
+2
2015-05-04
glsl: Error out on invalid uses of the early_fragment_tests layout qualifier.
Francisco Jerez
1
-0
/
+15
2015-05-04
glsl: Split off memory qualifiers from storage qualifiers.
Francisco Jerez
1
-1
/
+16
2015-03-22
glsl: Disable MSVC switch warning on a per-file basis.
Jose Fonseca
1
-0
/
+4
2015-03-02
glsl: replace Elements() with ARRAY_SIZE()
Brian Paul
1
-2
/
+2
2015-02-20
glsl: don't allow invariant qualifiers for interface blocks
Samuel Iglesias Gonsalvez
1
-0
/
+22
2015-02-19
glsl/parser: Support double floats
Dave Airlie
1
-4
/
+29
2014-12-09
glsl: invariant qualifier is not valid for shader inputs in GLSL ES 3.00
Samuel Iglesias Gonsalvez
1
-0
/
+11
2014-12-03
glsl: throw error when using invariant(all) in a fragment shader
Tapani Pälli
1
-1
/
+12
2014-08-27
glsl: Add strings.h on non-MSC platforms
Alexander von Gluck IV
1
-0
/
+3
2014-08-26
glsl: Remove bogus "OUPTUT" token
Chris Forbes
1
-1
/
+1
2014-07-18
glsl: add a mechanism to allow #extension directives in the middle of shaders
Marek Olšák
1
-0
/
+8
2014-06-30
glsl: Add parsing support for multi-stream output in geometry shaders.
Samuel Iglesias Gonsalvez
1
-0
/
+53
2014-06-26
glsl: Relax combinations of layout qualifiers with other qualifiers.
Chris Forbes
1
-28
/
+8
2014-06-12
glsl: Fix typo in comment.
Chris Forbes
1
-1
/
+1
2014-06-04
glsl: Allow `precise` as a parameter qualifier
Chris Forbes
1
-2
/
+10
2014-06-04
glsl: Add support for `precise` redeclarations
Chris Forbes
1
-0
/
+12
2014-06-04
glsl: add support for `precise` in type_qualifier
Chris Forbes
1
-8
/
+31
2014-06-04
glsl: remove outdated comment, move sample to correct block
Chris Forbes
1
-3
/
+3
2014-05-06
glsl: fix bogus layout qualifier warnings
Tapani Pälli
1
-4
/
+7
2014-05-02
glsl: make static constant variables "static const"
Chia-I Wu
1
-2
/
+2
2014-03-28
glsl: remove {add,get}_type_ast from glsl_symbol_table
Chia-I Wu
1
-1
/
+0
2014-03-08
glsl: Change locations from yylloc to appropriate tokens positions.
Sir Anthony
1
-101
/
+114
2014-02-20
glsl: parse invocations layout qualifier for ARB_gpu_shader5
Jordan Justen
1
-0
/
+23
2014-02-20
glsl: convert GS input primitive to use ast_type_qualifier
Jordan Justen
1
-55
/
+2
2014-02-12
glsl: rename _restrict to restrict_flag
Brian Paul
1
-1
/
+1
2014-02-12
glsl/parser: Handle image built-in types.
Francisco Jerez
1
-0
/
+33
2014-02-12
glsl/parser: Handle image memory qualifiers.
Francisco Jerez
1
-0
/
+83
2014-02-12
glsl/parser: Handle the early_fragment_tests input layout qualifier.
Francisco Jerez
1
-1
/
+17
2014-02-12
glsl/lexer: Add new tokens for ARB_shader_image_load_store.
Francisco Jerez
1
-9
/
+11
2014-02-12
glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.
Francisco Jerez
1
-2
/
+2
2014-02-07
glsl: Don't lose precision qualifiers when encountering "centroid".
Kenneth Graunke
1
-1
/
+1
2014-02-05
glsl/cs: Handle compute shader local_size_{x,y,z} declaration.
Paul Berry
1
-21
/
+73
2014-01-23
glsl: remove remaining is_array variables
Timothy Arceri
1
-15
/
+15
2014-01-23
glsl: Add ARB_arrays_of_arrays support to yacc definition and ast
Timothy Arceri
1
-72
/
+56
2014-01-22
glsl: Simplify aggregate type inference to prepare for ARB_arrays_of_arrays.
Paul Berry
1
-27
/
+0
2014-01-08
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
1
-4
/
+4
2013-12-17
glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Paul Berry
1
-4
/
+4
2013-12-07
glsl: Add frontend support for `sample` auxiliary storage qualifier
Chris Forbes
1
-2
/
+7
2013-11-07
glsl: Implement parser support for atomic counters.
Francisco Jerez
1
-2
/
+11
2013-10-30
glsl: Move layout(location) checks to AST-to-HIR conversion
Ian Romanick
1
-19
/
+15
2013-10-29
glsl: Generalize MSVC fix for strcasecmp().
Paul Berry
1
-7
/
+1
2013-10-23
glsl/gs: Prevent illegal input/output primitive types.
Paul Berry
1
-3
/
+32
2013-10-17
glsl: Fix MSVC build (missing strcasecmp())
Paul Berry
1
-1
/
+7
2013-10-17
glsl: Treat layout-qualifier-id's as case-insensitive in desktop GLSL.
Paul Berry
1
-15
/
+59
2013-10-09
glsl: Add parser support for unsized arrays in interface blocks.
Paul Berry
1
-0
/
+6
2013-09-26
glsl: Create and use a has_uniform_buffer_objects() helper.
Kenneth Graunke
1
-3
/
+3
2013-09-26
glsl: Create and use a has_explicit_attrib_location() helper.
Kenneth Graunke
1
-1
/
+1
2013-09-04
glsl: Reallow precision qualifiers on structure members
Ian Romanick
1
-3
/
+7
2013-08-21
glsl: Remove ubo_qualifiers_allowed variable.
Matt Turner
1
-1
/
+0
[next]