summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_vpm.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Fix a leak of the src[] array of VPM reads in optimization.Eric Anholt2016-08-031-4/+5
* vc4: Disable vc4_opt_vpm in the presence of control flow.Eric Anholt2016-07-131-0/+5
* vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt2016-07-121-2/+2
* vc4: Allow multi-instruction QIR nodes to get VPM optimization.Eric Anholt2016-04-081-2/+2
* vc4: Coalesce instructions using VPM reads into the VPM read.Varad Gautam2016-03-151-5/+69
* vc4: rename file to group vpm optimizations togetherVarad Gautam2016-03-151-0/+98