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: 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