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 some helpers for copying ALU src/dests. | Eric Anholt | 2015-01-23 | 1 | -4/+1 |
* | nir: Make an easier helper for setting up SSA defs. | Eric Anholt | 2015-01-22 | 1 | -3/+2 |
* | nir: Stop using designated initializers | Jason Ekstrand | 2015-01-21 | 1 | -5/+3 |
* | nir: Add a nir_foreach_phi_src helper macro | Jason Ekstrand | 2015-01-20 | 1 | -1/+1 |
* | nir: Make bcsel a fully vector operation | Jason Ekstrand | 2015-01-15 | 1 | -0/+2 |
* | nir/metadata: Rename metadata_dirty to metadata_preserve | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir: Don't require a function in ssa_def_init | Jason Ekstrand | 2015-01-15 | 1 | -3/+1 |
* | nir: Add a peephole select optimization | Jason Ekstrand | 2015-01-15 | 1 | -0/+214 |