Re: [Mesa-dev] [PATCH] nir: use common deref has indirect code in scratch lowering.

2019-07-31 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand The only real difference is that the common one also handles casts. Would probably be good to handle them here too. --Jason On Wed, Jul 31, 2019 at 12:36 AM Dave Airlie wrote: > From: Dave Airlie > > This doesn't seem to need it's own copy here. > --- >

[Mesa-dev] [PATCH] nir: use common deref has indirect code in scratch lowering.

2019-07-30 Thread Dave Airlie
From: Dave Airlie This doesn't seem to need it's own copy here. --- src/compiler/nir/nir_lower_scratch.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/compiler/nir/nir_lower_scratch.c b/src/compiler/nir/nir_lower_scratch.c index