index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir_opt_if.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
nir: add if opt opt_if_loop_last_continue()
Danylo Piliaiev
1
-0
/
+95
2018-12-05
nir: Make boolean conversions sized just like the others
Jason Ekstrand
1
-1
/
+1
2018-11-03
nir: fix condition propagation when src has a swizzle
Timothy Arceri
1
-1
/
+30
2018-11-02
nir: allow propagation of if evaluation for bcsel
Timothy Arceri
1
-9
/
+16
2018-11-01
nir: fix if condition propagation for alu use
Timothy Arceri
1
-2
/
+1
2018-10-26
nir: Fix array initializer
Brian Paul
1
-1
/
+1
2018-10-26
nir/opt_if: Rework condition propagation
Jason Ekstrand
1
-61
/
+30
2018-10-25
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
1
-1
/
+0
2018-09-19
nir/opt_if: Re-materialize derefs in use blocks before peeling loops
Jason Ekstrand
1
-6
/
+7
2018-09-14
nir: propagates if condition evaluation down some alu chains
Timothy Arceri
1
-0
/
+128
2018-09-14
nir: evaluate if condition uses inside the if branches
Timothy Arceri
1
-0
/
+108
2018-08-18
nir: mark *prev_block as MAYBE_UNUSED in opt_peel_loop_initial_if
Kai Wasserbäch
1
-1
/
+1
2018-07-20
nir: Fix end of function without return warning/error.
Bas Nieuwenhuizen
1
-0
/
+2
2018-07-20
nir: Do not use continue block after removing it.
Bas Nieuwenhuizen
1
-6
/
+25
2018-07-12
nir: delete not needed for reinserted nir_cf_list
Caio Marcelo de Oliveira Filho
1
-2
/
+0
2018-06-26
nir/opt_if: Remove unneeded phis if we make progress
Jason Ekstrand
1
-0
/
+7
2018-06-07
nir: add opt_if_loop_terminator()
Timothy Arceri
1
-0
/
+68
2018-06-04
nir: implement the GLSL equivalent of if simplication in nir_opt_if
Samuel Pitoiset
1
-5
/
+92
2016-12-29
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
1
-1
/
+1
2016-12-29
nir: stop gcc warning about uninitialised variables
Timothy Arceri
1
-1
/
+1
2016-12-22
nir: Add a pass for moving SPIR-V continue blocks to the ends of loops
Jason Ekstrand
1
-0
/
+256