vc4: Put dead writes into the NOP register when generating code.
[mesa.git] / src / gallium / drivers / vc4 / vc4_register_allocate.c
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.