Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Use pointers for nir_src_copy and nir_dest_copy | Jason Ekstrand | 2015-01-26 | 1 | -2/+2 |
* | nir: Make an easier helper for setting up SSA defs. | Eric Anholt | 2015-01-22 | 1 | -7/+4 |
* | nir: Stop using designated initializers | Jason Ekstrand | 2015-01-21 | 1 | -5/+3 |
* | nir: Make load_const SSA-only | Jason Ekstrand | 2015-01-15 | 1 | -12/+5 |
* | nir/lower_atomics: Use/support SSA | Jason Ekstrand | 2015-01-15 | 1 | -18/+32 |
* | nir: Call nir_metadata_preserve more places | Jason Ekstrand | 2015-01-15 | 1 | -1/+4 |
* | nir: Make array deref direct vs. indirect an enum | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir/lower_atomics: Multiply array offsets by ATOMIC_COUNTER_SIZE | Jason Ekstrand | 2015-01-15 | 1 | -1/+17 |
* | nir: add a pass to lower atomics | Connor Abbott | 2015-01-15 | 1 | -0/+127 |