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
/
lower_variable_index_to_cond_assign.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: don't lower variable indexing on non-patch tessellation inputs/outputs
Marek Olšák
2015-07-23
1
-13
/
+45
*
glsl: Add ir_var_shader_storage
Kristian Høgsberg
2015-07-14
1
-0
/
+1
*
glsl: fix assertion which fails for unsigned array indices.
tiffany
2014-09-03
1
-1
/
+1
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-1
/
+1
*
glsl: Initialize assignment_generator member variables.
Vinson Lee
2013-09-24
1
-0
/
+6
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+3
*
glsl: Don't use random pointers as an array of glsl_type objects.
Kenneth Graunke
2013-06-26
1
-1
/
+1
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-5
/
+9
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
glsl: Correctly return progress from lower_variable_index_to_cond_assign
Ian Romanick
2011-07-25
1
-1
/
+3
*
glsl: Factor out code that generates block of index comparisons
Ian Romanick
2011-07-23
1
-42
/
+69
*
glsl: Treat ir_dereference_array of non-var as a constant for lowering
Ian Romanick
2011-07-23
1
-2
/
+8
*
glsl: When lowering non-constant array indexing, respect existing conditions
Ian Romanick
2011-07-23
1
-3
/
+18
*
glsl: Rework lowering of non-constant array indexing
Ian Romanick
2011-07-23
1
-19
/
+116
*
glsl: Split out part of variable_index_to_cond_assign_visitor::needs_lowering
Ian Romanick
2011-07-23
1
-5
/
+10
*
glsl: Move is_array_or_matrix outside visitor class
Ian Romanick
2011-07-23
1
-5
/
+6
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-0
/
+1
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-4
/
+4
*
glsl: Fix the lowering of variable array indexing to not lose write_masks.
Eric Anholt
2011-01-11
1
-13
/
+37
*
glsl: Fix broadcast_index of lower_variable_index_to_cond_assign.
Eric Anholt
2010-09-27
1
-1
/
+1
*
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
2010-09-18
1
-0
/
+1
*
glsl2: Add flags to enable variable index lowering
Ian Romanick
2010-09-17
1
-7
/
+50
*
glsl2: Refactor testing for whether a deref is of a matrix or array
Ian Romanick
2010-09-17
1
-11
/
+12
*
glsl: add pass to lower variable array indexing to conditional assignments
Luca Barbieri
2010-09-17
1
-0
/
+313