Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst. | Eric Anholt | 2016-11-29 | 1 | -0/+24 |
* | vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *). | Eric Anholt | 2016-11-29 | 1 | -1/+1 |
* | vc4: Add a QIR value for the QPU element register. | Eric Anholt | 2016-08-25 | 1 | -0/+2 |
* | vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places. | Eric Anholt | 2016-07-12 | 1 | -1/+1 |
* | vc4: Fix compiler warnings in fail_instr path of QIR validate pass | Rhys Kidd | 2016-05-31 | 1 | -10/+10 |
* | vc4: Add support for loading immediate values in QIR. | Eric Anholt | 2016-05-06 | 1 | -0/+2 |
* | vc4: Add a small QIR validate pass. | Eric Anholt | 2016-05-06 | 1 | -0/+123 |