aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_constant_folding.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt2016-11-291-1/+1
* vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt2016-07-121-1/+1
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-3/+1
* vc4: Add a constant folding pass.Eric Anholt2015-03-301-0/+110