nir/lower_uniforms_to_ubo: Use nir_foreach_variable_with_modes
[mesa.git] / src / compiler / nir / nir_lower_uniforms_to_ubo.c
2020-07-29 Jason Ekstrandnir/lower_uniforms_to_ubo: Use nir_foreach_variable_wit...
2020-05-12 Eric Anholtnir: Fix count when we didn't lower load_uniforms but...
2020-05-05 Louis-Francis Ratt... nir: Always create UBO variable when lowering uniforms...
2020-03-30 Jason Ekstrandnir: Set UBO alignments in lower_uniforms_to_ubo
2019-10-22 Marek Olšáknir: allow nir_lower_uniforms_to_ubo to be run repeatedly
2019-03-05 Timur Kristófnir: Add multiplier argument to nir_lower_uniforms_to_ubo.
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2017-07-31 Nicolai Hähnlenir: add nir_lower_uniforms_to_ubo pass