nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir_lower_clamp_color_outputs.c
2019-06-26 Timothy Arcerinir: add tess support to nir_lower_clamp_color_outputs()
2018-07-05 Eric Anholtnir: Apply fragment color clamping to gl_FragData[...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_clamp_color_...
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_clamp_color_ou...
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-03-23 Matt Turnernir: Return progress from nir_lower_clamp_color_outputs().
2016-05-25 Matt Turnernir: Strengthen assertion that 'out' is nonnull.
2016-05-02 Rob Clarknir: make lower_clamp_color pass work after lower i/o
2016-04-30 Rob Clarknir: clamp-color-output support