nir: properly identify texcoords for lowered IO in nir_lower_drawpixels
[mesa.git] / src / compiler / nir / nir_lower_drawpixels.c
2020-08-24 Marek Olšáknir: properly identify texcoords for lowered IO in...
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2019-10-10 Marek Olšáknir/drawpixels: fix what appears to be a copy-paste...
2019-10-10 Marek Olšáknir/drawpixels: handle load_color0, load_input, load_in...
2019-02-12 Kenneth Graunkenir: Use sampler derefs in drawpixels and bitmap lowering.
2018-10-15 Kenneth Graunkenir: Create sampler2D variables in nir_lower_{bitmap...
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_drawpixels
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