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