index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: set reg_alloc and ssa_alloc when indexing registers and SSA values
Jason Ekstrand
2015-01-15
2
-2
/
+5
*
nir: Add a function to detect if a block is immediately followed by an if
Jason Ekstrand
2015-01-15
4
-13
/
+30
*
nir: Add a foreach_block_reverse function
Jason Ekstrand
2015-01-15
2
-25
/
+56
*
nir/foreach_block: Return false if the callback on the last block fails
Jason Ekstrand
2015-01-15
1
-3
/
+1
*
nir: Add a basic metadata management system
Jason Ekstrand
2015-01-15
4
-17
/
+81
*
nir/lower_variables_scalar: Silence a compiler warning
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a lower_vec_to_movs pass
Jason Ekstrand
2015-01-15
2
-0
/
+98
*
nir: Add a naieve from-SSA pass
Jason Ekstrand
2015-01-15
2
-0
/
+194
*
nir: Add intrinsics to do alternate interpolation on inputs
Jason Ekstrand
2015-01-15
1
-17
/
+35
*
nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediates
Jason Ekstrand
2015-01-15
2
-4
/
+19
*
nir/lower_atomics: Multiply array offsets by ATOMIC_COUNTER_SIZE
Jason Ekstrand
2015-01-15
1
-1
/
+17
*
nir/glsl: Add support for coarse and fine derivatives
Jason Ekstrand
2015-01-15
1
-2
/
+6
*
nir: Add fine and coarse derivative opcodes
Jason Ekstrand
2015-01-15
1
-0
/
+4
*
nir/glsl: Add support for saturate
Jason Ekstrand
2015-01-15
1
-0
/
+5
*
Fix what I think are a few NIR typos
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
nir: add an SSA-based dead code elimination pass
Connor Abbott
2015-01-15
2
-0
/
+190
*
nir: add an SSA-based copy propagation pass
Connor Abbott
2015-01-15
2
-0
/
+316
*
nir: add a pass to convert to SSA
Connor Abbott
2015-01-15
2
-0
/
+685
*
nir: calculate dominance information
Connor Abbott
2015-01-15
3
-1
/
+336
*
nir: add an optimization to turn global registers into local registers
Connor Abbott
2015-01-15
2
-0
/
+105
*
nir: add a pass to lower atomics
Connor Abbott
2015-01-15
2
-0
/
+129
*
nir: add a pass to lower system value reads
Connor Abbott
2015-01-15
2
-0
/
+108
*
nir: add a pass to lower sampler instructions
Connor Abbott
2015-01-15
2
-0
/
+175
*
nir: add a pass to remove unused variables
Connor Abbott
2015-01-15
2
-0
/
+140
*
nir: keep track of the number of input, output, and uniform slots
Connor Abbott
2015-01-15
3
-4
/
+16
*
nir: add a pass to lower variables for scalar backends
Connor Abbott
2015-01-15
2
-0
/
+1236
*
nir: add a glsl-to-nir pass
Connor Abbott
2015-01-15
2
-0
/
+1795
*
nir: add a validation pass
Connor Abbott
2015-01-15
2
-0
/
+792
*
nir: add a printer
Connor Abbott
2015-01-15
2
-0
/
+914
*
SQUASH: Fix comments from eric
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
SQUASH: Add an assert
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: add core helper functions
Connor Abbott
2015-01-15
2
-0
/
+1808
*
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
5
-0
/
+1749
*
nir: add a simple C wrapper around glsl_types.h
Connor Abbott
2015-01-15
2
-0
/
+233
*
nir: add initial README
Connor Abbott
2015-01-15
1
-0
/
+118