freedreno/ir3: drop instr_clone() stuff
[mesa.git] / src / gallium / drivers / vc4 / vc4_register_allocate.c
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.