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
/
ast_to_hir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glsl: Pick ast_conditional branch regardless of op1/2 being constant.
Kenneth Graunke
2015-02-02
1
-4
/
+2
*
glsl: do not allow interface block to have name already taken
Tapani Pälli
2015-01-22
1
-1
/
+15
*
glsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3
Jordan Justen
2014-12-01
1
-4
/
+4
*
glsl: fix several use-after-free bugs
Brian Paul
2014-10-20
1
-3
/
+7
*
glsl: implement switch flow control using a loop
Tapani Pälli
2014-10-20
1
-36
/
+61
*
glsl: Never put ir_var_temporary variables in the symbol table
Ian Romanick
2014-09-30
1
-2
/
+2
*
glsl: fix error message for redeclaring gl_PerVertex as output
Chris Forbes
2014-09-17
1
-1
/
+1
*
glsl: allow precision qualifier on sampler arrays
Frank Henigman
2014-09-11
1
-34
/
+41
*
glsl: Use bit-flags image attributes and uint16_t for the image format
Ian Romanick
2014-08-29
1
-7
/
+7
*
glsl: Only create one ir_function for a given name.
Kenneth Graunke
2014-08-04
1
-14
/
+17
*
glsl: Track matrix layout of variables using two bits
Ian Romanick
2014-08-04
1
-7
/
+31
*
glsl: Also track matrix layout information into structures
Ian Romanick
2014-08-04
1
-1
/
+7
*
glsl: Track matrix layout of structure fields using two bits
Ian Romanick
2014-08-04
1
-3
/
+5
*
glsl: Use the without_array predicate to simplify some code
Ian Romanick
2014-08-04
1
-2
/
+1
*
glsl: fix switch statement default case regressions
Tapani Pälli
2014-08-04
1
-6
/
+6
*
glsl: Fix bad indentation
Ian Romanick
2014-07-19
1
-1
/
+1
*
glsl: handle a switch where default is in the middle of cases
Tapani Pälli
2014-07-17
1
-3
/
+80
*
exec_list: Make various places use the new length() method.
Connor Abbott
2014-07-15
1
-3
/
+1
*
glsl: Use foreach_list_typed when possible.
Matt Turner
2014-07-01
1
-1
/
+1
*
glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-6
/
+6
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-8
/
+6
*
glsl: Add parsing support for multi-stream output in geometry shaders.
Samuel Iglesias Gonsalvez
2014-06-30
1
-0
/
+19
*
glsl: Treat an interface block specifier as a level of struct nesting
Chris Forbes
2014-06-26
1
-0
/
+8
*
glsl: Disallow primitive type layout qualifier on variables.
Chris Forbes
2014-06-26
1
-0
/
+7
*
glsl: type check between switch init-expression and case
Tapani Pälli
2014-06-17
1
-3
/
+45
*
glsl: parser changes for GL_ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
1
-0
/
+35
*
glsl: Correct more typos
Chris Forbes
2014-06-15
1
-1
/
+1
*
glsl: Remove unused include in ast_to_hir.cpp
Thomas Helland
2014-06-10
1
-1
/
+0
*
glsl: Validate aux storage qualifier combination with other qualifiers.
Chris Forbes
2014-06-10
1
-39
/
+37
*
glsl: Add support for int -> uint implicit conversions
Chris Forbes
2014-06-04
1
-0
/
+8
*
glsl: Clean up apply_implicit_conversion
Chris Forbes
2014-06-04
1
-27
/
+31
*
glsl: Disallow `precise` redeclarations of vars from outer scopes
Chris Forbes
2014-06-04
1
-0
/
+9
*
glsl: Add support for `precise` redeclarations
Chris Forbes
2014-06-04
1
-0
/
+27
*
glsl: add support for `precise` in type_qualifier
Chris Forbes
2014-06-04
1
-0
/
+12
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
1
-4
/
+4
*
glsl: fix use-after free bug/crash in ast_declarator_list::hir()
Brian Paul
2014-05-28
1
-1
/
+5
*
glsl: Do not call lhs->variable_referenced() multiple times
Iago Toral Quiroga
2014-05-13
1
-3
/
+2
*
glsl: Link error if fs defines conflicting qualifiers for gl_FragCoord
Anuj Phogat
2014-05-01
1
-0
/
+5
*
glsl: Compile error if fs uses gl_FragCoord before first redeclaration
Anuj Phogat
2014-05-01
1
-0
/
+17
*
glsl: Compile error if fs defines conflicting qualifiers for gl_FragCoord
Anuj Phogat
2014-05-01
1
-0
/
+58
*
glsl: Only allow `invariant` on shader in/out between stages.
Chris Forbes
2014-04-22
1
-23
/
+8
*
glsl: Fix typo
Chris Forbes
2014-04-21
1
-1
/
+1
*
glsl: Fix incorrect indentation.
Iago Toral Quiroga
2014-04-16
1
-793
/
+782
*
glsl: Fix typo in interface block comment
Chris Forbes
2014-04-13
1
-1
/
+1
*
glsl: Propagate explicit binding information from the AST all the way to the ...
Ian Romanick
2014-04-11
1
-0
/
+7
[next]