nir/range-analysis: Tighten the range of fsat based on the range of its source
[mesa.git] / src / compiler / nir / nir_opt_dead_write_vars.c
2019-01-19 Karol Herbstnir: rename nir_var_shared to nir_var_mem_shared
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
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