summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qir_validate.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.Eric Anholt1-0/+24
2016-11-29vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt1-1/+1
2016-08-25vc4: Add a QIR value for the QPU element register.Eric Anholt1-0/+2
2016-07-12vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt1-1/+1
2016-05-31vc4: Fix compiler warnings in fail_instr path of QIR validate passRhys Kidd1-10/+10
2016-05-06vc4: Add support for loading immediate values in QIR.Eric Anholt1-0/+2
2016-05-06vc4: Add a small QIR validate pass.Eric Anholt1-0/+123