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