nir: rename nir_var_private to nir_var_shader_temp
[mesa.git] / src / compiler / nir / nir_opt_dead_write_vars.c
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2018-12-18 Jason Ekstrandnir/dead_write_vars: Get modes directly from derefs
2018-10-16 Caio Marcelo de... nir: Separate dead write removal into its own pass