Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Use pointers for nir_src_copy and nir_dest_copy | Jason Ekstrand | 2015-01-26 | 1 | -1/+1 |
* | nir: Make an easier helper for setting up SSA defs. | Eric Anholt | 2015-01-22 | 1 | -3/+2 |
* | nir: Replace assert(0) with unreachable(). | Matt Turner | 2015-01-21 | 1 | -2/+1 |
* | nir: Stop using designated initializers | Jason Ekstrand | 2015-01-21 | 1 | -5/+3 |
* | nir/lower_system_values: Handle SSA destinations | Jason Ekstrand | 2015-01-15 | 1 | -1/+14 |
* | nir: Call nir_metadata_preserve more places | Jason Ekstrand | 2015-01-15 | 1 | -0/+2 |
* | nir: Vectorize intrinsics | Jason Ekstrand | 2015-01-15 | 1 | -2/+1 |
* | nir: add a pass to lower system value reads | Connor Abbott | 2015-01-15 | 1 | -0/+106 |