Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_copy_propagation.c
2016-08-26 Eric Anholtvc4: Add support for MUL output rotation.
2016-07-14 Eric Anholtvc4: Update copy propagation for control flow.
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-26 Eric Anholtvc4: Add support for copy propagation with unpack flags...
2015-10-26 Eric Anholtvc4: Only copy propagate raw MOVs.
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Eric Anholtvc4: Use the SSA defs list for figuring out eligible...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-05 Eric Anholtvc4: Make r4-writes implicitly move to a temp, and...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Fix the no-copy-propagating-from-TLB_COLOR_READ...
2014-10-09 Eric Anholtvc4: Prevent copy propagating out the MOVs from r4.
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-17 Eric Anholtvc4: Allow copy propagation of uniforms.
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-09 Eric Anholtvc4: Add copy propagation between temps.