aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qir_live_variables.c
Commit message (Expand)AuthorAgeFilesLines
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-13/+1
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-2/+0
* 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