Re: [Mesa-dev] [PATCH 10/20] nir: Add pass to scalarize read_invocation/read_first_invocation

2017-07-18 Thread Connor Abbott
AMD will want these to be scalar too. With Ken's fix, Reviewed-by: Connor Abbott On Thu, Jul 6, 2017 at 4:48 PM, Matt Turner wrote: > i965 will want these to be scalar operations. > --- > src/compiler/Makefile.sources | 1 + >

Re: [Mesa-dev] [PATCH 10/20] nir: Add pass to scalarize read_invocation/read_first_invocation

2017-07-17 Thread Kenneth Graunke
On Monday, July 17, 2017 6:12:57 PM PDT Matt Turner wrote: > On Mon, Jul 17, 2017 at 5:10 PM, Kenneth Graunke > wrote: > > On Thursday, July 6, 2017 4:48:20 PM PDT Matt Turner wrote: > >> i965 will want these to be scalar operations. > >> --- > >>

Re: [Mesa-dev] [PATCH 10/20] nir: Add pass to scalarize read_invocation/read_first_invocation

2017-07-17 Thread Matt Turner
On Mon, Jul 17, 2017 at 5:10 PM, Kenneth Graunke wrote: > On Thursday, July 6, 2017 4:48:20 PM PDT Matt Turner wrote: >> i965 will want these to be scalar operations. >> --- >> src/compiler/Makefile.sources | 1 + >> src/compiler/nir/nir.h

Re: [Mesa-dev] [PATCH 10/20] nir: Add pass to scalarize read_invocation/read_first_invocation

2017-07-17 Thread Kenneth Graunke
On Thursday, July 6, 2017 4:48:20 PM PDT Matt Turner wrote: > i965 will want these to be scalar operations. > --- > src/compiler/Makefile.sources | 1 + > src/compiler/nir/nir.h | 2 +- > .../nir/nir_lower_read_invocation_to_scalar.c | 112

[Mesa-dev] [PATCH 10/20] nir: Add pass to scalarize read_invocation/read_first_invocation

2017-07-06 Thread Matt Turner
i965 will want these to be scalar operations. --- src/compiler/Makefile.sources | 1 + src/compiler/nir/nir.h | 2 +- .../nir/nir_lower_read_invocation_to_scalar.c | 112 + 3 files changed, 114 insertions(+), 1