| Commit message (Expand) | Author | Age | Files | Lines |
* | nir/glsl: Add support for saturate | Jason Ekstrand | 2015-01-15 | 1 | -0/+5 |
* | Fix what I think are a few NIR typos | Jason Ekstrand | 2015-01-15 | 1 | -3/+3 |
* | nir: add an SSA-based dead code elimination pass | Connor Abbott | 2015-01-15 | 2 | -0/+190 |
* | nir: add an SSA-based copy propagation pass | Connor Abbott | 2015-01-15 | 2 | -0/+316 |
* | nir: add a pass to convert to SSA | Connor Abbott | 2015-01-15 | 2 | -0/+685 |
* | nir: calculate dominance information | Connor Abbott | 2015-01-15 | 3 | -1/+336 |
* | nir: add an optimization to turn global registers into local registers | Connor Abbott | 2015-01-15 | 2 | -0/+105 |
* | nir: add a pass to lower atomics | Connor Abbott | 2015-01-15 | 2 | -0/+129 |
* | nir: add a pass to lower system value reads | Connor Abbott | 2015-01-15 | 2 | -0/+108 |
* | nir: add a pass to lower sampler instructions | Connor Abbott | 2015-01-15 | 2 | -0/+175 |
* | nir: add a pass to remove unused variables | Connor Abbott | 2015-01-15 | 2 | -0/+140 |
* | nir: keep track of the number of input, output, and uniform slots | Connor Abbott | 2015-01-15 | 3 | -4/+16 |
* | nir: add a pass to lower variables for scalar backends | Connor Abbott | 2015-01-15 | 2 | -0/+1236 |
* | nir: add a glsl-to-nir pass | Connor Abbott | 2015-01-15 | 2 | -0/+1795 |
* | nir: add a validation pass | Connor Abbott | 2015-01-15 | 2 | -0/+792 |
* | nir: add a printer | Connor Abbott | 2015-01-15 | 2 | -0/+914 |
* | SQUASH: Fix comments from eric | Jason Ekstrand | 2015-01-15 | 1 | -0/+3 |
* | SQUASH: Add an assert | Jason Ekstrand | 2015-01-15 | 1 | -0/+1 |
* | nir: add core helper functions | Connor Abbott | 2015-01-15 | 2 | -0/+1808 |
* | SQUASH: Use the enum for the variable mode | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir: add the core datastructures | Connor Abbott | 2015-01-15 | 5 | -0/+1749 |
* | nir: add a simple C wrapper around glsl_types.h | Connor Abbott | 2015-01-15 | 2 | -0/+233 |
* | nir: add initial README | Connor Abbott | 2015-01-15 | 1 | -0/+118 |