nir: Support deref instructions in lower_drawpixels
[mesa.git] / src / compiler / nir / nir_lower_drawpixels.c
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_drawpixels
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-02-13 Marek Olšákmesa: move STATE_LENGTH to shader_enums.h and use it...
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-05-02 Eric Anholtnir: Pick just the channels we want for bitmap and...
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2016-11-04 Eric Anholtnir: Make sure to set the texsrc type in nir drawpixels...
2016-08-22 Eric Anholtnir: Fix crash in nir_lower_drawpixels.
2016-08-22 Eric Anholtnir: Fix a comment typo in nir_lower_drawpixels.
2016-05-11 Rob Clarknir: add lowering pass for glDrawPixels