index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ast_to_hir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add parser/compiler support for std430 interface packing qualifier
Samuel Iglesias Gonsalvez
2015-09-25
1
-4
/
+17
*
glsl: add support for unsized arrays in shader storage blocks
Samuel Iglesias Gonsalvez
2015-09-25
1
-12
/
+62
*
glsl: return error if unsized arrays are found in OpenGL ES
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+16
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-09-09
1
-1
/
+1
*
glsl: fix error message when validating tcs output decls
Ilia Mirkin
2015-08-21
1
-1
/
+1
*
glsl: fix binding validation for interface blocks
Timothy Arceri
2015-08-21
1
-12
/
+18
*
glsl: Allow precision qualifiers on general opaque types.
Francisco Jerez
2015-08-20
1
-4
/
+6
*
glsl: Implement GLSL ES restriction on images being either readonly or writeo...
Francisco Jerez
2015-08-20
1
-0
/
+18
*
glsl: Require that all image uniforms have a format qualifier in GLSL ES.
Francisco Jerez
2015-08-20
1
-4
/
+10
*
glsl: Add support for image binding qualifiers.
Francisco Jerez
2015-08-20
1
-1
/
+11
*
glsl: Add missing spec quote about atomic counter in structs
Timothy Arceri
2015-08-11
1
-4
/
+4
*
glsl: add ast/parser support for subroutine parsing storage (v3.2)
Dave Airlie
2015-07-23
1
-10
/
+86
*
glsl/types: add new subroutine type (v3.2)
Dave Airlie
2015-07-23
1
-0
/
+1
*
glsl: use separate varying slots for patch varyings
Marek Olšák
2015-07-23
1
-1
/
+4
*
glsl: allow redeclaration of TCS gl_out[]
Chris Forbes
2015-07-23
1
-4
/
+16
*
glsl: properly size unsized arrays in tess stages
Chris Forbes
2015-07-23
1
-2
/
+47
*
glsl: restrict indexing for writes to TCS outputs to gl_InvocationID
Chris Forbes
2015-07-23
1
-11
/
+58
*
glsl: relax unsized input/output block arrays for TCS/TES
Chris Forbes
2015-07-23
1
-7
/
+30
*
glsl: add the patch in/out qualifier (v2)
Fabian Bieler
2015-07-23
1
-0
/
+45
*
glsl: add tessellation shader parsing support (v2)
Fabian Bieler
2015-07-23
1
-33
/
+133
*
glsl: avoid compiler's segfault when processing operators with void arguments
Renaud Gaubert
2015-07-16
1
-1
/
+8
*
glsl: fix error messages in invalid declarations of shader storage blocks
Samuel Iglesias Gonsalvez
2015-07-14
1
-7
/
+8
*
glsl: buffer variables cannot be defined outside interface blocks
Samuel Iglesias Gonsalvez
2015-07-14
1
-0
/
+12
*
glsl: shader buffer variables cannot have initializers
Samuel Iglesias Gonsalvez
2015-07-14
1
-0
/
+9
*
glsl: enable binding layout qualifier usage for shader storage buffer objects
Samuel Iglesias Gonsalvez
2015-07-14
1
-5
/
+24
*
glsl: Implement parser support for 'buffer' qualifier
Kristian Høgsberg
2015-07-14
1
-4
/
+10
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-1
/
+1
*
glsl: allow precision qualifiers for AoA
Timothy Arceri
2015-07-04
1
-3
/
+1
*
glsl: binding point is a texture unit, which is a combined space
Ilia Mirkin
2015-06-23
1
-1
/
+1
*
Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10"
Timothy Arceri
2015-06-16
1
-9
/
+1
*
glsl: fix "tesselation" typo
Marek Olšák
2015-06-14
1
-1
/
+1
*
glsl: fix compile error message
Timothy Arceri
2015-06-13
1
-1
/
+1
*
glsl: enforce restriction on AoA interface blocks in GLSL ES 3.10
Timothy Arceri
2015-06-13
1
-0
/
+11
*
glsl: enforce fragment shader input restrictions in GLSL ES 3.10
Timothy Arceri
2015-06-13
1
-0
/
+45
*
glsl: enforce output variable rules for GLSL ES 3.10
Timothy Arceri
2015-06-13
1
-0
/
+49
*
glsl: remove restriction on unsized arrays in GLSL ES 3.10
Timothy Arceri
2015-06-10
1
-1
/
+9
*
glsl: remove element_type() helper
Timothy Arceri
2015-05-22
1
-5
/
+4
*
glsl: add ARB_vertex_attrib_64bit support. (v2)
Dave Airlie
2015-05-08
1
-0
/
+3
*
glsl: Error out on invalid uses of the early_fragment_tests layout qualifier.
Francisco Jerez
2015-05-04
1
-0
/
+14
*
glsl: Forbid use of image qualifiers in declarations of type other than image.
Francisco Jerez
2015-05-04
1
-2
/
+9
*
glsl: Forbid opaque variables as operands of the ternary operator.
Francisco Jerez
2015-05-04
1
-0
/
+12
*
glsl: replace while loop with without_array function
Timothy Arceri
2015-04-27
1
-3
/
+1
*
glsl: Factor out a get_mul_type() function.
Matt Turner
2015-03-31
1
-57
/
+5
*
glsl: mark uniform and input interface blocks as read only
Timothy Arceri
2015-03-28
1
-0
/
+6
*
glsl: Mark array access when copying to a temporary for the ?: operator.
Kenneth Graunke
2015-03-08
1
-0
/
+6
*
glsl: A shader cannot redefine or overload built-in functions in GLSL ES 3.00
Samuel Iglesias Gonsalvez
2015-02-19
1
-0
/
+21
*
glsl: validate output types for shader stages
Tapani Pälli
2015-02-19
1
-0
/
+45
*
glsl/ast: Support double floats
Dave Airlie
2015-02-19
1
-2
/
+31
*
glsl: can't have 'const' qualifier used with struct or interface block members
Iago Toral Quiroga
2015-02-03
1
-0
/
+7
*
glsl: interface blocks must be declared at global scope
Iago Toral Quiroga
2015-02-03
1
-0
/
+8
[next]