summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_opt_constant_folding.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt1-1/+1
2016-07-12vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt1-1/+1
2015-05-29vc4: Convert from simple_list.h to list.hEric Anholt1-3/+1
2015-03-30vc4: Add a constant folding pass.Eric Anholt1-0/+110