Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/opcodes: Remove the per_component info field | Jason Ekstrand | 2015-01-15 | 1 | -17/+17 |
* | nir/opcodes: Add algebraic properties metadata | Jason Ekstrand | 2015-01-15 | 1 | -69/+79 |
* | nir: Make bcsel a fully vector operation | Jason Ekstrand | 2015-01-15 | 1 | -3/+2 |
* | nir: Add neg, abs, and sat opcodes | Jason Ekstrand | 2015-01-15 | 1 | -0/+5 |
* | nir: Add a fused multiply-add peephole | Jason Ekstrand | 2015-01-15 | 1 | -0/+1 |
* | nir: Differentiate between signed and unsigned versions of find_msb | Jason Ekstrand | 2015-01-15 | 1 | -2/+3 |
* | nir: Add fine and coarse derivative opcodes | Jason Ekstrand | 2015-01-15 | 1 | -0/+4 |
* | Fix what I think are a few NIR typos | Jason Ekstrand | 2015-01-15 | 1 | -3/+3 |
* | nir: add the core datastructures | Connor Abbott | 2015-01-15 | 1 | -0/+346 |