Re: [Mesa-dev] [PATCH 02/15] nir: allow builin arrays to be lowered

2017-11-29 Thread Nicolai Hähnle
On 22.11.2017 11:29, Timothy Arceri wrote: Galliums nir drivers expect this to be done. --- src/compiler/nir/nir_lower_io_arrays_to_elements.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/compiler/nir/nir_lower_io_arrays_to_elements.c b/src/compil

[Mesa-dev] [PATCH 02/15] nir: allow builin arrays to be lowered

2017-11-22 Thread Timothy Arceri
Galliums nir drivers expect this to be done. --- src/compiler/nir/nir_lower_io_arrays_to_elements.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/compiler/nir/nir_lower_io_arrays_to_elements.c b/src/compiler/nir/nir_lower_io_arrays_to_elements.c index