Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/Makefile: Fix alphabetization | Jason Ekstrand | 2016-03-28 | 1 | -3/+3 |
* | nir: Add a pass to inline functions | Jason Ekstrand | 2016-03-24 | 1 | -0/+1 |
* | nir: Add return lowering pass | Jason Ekstrand | 2016-03-24 | 1 | -0/+1 |
* | nir: Add a pass to repair SSA form | Jason Ekstrand | 2016-03-24 | 1 | -0/+1 |
* | nir: Add a phi node placement helper | Jason Ekstrand | 2016-03-24 | 1 | -0/+2 |
* | glsl: Add a pass to propagate the "invariant" and "precise" qualifiers | Jason Ekstrand | 2016-03-23 | 1 | -0/+1 |
* | nir: Add a pass for lower indirect variable dereferences | Jason Ekstrand | 2016-03-08 | 1 | -0/+1 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+147 |
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+71 |
* | compiler: move the glsl_types C wrapper alongside their C++ brethren | Emil Velikov | 2016-01-26 | 1 | -0/+2 |
* | nir: move glsl_types.{cpp,h} to compiler | Emil Velikov | 2016-01-26 | 1 | -0/+2 |
* | nir: move shader_enums.[ch] to compiler | Emil Velikov | 2016-01-26 | 1 | -1/+3 |
* | compiler: introduce a libcompiler static library | Emil Velikov | 2016-01-26 | 1 | -0/+2 |