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
util: Move main/set to util/hash_set
Jason Ekstrand
1
-1
/
+1
2015-01-15
nir: Add a pass for lowering copy instructions
Jason Ekstrand
1
-0
/
+3
2015-01-15
nir: Rename lower_variables to lower_vars_to_ssa
Jason Ekstrand
1
-1
/
+1
2015-01-15
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
1
-10
/
+14
2015-01-15
nir/validate: Only build in debug mode
Jason Ekstrand
1
-0
/
+4
2015-01-15
nir: Make intrinsic flags into an enum
Jason Ekstrand
1
-14
/
+14
2015-01-15
nir: Use static inlines instead of macros for list getters
Jason Ekstrand
1
-28
/
+81
2015-01-15
nir/variable: Remove the constant_value field
Jason Ekstrand
1
-12
/
+2
2015-01-15
nir: Add some documentation
Jason Ekstrand
1
-22
/
+69
2015-01-15
nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
Jason Ekstrand
1
-2
/
+11
2015-01-15
nir/from_ssa: Clean up parallel copy handling and document it better
Jason Ekstrand
1
-7
/
+0
2015-01-15
nir: Rename nir_block_following_if to nir_block_get_following_if
Jason Ekstrand
1
-1
/
+1
2015-01-15
nir/opcodes: Remove the per_component info field
Jason Ekstrand
1
-18
/
+15
2015-01-15
nir/opcodes: Add algebraic properties metadata
Jason Ekstrand
1
-1
/
+8
2015-01-15
nir: Make load_const SSA-only
Jason Ekstrand
1
-16
/
+4
2015-01-15
nir: Make nir_ssa_undef_instr_create initialize the destination
Jason Ekstrand
1
-1
/
+2
2015-01-15
nir: Add a foreach_ssa_def function
Jason Ekstrand
1
-0
/
+3
2015-01-15
nir: Remove predication
Jason Ekstrand
1
-14
/
+0
2015-01-15
nir/metadata: Rename metadata_dirty to metadata_preserve
Jason Ekstrand
1
-1
/
+1
2015-01-15
nir/tex_instr: Rename the indirect source type and add an array size
Jason Ekstrand
1
-1
/
+10
2015-01-15
nir: Make texture instruction names more consistent
Jason Ekstrand
1
-2
/
+2
2015-01-15
nir: Add a basic constant folding pass
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Add an algebraic optimization pass
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Make the type casting operations static inline functions
Jason Ekstrand
1
-32
/
+32
2015-01-15
nir: Add a lowering pass for adding source modifiers where possible
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Add a helper for getting a constant value from an SSA source
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Vectorize intrinsics
Jason Ekstrand
1
-2
/
+13
2015-01-15
nir: Remove the old variable lowering code
Jason Ekstrand
1
-4
/
+0
2015-01-15
nir: Add a pass to lower global variables to local variables
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a pass for lowering input/output loads/stores
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a pass to lower local variables to registers
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a pass to lower local variable accesses to SSA values
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a copy splitting pass
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Don't require a function in ssa_def_init
Jason Ekstrand
1
-3
/
+2
2015-01-15
nir: Use an integer index for specifying structure fields
Jason Ekstrand
1
-2
/
+2
2015-01-15
nir: Add a concept of a wildcard array dereference
Jason Ekstrand
1
-0
/
+9
2015-01-15
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
1
-1
/
+6
2015-01-15
nir: Add a helper for rewriting an instruction source
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Add a basic CSE pass
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a fused multiply-add peephole
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Add a peephole select optimization
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a function for comparing two sources
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a parallel copy instruction type
Jason Ekstrand
1
-0
/
+23
2015-01-15
nir: Add a function for rewriting all the uses of a SSA def
Jason Ekstrand
1
-0
/
+1
2015-01-15
nir: Add an initialization function for SSA definitions
Jason Ekstrand
1
-0
/
+4
2015-01-15
nir: Add an SSA-based liveness analysis pass.
Jason Ekstrand
1
-0
/
+11
2015-01-15
nir: set reg_alloc and ssa_alloc when indexing registers and SSA values
Jason Ekstrand
1
-2
/
+2
2015-01-15
nir: Add a function to detect if a block is immediately followed by an if
Jason Ekstrand
1
-0
/
+5
2015-01-15
nir: Add a foreach_block_reverse function
Jason Ekstrand
1
-0
/
+2
2015-01-15
nir: Add a basic metadata management system
Jason Ekstrand
1
-2
/
+19
[next]