Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Carve out nir_lower_samplers from GLSL code. | Timur Kristóf | 2019-09-06 | 1 | -127/+1 |
* | nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref | Kenneth Graunke | 2019-01-07 | 1 | -47/+28 |
* | nir: Use nir_src_is_const and nir_src_as_* in core code | Jason Ekstrand | 2018-10-22 | 1 | -5/+2 |
* | nir/lower_samplers: don't assume a deref for both texture and sampler srcs | Alejandro Piñeiro | 2018-08-13 | 1 | -53/+58 |
* | nir: Remove old-school deref chain support | Jason Ekstrand | 2018-06-22 | 1 | -2/+0 |
* | nir: Use derefs in nir_lower_samplers | Jason Ekstrand | 2018-06-22 | 1 | -67/+84 |
* | nir/lower_samplers: Clean up function arguments | Jason Ekstrand | 2018-06-22 | 1 | -8/+8 |
* | nir: add deref lowering sanity checking | Rob Clark | 2018-06-22 | 1 | -0/+2 |
* | nir/lower_samplers: Limit assert to GLSL shader programs | Eduardo Lima Mitev | 2018-06-21 | 1 | -1/+2 |
* | nir: move GL specific passes to src/compiler/glsl | Timothy Arceri | 2018-05-01 | 1 | -0/+164 |