aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_register_allocate.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-7/+2
* vc4: Move the tests for src needing to be an A register to vc4_qir.c.Eric Anholt2015-01-151-17/+5
* vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2015-01-111-2/+2
* vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.Eric Anholt2014-12-151-0/+4
* vc4: Add support for 8-bit unnormalized vertex attrs.Eric Anholt2014-12-151-0/+4
* vc4: Rename UNPACK_8* to UNPACK_8*_F.Eric Anholt2014-12-151-4/+4
* vc4: Reserve rb31 instead of r3 for raddr conflict spills.Eric Anholt2014-12-091-3/+3
* vc4: Prioritize allocating accumulators to short-lived values.Eric Anholt2014-12-091-14/+59
* vc4: Interleave register allocation from regfile A and B.Eric Anholt2014-12-081-39/+38
* vc4: Put dead writes into the NOP register when generating code.Eric Anholt2014-09-231-1/+8
* vc4: Add support for 8-bit unorm/snorm vertex inputs.Eric Anholt2014-09-231-0/+8
* vc4: Switch to using Mesa's register allocator.Eric Anholt2014-09-231-105/+105
* vc4: Make a static list of all the registers.Eric Anholt2014-09-231-12/+82
* vc4: Use the same method as for FRAG_Z to handle fragcoord W.Eric Anholt2014-09-191-0/+8
* vc4: Fix memory leaks in register allocation.Eric Anholt2014-09-161-0/+3
* vc4: Move register allocation to a separate file.Eric Anholt2014-09-161-0/+157