aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_schedule.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-38/+26
* vc4: Add support for turning constant uniforms into small immediates.Eric Anholt2014-12-171-2/+6
* vc4: Do QPU scheduling across uniform loads.Eric Anholt2014-12-091-28/+60
* vc4: Populate the delay field better, and schedule high delay first.Eric Anholt2014-12-091-1/+49
* vc4: Skip raddr dependencies for 32-bit immediate loads.Eric Anholt2014-12-091-2/+5
* vc4: Mark VPM read setup as impacting VPM reads, not writes.Eric Anholt2014-12-091-1/+7
* 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