summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_opt_small_immediates.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt1-0/+11
2016-11-29vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.Eric Anholt1-5/+2
2016-11-29vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt1-2/+2
2016-07-12vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt1-1/+1
2015-10-26vc4: Switch the unpack ops to being unpack flags on a mov.Eric Anholt1-3/+1
2015-05-29vc4: Convert from simple_list.h to list.hEric Anholt1-4/+1
2015-02-19vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt1-5/+1
2015-01-15vc4: No turning unpack arguments into small immediates.Eric Anholt1-0/+3
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt1-0/+105