index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
lower_if_to_cond_assign.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-01
glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
1
-3
/
+1
2014-07-01
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
1
-4
/
+2
2014-01-13
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
1
-4
/
+4
2013-09-23
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
1
-0
/
+4
2011-10-21
glsl: Short-circuit lower_if_to_cond_assign when MaxIfDepth is UINT_MAX.
Kenneth Graunke
1
-0
/
+3
2011-08-19
glsl: Remove unused variable.
Kenneth Graunke
1
-1
/
+0
2011-08-15
glsl: Modify strategy for accumulating conditions when lowering if-statements
Ian Romanick
1
-11
/
+55
2011-08-15
glsl: Slight change to the code generated by if-flattening
Ian Romanick
1
-21
/
+39
2011-08-15
glsl: Replace foreach_iter with foreach_list_safe
Ian Romanick
1
-2
/
+2
2011-08-15
glsl: Make move_block_to_cond_assign not care which branch it's processing
Ian Romanick
1
-27
/
+17
2011-06-27
glsl: Fix depth unbalancing problem in if-statement flattening
Ian Romanick
1
-3
/
+1
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-1
/
+1
2010-12-27
glsl: Support if-flattening beyond a given maximum nesting depth.
Kenneth Graunke
1
-5
/
+37
2010-11-17
glsl: Fix Doxygen tag \file in recently renamed files
Chad Versace
1
-1
/
+1
2010-11-15
glsl: Rename various ir_* files to lower_* and opt_*.
Kenneth Graunke
1
-0
/
+168