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: Parse the allowed image format qualifiers in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-41
/
+50
*
glsl: Fix up GL_ARB_compute_shader for GLSL ES 3.1
Marta Lofstedt
2015-08-19
1
-3
/
+2
*
glsl: enable conservative depth, ssbo based on GLSL version
Ilia Mirkin
2015-07-27
1
-2
/
+3
*
glsl: recognize ARB_shading_language_420pack to be enabled with 4.20+
Ilia Mirkin
2015-07-24
1
-9
/
+9
*
glsl: add ast/parser support for subroutine parsing storage (v3.2)
Dave Airlie
2015-07-23
1
-61
/
+53
*
glsl: add the patch in/out qualifier (v2)
Fabian Bieler
2015-07-23
1
-1
/
+5
*
glsl: add tessellation shader parsing support (v2)
Fabian Bieler
2015-07-23
1
-6
/
+116
*
glsl: enable binding layout qualifier usage for shader storage buffer objects
Samuel Iglesias Gonsalvez
2015-07-14
1
-1
/
+2
*
glsl: Implement parser support for 'buffer' qualifier
Kristian Høgsberg
2015-07-14
1
-4
/
+26
*
glsl: Add glsl_parser_state::has_atomic_counters helper
Ian Romanick
2015-05-04
1
-2
/
+2
*
glsl: Error out on invalid uses of the early_fragment_tests layout qualifier.
Francisco Jerez
2015-05-04
1
-0
/
+15
*
glsl: Split off memory qualifiers from storage qualifiers.
Francisco Jerez
2015-05-04
1
-1
/
+16
*
glsl: Disable MSVC switch warning on a per-file basis.
Jose Fonseca
2015-03-22
1
-0
/
+4
*
glsl: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-2
/
+2
*
glsl: don't allow invariant qualifiers for interface blocks
Samuel Iglesias Gonsalvez
2015-02-20
1
-0
/
+22
*
glsl/parser: Support double floats
Dave Airlie
2015-02-19
1
-4
/
+29
*
glsl: invariant qualifier is not valid for shader inputs in GLSL ES 3.00
Samuel Iglesias Gonsalvez
2014-12-09
1
-0
/
+11
*
glsl: throw error when using invariant(all) in a fragment shader
Tapani Pälli
2014-12-03
1
-1
/
+12
*
glsl: Add strings.h on non-MSC platforms
Alexander von Gluck IV
2014-08-27
1
-0
/
+3
*
glsl: Remove bogus "OUPTUT" token
Chris Forbes
2014-08-26
1
-1
/
+1
*
glsl: add a mechanism to allow #extension directives in the middle of shaders
Marek Olšák
2014-07-18
1
-0
/
+8
*
glsl: Add parsing support for multi-stream output in geometry shaders.
Samuel Iglesias Gonsalvez
2014-06-30
1
-0
/
+53
*
glsl: Relax combinations of layout qualifiers with other qualifiers.
Chris Forbes
2014-06-26
1
-28
/
+8
*
glsl: Fix typo in comment.
Chris Forbes
2014-06-12
1
-1
/
+1
*
glsl: Allow `precise` as a parameter qualifier
Chris Forbes
2014-06-04
1
-2
/
+10
*
glsl: Add support for `precise` redeclarations
Chris Forbes
2014-06-04
1
-0
/
+12
*
glsl: add support for `precise` in type_qualifier
Chris Forbes
2014-06-04
1
-8
/
+31
*
glsl: remove outdated comment, move sample to correct block
Chris Forbes
2014-06-04
1
-3
/
+3
*
glsl: fix bogus layout qualifier warnings
Tapani Pälli
2014-05-06
1
-4
/
+7
*
glsl: make static constant variables "static const"
Chia-I Wu
2014-05-02
1
-2
/
+2
*
glsl: remove {add,get}_type_ast from glsl_symbol_table
Chia-I Wu
2014-03-28
1
-1
/
+0
*
glsl: Change locations from yylloc to appropriate tokens positions.
Sir Anthony
2014-03-08
1
-101
/
+114
*
glsl: parse invocations layout qualifier for ARB_gpu_shader5
Jordan Justen
2014-02-20
1
-0
/
+23
*
glsl: convert GS input primitive to use ast_type_qualifier
Jordan Justen
2014-02-20
1
-55
/
+2
*
glsl: rename _restrict to restrict_flag
Brian Paul
2014-02-12
1
-1
/
+1
*
glsl/parser: Handle image built-in types.
Francisco Jerez
2014-02-12
1
-0
/
+33
*
glsl/parser: Handle image memory qualifiers.
Francisco Jerez
2014-02-12
1
-0
/
+83
*
glsl/parser: Handle the early_fragment_tests input layout qualifier.
Francisco Jerez
2014-02-12
1
-1
/
+17
*
glsl/lexer: Add new tokens for ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
1
-9
/
+11
*
glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
1
-2
/
+2
*
glsl: Don't lose precision qualifiers when encountering "centroid".
Kenneth Graunke
2014-02-07
1
-1
/
+1
*
glsl/cs: Handle compute shader local_size_{x,y,z} declaration.
Paul Berry
2014-02-05
1
-21
/
+73
*
glsl: remove remaining is_array variables
Timothy Arceri
2014-01-23
1
-15
/
+15
*
glsl: Add ARB_arrays_of_arrays support to yacc definition and ast
Timothy Arceri
2014-01-23
1
-72
/
+56
*
glsl: Simplify aggregate type inference to prepare for ARB_arrays_of_arrays.
Paul Berry
2014-01-22
1
-27
/
+0
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-4
/
+4
*
glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Paul Berry
2013-12-17
1
-4
/
+4
*
glsl: Add frontend support for `sample` auxiliary storage qualifier
Chris Forbes
2013-12-07
1
-2
/
+7
*
glsl: Implement parser support for atomic counters.
Francisco Jerez
2013-11-07
1
-2
/
+11
*
glsl: Move layout(location) checks to AST-to-HIR conversion
Ian Romanick
2013-10-30
1
-19
/
+15
[next]