index
:
~cwabbott0/mesa
cwabbott-lima
cwabbott-lima-2
glsl-to-nir-builder
i965-fp64
i965-fp64-v2
i965-fp64-v3
i965-payload-interference
i965-sched
i965-sched-conservative
i965-sched-conservative-v2
i965-sched-test
i965-sched-v2
i965-sched-v3
i965-use-ssa
i965-use-ssa-v2
ir3-sched
jenkins
master
nir-cf-insert-instr
nir-control-flow-mod
nir-cse-hash
nir-cse-hash-v2
nir-dead-cf-v2
nir-dead-cf-v3
nir-dead-cf-v4
nir-dead-cf-v5
nir-deref-instr
nir-divergence
nir-divergence-v2
nir-divergence-v3
nir-divergence-v4
nir-docs
nir-equality-saturation
nir-factor-phis
nir-foreach-block-rewrite
nir-foreach-block-rewrite-v2
nir-foreach-ssa-src
nir-gvn
nir-gvn-v2
nir-opcodes-cleanup
nir-opcodes-cleanup-v2
nir-opt-remove-phis
nir-reassociate-consts
nir-review-v1
nir-serialize
nir-v1.0.1
nir-value-range
nir-vec4-out-of-ssa
nir-vectorize
nir-worklist
radv-amd-shader-ballot
radv-anv-64bit-fixes
radv-doom-exts
radv-rewrite-vars
radv-shader-ballot
radv-shader-ballot-v3
radv-shader-ballot-v4
random-fp64-fixes
shader-time-hacks
test-compressed-wa
test-fp64-compressed-wa
ue4
wip/nir-vtn
Connor's silly Mesa stuff.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-18
nir: Add some documentation
nir-v1.0.1
nir-review-v1
Jason Ekstrand
1
-10
/
+43
2014-12-18
nir/lower_variables: Follow the Cytron paper more closely
Jason Ekstrand
1
-26
/
+70
2014-12-18
nir/print: Various cleanups recommended by Eric
Jason Ekstrand
1
-33
/
+12
2014-12-18
nir/lower_variables: Add a bunch of comments and re-arrange a few things
Jason Ekstrand
1
-57
/
+170
2014-12-17
nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
Jason Ekstrand
4
-46
/
+55
2014-12-17
nir/from_ssa: Clean up parallel copy handling and document it better
Jason Ekstrand
3
-66
/
+92
2014-12-17
nir: Rename nir_block_following_if to nir_block_get_following_if
Jason Ekstrand
5
-5
/
+5
2014-12-17
i965/fs_nir: Handle sample ID, position, and mask better
Jason Ekstrand
2
-12
/
+71
2014-12-17
nir/opcodes: Remove the per_component info field
Jason Ekstrand
3
-37
/
+33
2014-12-17
nir/search: Use nir_op_infos to determine if an operation is commutative
Jason Ekstrand
1
-33
/
+2
2014-12-17
nir/opcodes: Add algebraic properties metadata
Jason Ekstrand
3
-71
/
+89
2014-12-17
nir: Make load_const SSA-only
Jason Ekstrand
16
-162
/
+54
2014-12-17
nir: Make nir_ssa_undef_instr_create take a number of components
Jason Ekstrand
4
-13
/
+11
2014-12-17
i965/nir: Move the other lowering passes to before out-of-SSA
Jason Ekstrand
1
-6
/
+6
2014-12-17
nir/lower_system_values: Handle SSA destinations
Jason Ekstrand
1
-1
/
+14
2014-12-17
nir/lower_atomics: Use/support SSA
Jason Ekstrand
2
-21
/
+35
2014-12-17
nir/live_variables: Use the new ssa_def iterator
Jason Ekstrand
1
-19
/
+13
2014-12-17
nir: Use nir_foreach_ssa_def for setting up ssa destinations
Jason Ekstrand
1
-13
/
+11
2014-12-17
nir: Add a foreach_ssa_def function
Jason Ekstrand
2
-0
/
+44
2014-12-17
nir/lower_variables: Use a real dominance DFS for variable renaming
Jason Ekstrand
1
-4
/
+5
2014-12-17
nir: Remove predication
Jason Ekstrand
10
-321
/
+18
2014-12-17
nir: Make bcsel a fully vector operation
Jason Ekstrand
5
-6
/
+15
2014-12-17
nir: Call nir_metadata_preserve more places
Jason Ekstrand
8
-2
/
+27
2014-12-17
nir/metadata: Rename metadata_dirty to metadata_preserve
Jason Ekstrand
8
-16
/
+18
2014-12-17
i965/fs_nir: Add support for indirect texture arrays
Jason Ekstrand
1
-2
/
+22
2014-12-17
nir: Rework the way samplers are lowered
Jason Ekstrand
1
-75
/
+74
2014-12-17
nir: Add a sampler index indirect to nir_tex_instr
Jason Ekstrand
4
-0
/
+28
2014-12-17
nir: Use a source for uniform buffer indices instead of an index
Jason Ekstrand
3
-55
/
+76
2014-12-17
nir: Constant fold array indirects
Jason Ekstrand
1
-8
/
+76
2014-12-17
nir: Make texture instruction names more consistent
Jason Ekstrand
11
-25
/
+25
2014-12-17
nir: Remove the ffma peephole
Jason Ekstrand
2
-190
/
+0
2014-12-17
nir: Add a basic constant folding pass
Jason Ekstrand
4
-0
/
+287
2014-12-17
nir: Add an algebraic optimization pass
Jason Ekstrand
5
-3
/
+84
2014-12-17
nir: Add infastructure for generating algebraic transformation passes
Jason Ekstrand
1
-0
/
+249
2014-12-17
nir: Add an expression matching framework
Jason Ekstrand
3
-0
/
+419
2014-12-17
nir/glsl: Emit abs, neg, and sat operations instead of source modifiers
Jason Ekstrand
1
-6
/
+3
2014-12-17
nir: Make the type casting operations static inline functions
Jason Ekstrand
1
-32
/
+32
2014-12-17
nir: Add a lowering pass for adding source modifiers where possible
Jason Ekstrand
4
-0
/
+188
2014-12-17
nir: Add neg, abs, and sat opcodes
Jason Ekstrand
1
-0
/
+5
2014-12-17
i965/fs_nir: Implement the ARB_gpu_shader5 interpolation intrinsics
Jason Ekstrand
1
-0
/
+102
2014-12-17
i965/fs_nir: Add a has_indirect flag and clean up some of the input/output code
Jason Ekstrand
1
-63
/
+14
2014-12-17
nir: Add a helper for getting a constant value from an SSA source
Jason Ekstrand
2
-0
/
+20
2014-12-17
nir/glsl: Add support for gpu_shader5 interpolation instrinsics
Jason Ekstrand
1
-1
/
+79
2014-12-17
nir: Add gpu_shader5 interpolation intrinsics
Jason Ekstrand
2
-27
/
+21
2014-12-17
nir/validate: Validate intrinsic source/destination sizes
Jason Ekstrand
1
-0
/
+26
2014-12-17
nir: Vectorize intrinsics
Jason Ekstrand
9
-315
/
+123
2014-12-17
nir: Remove the old variable lowering code
Jason Ekstrand
2
-1250
/
+0
2014-12-17
nir/validate: Ensure that outputs are write-only and inputs are read-only
Jason Ekstrand
1
-0
/
+23
2014-12-17
i965/fs_nir: Use the new variable lowering code
Jason Ekstrand
1
-19
/
+25
2014-12-17
nir/glsl: Generate SSA NIR
Jason Ekstrand
1
-129
/
+117
[next]