summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_schedule.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add separate write-after-read dependency tracking for pairing.Eric Anholt2014-12-051-20/+58
* vc4: Fix inverted priority of instructions for QPU scheduling.Eric Anholt2014-12-051-10/+10
* vc4: Pair up QPU instructions when scheduling.Eric Anholt2014-12-011-17/+62
* vc4: Introduce scheduling of QPU instructions.Eric Anholt2014-12-011-0/+693