aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_small_immediates.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt2017-02-101-0/+11
* vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.Eric Anholt2016-11-291-5/+2
* vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt2016-11-291-2/+2
* vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt2016-07-121-1/+1
* vc4: Switch the unpack ops to being unpack flags on a mov.Eric Anholt2015-10-261-3/+1
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-4/+1
* vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt2015-02-191-5/+1
* vc4: No turning unpack arguments into small immediates.Eric Anholt2015-01-151-0/+3
* vc4: Add support for turning constant uniforms into small immediates.Eric Anholt2014-12-171-0/+105