[Mesa-dev] [PATCH 0/7] smattering of tgsi/ttn/nir fixes

Rob Clark robdclark at gmail.com
Sat Jun 27 07:57:18 PDT 2015


From: Rob Clark <robclark at freedesktop.org>

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



More information about the mesa-dev mailing list