index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add an SSA-based dead code elimination pass
Connor Abbott
2015-01-15
1
-0
/
+6
*
nir: add an SSA-based copy propagation pass
Connor Abbott
2015-01-15
1
-0
/
+3
*
nir: add a pass to convert to SSA
Connor Abbott
2015-01-15
1
-0
/
+3
*
nir: calculate dominance information
Connor Abbott
2015-01-15
1
-0
/
+25
*
nir: add an optimization to turn global registers into local registers
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: add a pass to lower atomics
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: add a pass to lower system value reads
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: add a pass to lower sampler instructions
Connor Abbott
2015-01-15
1
-0
/
+5
*
nir: add a pass to remove unused variables
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: keep track of the number of input, output, and uniform slots
Connor Abbott
2015-01-15
1
-0
/
+6
*
nir: add a pass to lower variables for scalar backends
Connor Abbott
2015-01-15
1
-0
/
+4
*
nir: add a validation pass
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: add a printer
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: add core helper functions
Connor Abbott
2015-01-15
1
-0
/
+93
*
SQUASH: Use the enum for the variable mode
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: add the core datastructures
Connor Abbott
2015-01-15
1
-0
/
+1150