summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Convert uniforms lowering to work with multiple blocks.Eric Anholt2016-07-121-29/+44
* vc4: Create a basic block structure and move the instructions into it.Eric Anholt2016-07-121-1/+1
* vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt2016-07-121-2/+2
* vc4: Add a helper function for the construction of qregs.Eric Anholt2016-04-081-1/+1
* vc4: Don't bother lowering uniforms when the same value is used twice.Eric Anholt2015-11-171-13/+33
* vc4: Fix documentation on vc4_qir_lower_uniforms.c.Eric Anholt2015-11-171-7/+3
* vc4: Also consider uniform 0 in uniform lowering.Eric Anholt2015-07-171-3/+3
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-6/+3
* vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt2015-02-191-0/+1
* vc4: Enforce one-uniform-per-instruction after optimization.Eric Anholt2015-02-191-0/+176