util/ra: spiff out select_reg_callback
[mesa.git] / src / gallium / drivers / vc4 / vc4_register_allocate.c
2020-03-10 Rob Clarkutil/ra: spiff out select_reg_callback
2017-07-25 Eric Anholtbroadcom/vc4: Use the RA callback to improve register...
2017-03-08 Eric Anholtvc4: Fix math with a condition flag set.
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-11-23 Eric Anholtvc4: Re-add R4 to the "any" register class.
2016-11-17 Mun Gwan-gyeongvc4: Fix resource leak in register allocation failure...
2016-11-13 Eric Anholtvc4: Use ra14/rb14 as the spilling registers.
2016-11-13 Eric Anholtvc4: Add support for register allocation for threaded...
2016-11-13 Eric Anholtvc4: Split register class setup for physical files...
2016-11-13 Eric Anholtvc4: Use register allocator CLASS_BIT_R0_R3 to clean...
2016-11-13 Eric Anholtvc4: Fix register class handling of DDX/DDY arguments.
2016-11-09 Eric Anholtvc4: Don't abort when a shader compile fails.
2016-08-26 Eric Anholtvc4: Add register allocation support for MUL output...
2016-07-13 Eric Anholtvc4: Implement live intervals using a CFG.
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: Switch the unpack ops to being unpack flags on...
2015-10-26 Eric Anholtvc4: Fix up the test for whether the unpack can be...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Eric Anholtvc4: Actually allow math results to allocate into r4.
2015-08-21 Eric Anholtvc4: Fold the 16-bit integer pack into the instructions...
2015-08-21 Eric Anholtvc4: Allow unpack_8[abcd]_f's src to stay in r4.
2015-08-21 Eric Anholtvc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
2015-08-21 Eric Anholtvc4: Allow QIR registers to be non-SSA.
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
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-07-14 Eric Anholtvc4: Add better debug for register allocation failure.
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-01-15 Eric Anholtvc4: Move the tests for src needing to be an A register...
2015-01-10 Eric Anholtvc4: Avoid the save/restore of r3 for raddr conflicts...
2014-12-15 Eric Anholtvc4: Add support for 16-bit signed/unsigned norm/scaled...
2014-12-15 Eric Anholtvc4: Add support for 8-bit unnormalized vertex attrs.
2014-12-15 Eric Anholtvc4: Rename UNPACK_8* to UNPACK_8*_F.
2014-12-09 Eric Anholtvc4: Reserve rb31 instead of r3 for raddr conflict...
2014-12-09 Eric Anholtvc4: Prioritize allocating accumulators to short-lived...
2014-12-09 Eric Anholtvc4: Interleave register allocation from regfile A...
2014-09-23 Eric Anholtvc4: Put dead writes into the NOP register when generat...
2014-09-23 Eric Anholtvc4: Add support for 8-bit unorm/snorm vertex inputs.
2014-09-23 Eric Anholtvc4: Switch to using Mesa's register allocator.
2014-09-23 Eric Anholtvc4: Make a static list of all the registers.
2014-09-19 Eric Anholtvc4: Use the same method as for FRAG_Z to handle fragco...
2014-09-16 Eric Anholtvc4: Fix memory leaks in register allocation.
2014-09-16 Eric Anholtvc4: Move register allocation to a separate file.