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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
Jason Ekstrand
2015-01-15
1
-2
/
+11
*
nir/from_ssa: Clean up parallel copy handling and document it better
Jason Ekstrand
2015-01-15
1
-7
/
+0
*
nir: Rename nir_block_following_if to nir_block_get_following_if
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/opcodes: Remove the per_component info field
Jason Ekstrand
2015-01-15
1
-18
/
+15
*
nir/opcodes: Add algebraic properties metadata
Jason Ekstrand
2015-01-15
1
-1
/
+8
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-16
/
+4
*
nir: Make nir_ssa_undef_instr_create initialize the destination
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
nir: Add a foreach_ssa_def function
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-14
/
+0
*
nir/metadata: Rename metadata_dirty to metadata_preserve
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/tex_instr: Rename the indirect source type and add an array size
Jason Ekstrand
2015-01-15
1
-1
/
+10
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Add a basic constant folding pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add an algebraic optimization pass
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Make the type casting operations static inline functions
Jason Ekstrand
2015-01-15
1
-32
/
+32
*
nir: Add a lowering pass for adding source modifiers where possible
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a helper for getting a constant value from an SSA source
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Vectorize intrinsics
Jason Ekstrand
2015-01-15
1
-2
/
+13
*
nir: Remove the old variable lowering code
Jason Ekstrand
2015-01-15
1
-4
/
+0
*
nir: Add a pass to lower global variables to local variables
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a pass for lowering input/output loads/stores
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a pass to lower local variables to registers
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a pass to lower local variable accesses to SSA values
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a copy splitting pass
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Don't require a function in ssa_def_init
Jason Ekstrand
2015-01-15
1
-3
/
+2
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Add a concept of a wildcard array dereference
Jason Ekstrand
2015-01-15
1
-0
/
+9
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-1
/
+6
*
nir: Add a helper for rewriting an instruction source
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a basic CSE pass
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a fused multiply-add peephole
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a peephole select optimization
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a function for comparing two sources
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a parallel copy instruction type
Jason Ekstrand
2015-01-15
1
-0
/
+23
*
nir: Add a function for rewriting all the uses of a SSA def
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add an initialization function for SSA definitions
Jason Ekstrand
2015-01-15
1
-0
/
+4
*
nir: Add an SSA-based liveness analysis pass.
Jason Ekstrand
2015-01-15
1
-0
/
+11
*
nir: set reg_alloc and ssa_alloc when indexing registers and SSA values
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Add a function to detect if a block is immediately followed by an if
Jason Ekstrand
2015-01-15
1
-0
/
+5
*
nir: Add a foreach_block_reverse function
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a basic metadata management system
Jason Ekstrand
2015-01-15
1
-2
/
+19
*
nir: Add a lower_vec_to_movs pass
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a naieve from-SSA pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediates
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
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
[next]