nir: Split nir_index_vars into two functions
[mesa.git] / src / compiler / nir / nir_opt_large_constants.c
2020-07-29 Jason Ekstrandnir: Split nir_index_vars into two functions
2020-07-29 Jason Ekstrandnir: Add a nir_foreach_function_temp_variable helper
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-04-16 Jason Ekstrandnir: Add some sanity assertions in opt_large_constants
2020-04-16 Jason Ekstrandnir: Add an alignment to nir_intrinsic_load_constant
2020-03-30 Jason Ekstrandnir: Use b2b opcodes for shared and constant memory
2019-11-20 Rhys Perrynir/large_constants: use nir_index_vars and nir_variabl...
2019-09-24 Connor Abbottnir/opt_large_constants: Handle store writemasks
2019-09-16 Sergii Romantsovnir/large_constants: pass after lowering copy_deref
2019-09-16 Sergii Romantsovnir/large_constants: more careful data copying
2019-07-18 Caio Marcelo de... nir/large_constants: De-duplicate constants
2019-07-18 Caio Marcelo de... nir/large_constants: Use ralloc for var_infos
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