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
/
nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a helper for getting a constant value from an SSA source
Jason Ekstrand
2015-01-15
1
-0
/
+19
*
nir: Automatically update SSA if uses
Jason Ekstrand
2015-01-15
1
-5
/
+4
*
nir: Don't require a function in ssa_def_init
Jason Ekstrand
2015-01-15
1
-10
/
+32
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-5
/
+5
*
nir: Clean up nir_deref helper functions
Jason Ekstrand
2015-01-15
1
-1
/
+4
*
nir: Add a helper for rewriting an instruction source
Jason Ekstrand
2015-01-15
1
-0
/
+61
*
nir/nir: Patch up phi predecessors in move_successors
Jason Ekstrand
2015-01-15
1
-2
/
+23
*
nir/nir: Use safe iterators when iterating over the CFG
Jason Ekstrand
2015-01-15
1
-8
/
+10
*
nir/nir: Fix a bug in move_successors
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
nir: Add a function for comparing two sources
Jason Ekstrand
2015-01-15
1
-0
/
+27
*
nir: Add a parallel copy instruction type
Jason Ekstrand
2015-01-15
1
-1
/
+44
*
nir: Add a function for rewriting all the uses of a SSA def
Jason Ekstrand
2015-01-15
1
-0
/
+54
*
nir: Automatically handle SSA uses when an instruction is inserted
Jason Ekstrand
2015-01-15
1
-11
/
+5
*
nir: Add an initialization function for SSA definitions
Jason Ekstrand
2015-01-15
1
-0
/
+14
*
nir: set reg_alloc and ssa_alloc when indexing registers and SSA values
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Add a function to detect if a block is immediately followed by an if
Jason Ekstrand
2015-01-15
1
-0
/
+17
*
nir: Add a foreach_block_reverse function
Jason Ekstrand
2015-01-15
1
-25
/
+54
*
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
1
-11
/
+8
*
nir: calculate dominance information
Connor Abbott
2015-01-15
1
-1
/
+11
*
nir: keep track of the number of input, output, and uniform slots
Connor Abbott
2015-01-15
1
-0
/
+4
*
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
1
-0
/
+1715