Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Emit max number of temps in the shader-db output. | Eric Anholt | 2017-02-24 | 1 | -0/+23 |
* | vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *). | Eric Anholt | 2016-11-29 | 1 | -1/+1 |
* | vc4: Fix use of undefined values since the ralloc zeroing changes. | Eric Anholt | 2016-11-03 | 1 | -6/+11 |
* | vc4: Fix live intervals analysis for screening defs in if statements. | Eric Anholt | 2016-10-06 | 1 | -2/+11 |
* | vc4: Implement live intervals using a CFG. | Eric Anholt | 2016-07-12 | 1 | -0/+316 |