nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_lower_io_to_vector.c
2020-07-29 Jason Ekstrandnir/io_to_vector: Use nir_foreach_variable_with_modes
2020-06-15 Erik Faye-Lundnir: do not try to merge xfb-outputs
2020-04-07 Caio Marcelo de... nir: Add per_view attribute to nir_variable
2020-01-29 Samuel Pitoisetnir: add nir_intrinsic_interp_deref_at_vertex
2019-12-02 Rhys Perrynir/lower_io_to_vector: don't create arrays when not...
2019-10-18 Rob Clarknir: add amul instruction
2019-09-06 Rhys Perrynir/lower_io_to_vector: don't merge compact varyings
2019-09-06 Rhys Perrynir/lower_io_to_vector: add flat mode
2019-09-06 Rhys Perrynir/lower_io_to_vector: allow FS outputs to be vectorized
2019-04-26 Tapani Pällinir: use braces around subobject in initializer
2019-03-12 Jason Ekstrandnir: Add a pass for lowering IO back to vector when...