nir/large_constants: Use dominance information to find more constants
[mesa.git] / src / compiler / nir / nir_opt_large_constants.c
2019-07-17 Caio Marcelo de... nir/large_constants: Use dominance information to find...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-12-16 Jason Ekstrandnir/large_constants: Properly handle 1-bit bools
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-07-02 Jason Ekstrandnir: Add a large constants optimization pass