Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/serialize: Alloc constants off the variable | Jason Ekstrand | 2018-07-24 | 1 | -1/+1 |
* | nir: Add a concept of constant data associated with a shader | Jason Ekstrand | 2018-07-02 | 1 | -0/+12 |
* | nir: Remove old-school deref chain support | Jason Ekstrand | 2018-06-22 | 1 | -99/+0 |
* | nir,spirv: Rework function calls | Jason Ekstrand | 2018-06-22 | 1 | -34/+10 |
* | nir: Add a concept of per-member structs and a lowering pass | Jason Ekstrand | 2018-06-22 | 1 | -0/+12 |
* | nir: add deref lowering sanity checking | Rob Clark | 2018-06-22 | 1 | -0/+2 |
* | nir: Add a deref instruction type | Jason Ekstrand | 2018-06-22 | 1 | -0/+81 |
* | nir/serialize: handle var->name being NULL | Alejandro Piñeiro | 2018-03-01 | 1 | -1/+2 |
* | nir: mark unused space in packed_tex_data | Tapani Pälli | 2018-01-29 | 1 | -0/+1 |
* | nir/serialize: fix build with gcc 4.4.7 | Dave Airlie | 2017-11-03 | 1 | -19/+19 |
* | nir: Add hooks for testing serialization | Jason Ekstrand | 2017-10-31 | 1 | -0/+19 |
* | nir: add serialization and deserialization | Connor Abbott | 2017-10-31 | 1 | -0/+1201 |