nir: Get rid of nir_shader::stage
[mesa.git] / src / compiler / nir / nir_lower_io_to_temporaries.c
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-07-13 Connor Abbottnir/lower_io_to_temporaries: don't set compact on shado...
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...