summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_opt_vpm.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29vc4: Split optimizing VPM writes from VPM reads.Eric Anholt1-51/+2
2016-11-29vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt1-3/+3
2016-08-03vc4: Fix a leak of the src[] array of VPM reads in optimization.Eric Anholt1-4/+5
2016-07-13vc4: Disable vc4_opt_vpm in the presence of control flow.Eric Anholt1-0/+5
2016-07-12vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt1-2/+2
2016-04-08vc4: Allow multi-instruction QIR nodes to get VPM optimization.Eric Anholt1-2/+2
2016-03-15vc4: Coalesce instructions using VPM reads into the VPM read.Varad Gautam1-5/+69
2016-03-15vc4: rename file to group vpm optimizations togetherVarad Gautam1-0/+98