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_array_index.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-333
/
+0
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
1
-1
/
+1
*
glsl: Use array deref for access to vector components
Kristian Høgsberg Kristensen
2015-11-10
1
-3
/
+2
*
glsl: Add AoA support when checking for non-const index
Timothy Arceri
2015-10-15
1
-1
/
+1
*
glsl: add AoA support for an inteface with unsized array members
Timothy Arceri
2015-10-15
1
-4
/
+12
*
glsl: allow AoA to be sized by initializer or constructor
Timothy Arceri
2015-10-15
1
-5
/
+2
*
glsl: error out if non-constant indexing of SSBO arrays with GLSL ES
Tapani Pälli
2015-10-02
1
-6
/
+8
*
glsl: add support for unsized arrays in shader storage blocks
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+2
*
glsl: Forbid non-constant image array indexing in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-0
/
+15
*
glsl: allow indexing of gl_out with a non-const if length isn't known
Marek Olšák
2015-07-23
1
-0
/
+10
*
glsl: allow nonconst indexing of arrays where we can work out an implicit size
Chris Forbes
2015-07-23
1
-1
/
+36
*
glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
Tapani Pälli
2015-06-30
1
-18
/
+18
*
glsl: remove element_type() helper
Timothy Arceri
2015-05-22
1
-1
/
+1
*
glsl: Fix GCC unused-variable warning in release build.
Vinson Lee
2015-03-04
1
-3
/
+1
*
glsl: Use signed array index in update_max_array_access()
Anuj Phogat
2014-10-22
1
-3
/
+3
*
glsl: Make ir_variable::max_ifc_array_access private
Ian Romanick
2014-09-30
1
-2
/
+8
*
glsl: Allow dynamically uniform sampler array indexing with 4.0/gs5
Chris Forbes
2014-08-12
1
-1
/
+8
*
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