radeonsi: move MRTZ export into a separate function
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu_schedule.c
2015-12-19 Eric Anholtvc4: Fix latency handling for QPU texture scheduling.
2015-12-19 Eric Anholtvc4: Keep sample mask writes from being reordered after...
2015-12-11 Eric Anholtvc4: Add debugging of the estimated time to run the...
2015-12-04 Eric Anholtvc4: Add support for storing sample mask.
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-10 Eric Anholtvc4: Do QPU scheduling across uniform loads.
2014-12-10 Eric Anholtvc4: Populate the delay field better, and schedule...
2014-12-10 Eric Anholtvc4: Skip raddr dependencies for 32-bit immediate loads.
2014-12-10 Eric Anholtvc4: Mark VPM read setup as impacting VPM reads, not...
2014-12-05 Eric Anholtvc4: Add separate write-after-read dependency tracking...
2014-12-05 Eric Anholtvc4: Fix inverted priority of instructions for QPU...
2014-12-02 Eric Anholtvc4: Pair up QPU instructions when scheduling.
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.