nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_lower_clip_cull_distance_arrays.c
2020-07-29 Jason Ekstrandnir: Use a nir_shader and mode in lower_clip_cull_dista...
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-03-19 Marek Olšáknir: fix clip/cull_distance_array_size in nir_lower_cli...
2019-02-21 Jason Ekstrandnir/lower_clip_cull: Fix an incorrect assert
2019-02-21 Jason Ekstrandnir: Rewrite lower_clip_cull_distance_arrays to do...
2019-02-05 Kenneth Graunkenir: Avoid clip/cull distance lowering multiple times.
2019-02-05 Kenneth Graunkenir: Bail on clip/cull distance lowering if GLSL IR...
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2018-10-16 Dave Airlienir: fix clip cull lowering to not assert if GLSL alrea...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_clip_cull_di...
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_clip_cull
2018-06-23 Rob Clarknir: add deref lowering sanity checking
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-03-23 Matt Turnernir: Return progress from nir_lower_clip_cull_distance_...
2016-11-22 Kenneth Graunkenir: add a pass to compact clip/cull distances.