Re: [Mesa-dev] [PATCH 1/3] nir: NULL check lower_copies_to_load_store()

2017-07-18 Thread Jason Ekstrand
On Tue, Jul 18, 2017 at 4:26 PM, Timothy Arceri wrote: > On 19/07/17 09:17, Jason Ekstrand wrote: > >> On Thu, Jun 29, 2017 at 7:45 PM, Timothy Arceri > > wrote: >> >> Allows us to disable array spliting for arrays

Re: [Mesa-dev] [PATCH 1/3] nir: NULL check lower_copies_to_load_store()

2017-07-18 Thread Timothy Arceri
On 19/07/17 09:17, Jason Ekstrand wrote: On Thu, Jun 29, 2017 at 7:45 PM, Timothy Arceri > wrote: Allows us to disable array spliting for arrays of arrays without regressing tests such as:

Re: [Mesa-dev] [PATCH 1/3] nir: NULL check lower_copies_to_load_store()

2017-07-18 Thread Jason Ekstrand
On Thu, Jun 29, 2017 at 7:45 PM, Timothy Arceri wrote: > Allows us to disable array spliting for arrays of arrays without > regressing tests such as: > > ES31-CTS.functional.shaders.arrays_of_arrays.return. > explicit.struct_3x1x3_fragment > --- >

[Mesa-dev] [PATCH 1/3] nir: NULL check lower_copies_to_load_store()

2017-06-29 Thread Timothy Arceri
Allows us to disable array spliting for arrays of arrays without regressing tests such as: ES31-CTS.functional.shaders.arrays_of_arrays.return.explicit.struct_3x1x3_fragment --- src/compiler/nir/nir_lower_vars_to_ssa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git