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
Branch
Commit message
Author
Age
cwabbott-lima
lima: lower matrix ops for standalone compiler
Connor Abbott
7 years
cwabbott-lima-2
lima/gpir: Rework the scheduler
Connor Abbott
7 years
glsl-to-nir-builder
nir/glsl: switch to using the builder
Connor Abbott
9 years
i965-fp64
i965/vec4/nir: translate d2f/f2d
Connor Abbott
9 years
i965-fp64-v2
i965/vec4: divide width and exec_size by 2 for 64-bit types
Connor Abbott
9 years
i965-fp64-v3
nir/lower_vec: handle different bit sizes
Connor Abbott
9 years
i965-payload-interference
i965/fs: fix gl_FragCoord.w
Connor Abbott
9 years
i965-sched
i965/fs: use a better heuristic for SIMD16
Connor Abbott
9 years
i965-sched-conservative
i965/sched: use liveness analysis for computing register pressure
Connor Abbott
9 years
i965-sched-conservative-v2
i965/sched: use liveness analysis for computing register pressure
Connor Abbott
9 years
i965-sched-test
i965: always run the post-RA scheduler
Connor Abbott
9 years
i965-sched-v2
i965/fs: use a better heuristic for SIMD16
Connor Abbott
9 years
i965-sched-v3
i965/fs: use a better heuristic for SIMD16
Connor Abbott
9 years
i965-use-ssa
nir: remove parent_instr from nir_register
Connor Abbott
9 years
i965-use-ssa-v2
nir: remove parent_instr from nir_register
Connor Abbott
9 years
ir3-sched
add a basic greedy heuristic
Connor Abbott
8 years
jenkins
XXX remove exec size hack
Connor Abbott
9 years
master
ac/nir: fix nir_op_unpack_64_2x32_split_y emission
Connor Abbott
7 years
nir-cf-insert-instr
nir: add the ability insert a CF node after an instruction
Connor Abbott
9 years
nir-control-flow-mod
nir/cf: reimplement nir_cf_node_remove() using the new API
Connor Abbott
9 years
nir-cse-hash
nir/cse: use the instr_hash helper
Connor Abbott
10 years
nir-cse-hash-v2
nir/instr_set: remove unnecessary check in nir_instrs_equal()
Connor Abbott
9 years
nir-dead-cf-v2
nir/dead_cf: add support for removing useless loops
Connor Abbott
10 years
nir-dead-cf-v3
XXX heaven fix
Connor Abbott
10 years
nir-dead-cf-v4
XXX disable opt_if_simplification
Connor Abbott
10 years
nir-dead-cf-v5
XXX disable opt_if_simplification
Connor Abbott
9 years
nir-deref-instr
XXX
Connor Abbott
10 years
nir-divergence
nir: add ARB_shader_ballot and ARB_shader_group_vote instructions
Connor Abbott
7 years
nir-divergence-v2
nir: add ARB_shader_ballot and ARB_shader_group_vote instructions
Connor Abbott
7 years
nir-divergence-v3
nir: add ARB_shader_ballot and ARB_shader_group_vote instructions
Connor Abbott
7 years
nir-divergence-v4
nir: use new attributes for ARB_shader_ballot and ARB_shader_group_vote
Connor Abbott
7 years
nir-docs
nir: add initial documentation
Connor Abbott
9 years
nir-equality-saturation
nir/algebraic: refactor to match on values instead of sources
Connor Abbott
7 years
nir-factor-phis
i965: use phi factoring optimization
Connor Abbott
8 years
nir-foreach-block-rewrite
vc4: fixup for new nir_foreach_block()
Connor Abbott
9 years
nir-foreach-block-rewrite-v2
nir: remove now-unused nir_foreach_block*_call()
Connor Abbott
9 years
nir-foreach-ssa-src
nir/gcm: use nir_foreach_ssa_src()
Connor Abbott
10 years
nir-gvn
i965/fs: bail on move-to-flag in sel peephole
Connor Abbott
10 years
nir-gvn-v2
nir: handle commutativity when matching ALU instructions
Connor Abbott
10 years
nir-opcodes-cleanup
XXX
Connor Abbott
10 years
nir-opcodes-cleanup-v2
nir/opt_algebraic: be more careful about constant types
Connor Abbott
10 years
nir-opt-remove-phis
i965/nir: use redundant phi optimization
Connor Abbott
10 years
nir-reassociate-consts
nir/opt_algebraic: add constant reassociation rules
Connor Abbott
10 years
nir-review-v1
nir: Add some documentation
Jason Ekstrand
10 years
nir-serialize
fixup nir_serialize
Connor Abbott
7 years
nir-v1.0.1
nir: Add some documentation
Jason Ekstrand
10 years
nir-value-range
XXX
Connor Abbott
10 years
nir-vec4-out-of-ssa
fixup eric's softpipe code for newer tgsi-to-nir
Connor Abbott
10 years
nir-vectorize
i965/nir: use vectorization for non-scalar stages
Connor Abbott
9 years
nir-worklist
nir: add a worklist for SSA definitions
Connor Abbott
10 years
radv-amd-shader-ballot
ac/nir: fix saturate emission
Connor Abbott
7 years
radv-anv-64bit-fixes
radv: enable Int64 capability (v2)
Dave Airlie
7 years
radv-doom-exts
radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_vote
Connor Abbott
7 years
radv-rewrite-vars
radv: don't lower indirect derefs
Connor Abbott
7 years
radv-shader-ballot
radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_vote
Connor Abbott
7 years
radv-shader-ballot-v3
radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_vote
Connor Abbott
7 years
radv-shader-ballot-v4
radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_vote
Connor Abbott
7 years
random-fp64-fixes
i965/fs: print writemask_all when it's enabled
Connor Abbott
9 years
shader-time-hacks
i965/shader_time: add accounting for conditional discard
Connor Abbott
8 years
test-compressed-wa
HACK test uniform problem instead
Connor Abbott
9 years
test-fp64-compressed-wa
HACK test SIMD16 interference workaround
Connor Abbott
9 years
ue4
XXX allocate max size for cs batchbuffers
Connor Abbott
9 years
wip/nir-vtn
nir/vtn: add support for phi nodes
Connor Abbott
9 years