Re: [Mesa-dev] [PATCH v3] nir: add varying array splitting pass

2017-11-30 Thread Nicolai Hähnle
On 30.11.2017 01:19, Timothy Arceri wrote: V2: - fix matrix support, non-array matrices were being skipped in v1 v3: - handle lowering of tcs output loads correctly - correctly mark indirect locations for either in or out not both when processing a stage. - use nir_src_copy() when lo

Re: [Mesa-dev] [PATCH v3] nir: add varying array splitting pass

2017-11-29 Thread Dieter Nützel
Tested-by: Dieter Nützel Dieter Am 30.11.2017 01:19, schrieb Timothy Arceri: V2: - fix matrix support, non-array matrices were being skipped in v1 v3: - handle lowering of tcs output loads correctly - correctly mark indirect locations for either in or out not both when processing a stag

[Mesa-dev] [PATCH v3] nir: add varying array splitting pass

2017-11-29 Thread Timothy Arceri
V2: - fix matrix support, non-array matrices were being skipped in v1 v3: - handle lowering of tcs output loads correctly - correctly mark indirect locations for either in or out not both when processing a stage. - use nir_src_copy() when lowering stores. --- src/compiler/Makefile.sources