From: Rob Clark <[email protected]> Mostly ttn fixes, plus a couple small nir fixes/cleanups, and a doc patch to clairify ArrayID usage
Rob Clark (7): tgsi: update docs for ArrayID usage gallium/ttn: IN/OUT are only array if ArrayID != 0 gallium/ttn: partial fix for output arrays gallium/ttn: add TXB2 gallium/ttn: don't upset nir_validate w/ BRK's nir/lower_phis_to_scalar: undef is trivially scalarizable nir: cleanup open-coded instruction casts src/gallium/auxiliary/nir/tgsi_to_nir.c | 162 +++++++++++++++++++------------- src/gallium/docs/source/tgsi.rst | 1 + src/glsl/nir/nir_lower_alu_to_scalar.c | 2 +- src/glsl/nir/nir_lower_phis_to_scalar.c | 1 + src/glsl/nir/nir_lower_vec_to_movs.c | 2 +- src/glsl/nir/nir_search.c | 2 +- 6 files changed, 102 insertions(+), 68 deletions(-) -- 2.4.3 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
