Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/instr: Change "live" to a more generic "pass_flags" field | Jason Ekstrand | 2015-02-19 | 1 | -5/+9 |
* | nir: Rename nir_block_following_if to nir_block_get_following_if | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir: Make load_const SSA-only | Jason Ekstrand | 2015-01-15 | 1 | -7/+0 |
* | nir: Call nir_metadata_preserve more places | Jason Ekstrand | 2015-01-15 | 1 | -0/+4 |
* | nir: Make texture instruction names more consistent | Jason Ekstrand | 2015-01-15 | 1 | -2/+2 |
* | nir: Add a function to detect if a block is immediately followed by an if | Jason Ekstrand | 2015-01-15 | 1 | -7/+5 |
* | nir: add an SSA-based dead code elimination pass | Connor Abbott | 2015-01-15 | 1 | -0/+184 |