Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Convert from simple_list.h to list.h | Eric Anholt | 2015-05-29 | 1 | -38/+26 |
* | vc4: Add support for turning constant uniforms into small immediates. | Eric Anholt | 2014-12-17 | 1 | -2/+6 |
* | vc4: Do QPU scheduling across uniform loads. | Eric Anholt | 2014-12-09 | 1 | -28/+60 |
* | vc4: Populate the delay field better, and schedule high delay first. | Eric Anholt | 2014-12-09 | 1 | -1/+49 |
* | vc4: Skip raddr dependencies for 32-bit immediate loads. | Eric Anholt | 2014-12-09 | 1 | -2/+5 |
* | vc4: Mark VPM read setup as impacting VPM reads, not writes. | Eric Anholt | 2014-12-09 | 1 | -1/+7 |
* | vc4: Add separate write-after-read dependency tracking for pairing. | Eric Anholt | 2014-12-05 | 1 | -20/+58 |
* | vc4: Fix inverted priority of instructions for QPU scheduling. | Eric Anholt | 2014-12-05 | 1 | -10/+10 |
* | vc4: Pair up QPU instructions when scheduling. | Eric Anholt | 2014-12-01 | 1 | -17/+62 |
* | vc4: Introduce scheduling of QPU instructions. | Eric Anholt | 2014-12-01 | 1 | -0/+693 |