aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qir_live_variables.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Emit max number of temps in the shader-db output.Eric Anholt2017-02-241-0/+23
* vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt2016-11-291-1/+1
* vc4: Fix use of undefined values since the ralloc zeroing changes.Eric Anholt2016-11-031-6/+11
* vc4: Fix live intervals analysis for screening defs in if statements.Eric Anholt2016-10-061-2/+11
* vc4: Implement live intervals using a CFG.Eric Anholt2016-07-121-0/+316