Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / glsl / gl_nir_lower_samplers_as_deref.c
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-16 Tapani Pällinir/glsl: gather bitmask of images used by program
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2019-12-01 Dave Airlienir/samplers: don't zero samplers_used/txf.
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-04-22 Kenneth GraunkeRevert "glsl: Set location on structure-split sampler...
2019-04-12 Kenneth Graunkeglsl: Set location on structure-split sampler uniform...
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-02-12 Kenneth Graunkenir: Gather texture bitmasks in gl_nir_lower_samplers_a...
2019-02-12 Kenneth Graunkeglsl: Don't look at sampler uniform storage for interna...
2019-02-12 Kenneth Graunkeglsl: Allow gl_nir_lower_samplers*() without a gl_shade...
2019-01-11 Kenneth Graunkenir: Allow a non-existent sampler deref in nir_lower_sa...
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2019-01-07 Kenneth Graunkenir: Fix gl_nir_lower_samplers_as_deref's structure...
2018-08-23 Ian Romanicknir: Add floating point atomic add instrinsics
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Rob Clarknir: convert lower_samplers_as_deref to deref instructions
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl