Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir / nir_lower_bitmap.c
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
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...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-02 Eric Anholtnir: Pick just the channels we want for bitmap and...
2016-11-04 Eric Anholtnir: Make sure to set the texsrc type in nir drawpixels...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-08-29 Eric Anholtnir: Update shader info when adding discards
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-05-11 Rob Clarknir: add lowering pass for glBitmap