vc4: Fold the 16-bit integer pack into the instructions generating it.
[mesa.git] / src / gallium / drivers / vc4 / vc4_register_allocate.c
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-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-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.