index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ast_array_index.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
glsl: Add ARB_arrays_of_arrays support to yacc definition and ast
Timothy Arceri
1
-0
/
+13
2013-12-12
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
1
-3
/
+3
2013-12-12
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
1
-1
/
+1
2013-10-28
glsl: Add check for unsized arrays to glsl types
Timothy Arceri
1
-1
/
+1
2013-10-28
glsl: Fix comment
Timothy Arceri
1
-1
/
+1
2013-10-17
glsl: In update_max_array_access, fix interface instance check.
Paul Berry
1
-3
/
+3
2013-10-09
glsl: Update ir_variable::max_ifc_array_access properly.
Paul Berry
1
-0
/
+37
2013-10-09
glsl: Move update of max_array_access into a separate function.
Paul Berry
1
-17
/
+30
2013-08-01
glsl: Permit non-ubo input interface arrays to use non-const indexing.
Paul Berry
1
-1
/
+2
2013-05-13
glsl: Generate ir_binop_vector_extract for indexing of vectors
Ian Romanick
1
-4
/
+16
2013-04-08
glsl: Don't early-out for error-type inputs
Ian Romanick
1
-10
/
+9
2013-04-08
glsl: Don't emit spurious errors for constant indexes of the wrong type
Ian Romanick
1
-2
/
+2
2013-04-08
glsl: Collect all of the non-constant index error checks together
Ian Romanick
1
-45
/
+42
2013-04-08
glsl: Minor code compaction in _mesa_ast_array_index_to_hir
Ian Romanick
1
-9
/
+8
2013-04-08
glsl: Remove some unnecessary uses of error_emitted
Ian Romanick
1
-15
/
+4
2013-04-08
glsl: Refactor handling of ast_array_index to a separate function
Ian Romanick
1
-0
/
+194