vc4: Add support for ARB_draw_elements_base_vertex.
[mesa.git] / src / gallium / drivers / vc4 / vc4_register_allocate.c
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.