Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Put dead writes into the NOP register when generating code. | Eric Anholt | 2014-09-23 | 1 | -1/+8 |
* | vc4: Add support for 8-bit unorm/snorm vertex inputs. | Eric Anholt | 2014-09-23 | 1 | -0/+8 |
* | vc4: Switch to using Mesa's register allocator. | Eric Anholt | 2014-09-23 | 1 | -105/+105 |
* | vc4: Make a static list of all the registers. | Eric Anholt | 2014-09-23 | 1 | -12/+82 |
* | vc4: Use the same method as for FRAG_Z to handle fragcoord W. | Eric Anholt | 2014-09-19 | 1 | -0/+8 |
* | vc4: Fix memory leaks in register allocation. | Eric Anholt | 2014-09-16 | 1 | -0/+3 |
* | vc4: Move register allocation to a separate file. | Eric Anholt | 2014-09-16 | 1 | -0/+157 |