summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom1-1/+0
2017-10-20broadcom/vc4: Fix aliasing issueStefan Schake1-1/+1
2016-11-29vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.Eric Anholt1-1/+1
2016-11-29vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt1-3/+3
2016-07-12vc4: Convert uniforms lowering to work with multiple blocks.Eric Anholt1-29/+44
2016-07-12vc4: Create a basic block structure and move the instructions into it.Eric Anholt1-1/+1
2016-07-12vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt1-2/+2
2016-04-08vc4: Add a helper function for the construction of qregs.Eric Anholt1-1/+1
2015-11-17vc4: Don't bother lowering uniforms when the same value is used twice.Eric Anholt1-13/+33
2015-11-17vc4: Fix documentation on vc4_qir_lower_uniforms.c.Eric Anholt1-7/+3
2015-07-17vc4: Also consider uniform 0 in uniform lowering.Eric Anholt1-3/+3
2015-05-29vc4: Convert from simple_list.h to list.hEric Anholt1-6/+3
2015-02-19vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt1-0/+1
2015-02-19vc4: Enforce one-uniform-per-instruction after optimization.Eric Anholt1-0/+176