nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_lower_samplers.c
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2019-09-06 Timur Kristófnir: Carve out nir_lower_samplers from GLSL code.
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-03-23 Matt Turnernir: Return progress from nir_lower_samplers().
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-08-10 Eric Anholtnir: Drop an unused program/hash_table.h include.
2016-05-24 Jason Ekstrandnir/lower_samplers: Protect against sampler index overflow
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/lower_samplers: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/