Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/hash_table: update users to use new optimal integer hash functions | Anthony Pesch | 2020-01-23 | 1 | -13/+1 |
* | util: use C99 declaration in the for-loop hash_table_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -2/+0 |
* | 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 |