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_array_index.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Allow non-constant UBO array indexing with GLSL4/ARB_gpu_shader5.
Chris Forbes
2014-07-26
1
-1
/
+2
*
glsl: Add ARB_arrays_of_arrays support to yacc definition and ast
Timothy Arceri
2014-01-23
1
-0
/
+13
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-3
/
+3
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-1
/
+1
*
glsl: Add check for unsized arrays to glsl types
Timothy Arceri
2013-10-28
1
-1
/
+1
*
glsl: Fix comment
Timothy Arceri
2013-10-28
1
-1
/
+1
*
glsl: In update_max_array_access, fix interface instance check.
Paul Berry
2013-10-17
1
-3
/
+3
*
glsl: Update ir_variable::max_ifc_array_access properly.
Paul Berry
2013-10-09
1
-0
/
+37
*
glsl: Move update of max_array_access into a separate function.
Paul Berry
2013-10-09
1
-17
/
+30
*
glsl: Permit non-ubo input interface arrays to use non-const indexing.
Paul Berry
2013-08-01
1
-1
/
+2
*
glsl: Generate ir_binop_vector_extract for indexing of vectors
Ian Romanick
2013-05-13
1
-4
/
+16
*
glsl: Don't early-out for error-type inputs
Ian Romanick
2013-04-08
1
-10
/
+9
*
glsl: Don't emit spurious errors for constant indexes of the wrong type
Ian Romanick
2013-04-08
1
-2
/
+2
*
glsl: Collect all of the non-constant index error checks together
Ian Romanick
2013-04-08
1
-45
/
+42
*
glsl: Minor code compaction in _mesa_ast_array_index_to_hir
Ian Romanick
2013-04-08
1
-9
/
+8
*
glsl: Remove some unnecessary uses of error_emitted
Ian Romanick
2013-04-08
1
-15
/
+4
*
glsl: Refactor handling of ast_array_index to a separate function
Ian Romanick
2013-04-08
1
-0
/
+194