i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcode per destination's type
[mesa.git] / src / compiler / nir / nir_lower_io_to_temporaries.c
2016-12-05 Jason Ekstrandnir: Delete most of the constant_initializer support
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-26 Kenneth Graunkenir: Make nir_lower_io_to_temporaries store an impl...
2016-08-26 Francisco Jereznir: Handle FB fetch outputs correctly in nir_lower_io_...
2016-05-11 Rob Clarknir/lower-io: add support for lowering inputs
2016-05-11 Rob Clarknir/lower-io: split out some helper fxns
2016-05-11 Rob Clarknir: rename lower_outputs_to_temporaries -> lower_io_to...