Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: rename nir_var_function to nir_var_function_temp | Karol Herbst | 2019-01-19 | 1 | -1/+1 |
* | nir: rename nir_var_private to nir_var_shader_temp | Karol Herbst | 2019-01-19 | 1 | -1/+1 |
* | nir: fix copy-paste error in nir_lower_constant_initializers | Rhys Perry | 2019-01-10 | 1 | -2/+2 |
* | nir: Unset metadata debug bit if no progress made | Matt Turner | 2019-01-09 | 1 | -0/+4 |
* | nir: Rework nir_lower_constant_initializers() to handle functions | Matt Turner | 2019-01-09 | 1 | -34/+25 |
* | nir: rename global/local to private/function memory | Karol Herbst | 2019-01-08 | 1 | -3/+3 |
* | nir: Use deref instructions in lower_constant_initializers | Jason Ekstrand | 2018-06-22 | 1 | -18/+39 |
* | nir: Add a pass for lowering away constant initializers | Jason Ekstrand | 2016-12-05 | 1 | -0/+112 |