summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_gather_xfb_info.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04nir: pack nir_variable::data::xfb_*Marek Olšák1-6/+6
2019-04-11nir/xfb: do not use bare interface typeJuan A. Suarez Romero1-1/+1
2019-03-15nir/xfb: move varyings info out of nir_xfb_infoAlejandro Piñeiro1-15/+45
2019-03-08nir/xfb: handle arrays and AoA of basic typesAlejandro Piñeiro1-10/+32
2019-03-08nir/xfb: sort varyings tooAlejandro Piñeiro1-2/+17
2019-03-08nir/xfb: adding varyings on nir_xfb_info and gather_infoAlejandro Piñeiro1-5/+25
2019-03-08nir/xfb: add component_offset at nir_xfb_infoAlejandro Piñeiro1-0/+3
2019-03-06nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri1-2/+2
2019-02-21nir: Fix a compile warningJason Ekstrand1-1/+1
2019-02-21nir/xfb: Handle compact arrays in gather_xfb_infoJason Ekstrand1-11/+22
2019-02-21nir/xfb: Work in terms of components rather than slotsJason Ekstrand1-5/+5
2019-02-21nir/xfb: Properly align 64-bit valuesJason Ekstrand1-0/+4
2019-02-14nir: Silence a couple of warnings in release buildsJason Ekstrand1-0/+2
2019-01-22nir/xfb: distinguish array of structs vs array of blocksAlejandro Piñeiro1-7/+17
2019-01-22nir/xfb: Properly handle arrays of blocksJason Ekstrand1-20/+41
2019-01-22nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offsetAlejandro Piñeiro1-7/+6
2019-01-22nir/xfb: Fix offset accounting for dvec3/4Jason Ekstrand1-2/+2
2018-10-29nir: fix yet another MSVC build breakBrian Paul1-1/+1
2018-10-29nir: Add a pass for gathering transform feedback infoJason Ekstrand1-0/+150