index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir_to_ssa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-07
nir: Allocate nir_phi_src values out of the nir_phi_instr.
Kenneth Graunke
1
-1
/
+1
2015-02-20
nir: Fix the Mesa build without -DDEBUG.
Kenneth Graunke
1
-2
/
+2
2015-01-29
nir: Don't try to to-SSA ALU instructions that are already SSA.
Eric Anholt
1
-0
/
+3
2015-01-22
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
1
-7
/
+2
2015-01-21
nir: Replace assert(0) with unreachable().
Matt Turner
1
-1
/
+1
2015-01-20
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
1
-1
/
+1
2015-01-16
nir: s/malloc.h/stdlib.h/
Vinson Lee
1
-1
/
+1
2015-01-15
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
1
-4
/
+2
2015-01-15
nir: Make nir_ssa_undef_instr_create initialize the destination
Jason Ekstrand
1
-3
/
+2
2015-01-15
nir: Remove predication
Jason Ekstrand
1
-120
/
+1
2015-01-15
nir: Make bcsel a fully vector operation
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Call nir_metadata_preserve more places
Jason Ekstrand
1
-1
/
+4
2015-01-15
nir: Make texture instruction names more consistent
Jason Ekstrand
1
-2
/
+2
2015-01-15
nir: Don't require a function in ssa_def_init
Jason Ekstrand
1
-3
/
+3
2015-01-15
nir: Automatically handle SSA uses when an instruction is inserted
Jason Ekstrand
1
-15
/
+1
2015-01-15
nir: Add an initialization function for SSA definitions
Jason Ekstrand
1
-21
/
+7
2015-01-15
nir: add a pass to convert to SSA
Connor Abbott
1
-0
/
+682