summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qir_live_variables.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-24vc4: Emit max number of temps in the shader-db output.Eric Anholt1-0/+23
2016-11-29vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt1-1/+1
2016-11-03vc4: Fix use of undefined values since the ralloc zeroing changes.Eric Anholt1-6/+11
2016-10-06vc4: Fix live intervals analysis for screening defs in if statements.Eric Anholt1-2/+11
2016-07-12vc4: Implement live intervals using a CFG.Eric Anholt1-0/+316