nir: support lowering clipdist to arrays
[mesa.git] / src / compiler / nir / nir_lower_constant_initializers.c
2019-06-19 Jason Ekstrandnir: Make nir_constant a vector rather than a matrix
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-03-07 Jason Ekstrandnir/builder: Add a build_deref_array_imm helper
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
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-10 Rhys Perrynir: fix copy-paste error in nir_lower_constant_initial...
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2019-01-10 Matt Turnernir: Rework nir_lower_constant_initializers() to handle...
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-06-23 Jason Ekstrandnir: Use deref instructions in lower_constant_initializers
2016-12-05 Jason Ekstrandnir: Add a pass for lowering away constant initializers