nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_gather_xfb_info.c
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-04-06 Hyunjun Konir: fix wrong assignment to buffer in xfb_varyings_info
2019-11-04 Marek Olšáknir: pack nir_variable::data::xfb_*
2019-04-11 Juan A. Suarez Romeronir/xfb: do not use bare interface type
2019-03-15 Alejandro Piñeironir/xfb: move varyings info out of nir_xfb_info
2019-03-08 Alejandro Piñeironir/xfb: handle arrays and AoA of basic types
2019-03-08 Alejandro Piñeironir/xfb: sort varyings too
2019-03-08 Alejandro Piñeironir/xfb: adding varyings on nir_xfb_info and gather_info
2019-03-08 Alejandro Piñeironir/xfb: add component_offset at nir_xfb_info
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-02-21 Jason Ekstrandnir: Fix a compile warning
2019-02-21 Jason Ekstrandnir/xfb: Handle compact arrays in gather_xfb_info
2019-02-21 Jason Ekstrandnir/xfb: Work in terms of components rather than slots
2019-02-21 Jason Ekstrandnir/xfb: Properly align 64-bit values
2019-02-14 Jason Ekstrandnir: Silence a couple of warnings in release builds
2019-01-22 Alejandro Piñeironir/xfb: distinguish array of structs vs array of blocks
2019-01-22 Jason Ekstrandnir/xfb: Properly handle arrays of blocks
2019-01-22 Alejandro Piñeironir/xfb: don't assert when xfb_buffer/stride is present...
2019-01-22 Jason Ekstrandnir/xfb: Fix offset accounting for dvec3/4
2018-10-29 Brian Paulnir: fix yet another MSVC build break
2018-10-29 Jason Ekstrandnir: Add a pass for gathering transform feedback info