glsl/nir: add support for lowering bindless images_derefs
[mesa.git] / src / compiler / nir / nir_opt_large_constants.c
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