index
:
~cworth/mesa
amdperf
glcpp-fixup
glcpp-illegal-characters
glcpp-lex-fix
glsl2
jenkins
master
sha1
shader-cache
warnings-cleanup
Carl's lame hacks to mesa.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
nir: Add a lower_vec_to_movs pass
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a naieve from-SSA pass
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediates
Jason Ekstrand
1
-0
/
+3
2015-01-15
nir: add an SSA-based dead code elimination pass
Connor Abbott
1
-0
/
+6
2015-01-15
nir: add an SSA-based copy propagation pass
Connor Abbott
1
-0
/
+3
2015-01-15
nir: add a pass to convert to SSA
Connor Abbott
1
-0
/
+3
2015-01-15
nir: calculate dominance information
Connor Abbott
1
-0
/
+25
2015-01-15
nir: add an optimization to turn global registers into local registers
Connor Abbott
1
-0
/
+2
2015-01-15
nir: add a pass to lower atomics
Connor Abbott
1
-0
/
+2
2015-01-15
nir: add a pass to lower system value reads
Connor Abbott
1
-0
/
+2
2015-01-15
nir: add a pass to lower sampler instructions
Connor Abbott
1
-0
/
+5
2015-01-15
nir: add a pass to remove unused variables
Connor Abbott
1
-0
/
+2
2015-01-15
nir: keep track of the number of input, output, and uniform slots
Connor Abbott
1
-0
/
+6
2015-01-15
nir: add a pass to lower variables for scalar backends
Connor Abbott
1
-0
/
+4
2015-01-15
nir: add a validation pass
Connor Abbott
1
-0
/
+2
2015-01-15
nir: add a printer
Connor Abbott
1
-0
/
+2
2015-01-15
nir: add core helper functions
Connor Abbott
1
-0
/
+93
2015-01-15
SQUASH: Use the enum for the variable mode
Jason Ekstrand
1
-1
/
+1
2015-01-15
nir: add the core datastructures
Connor Abbott
1
-0
/
+1150
[prev]