Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Remove old-school deref chain support | Jason Ekstrand | 2018-06-22 | 1 | -5/+0 |
* | nir: convert lower_io_arrays_to_elements to deref instructions | Rob Clark | 2018-06-22 | 1 | -79/+81 |
* | nir: add deref lowering sanity checking | Rob Clark | 2018-06-22 | 1 | -0/+5 |
* | nir/st_glsl_to_nir: add param to disable splitting of inputs | Timothy Arceri | 2018-01-31 | 1 | -9/+13 |
* | nir: fix shift for uint64_t | Timothy Arceri | 2017-12-13 | 1 | -2/+2 |
* | nir: allow builin arrays to be lowered | Timothy Arceri | 2017-12-04 | 1 | -7/+10 |
* | nir: add array lowering function that assumes there are no indirects | Timothy Arceri | 2017-12-04 | 1 | -1/+43 |
* | nir: add varying array splitting pass | Timothy Arceri | 2017-12-04 | 1 | -0/+383 |