summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_small_immediates.c
Commit message (Expand)AuthorAgeFilesLines
* 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