nir/range_analysis: Make sure the table validation only occurs once
[mesa.git] / src / compiler / nir / nir_lower_io_to_vector.c
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...