Re: [Mesa-dev] [PATCH 06/11] intel/nir: Use the separated dead write vars pass

2018-10-03 Thread Jason Ekstrand
I see what you're doing now. I just saw patch 8. Still, 6-8 could go together. Doesn't really matter I guess. --Jason On Wed, Oct 3, 2018 at 2:40 PM Jason Ekstrand wrote: > This should probably be squashed into patch 5 > > On Sat, Sep 15, 2018 at 12:46 AM Caio Marcelo de Oliveira Filho < > c

Re: [Mesa-dev] [PATCH 06/11] intel/nir: Use the separated dead write vars pass

2018-10-03 Thread Jason Ekstrand
This should probably be squashed into patch 5 On Sat, Sep 15, 2018 at 12:46 AM Caio Marcelo de Oliveira Filho < caio.olive...@intel.com> wrote: > No changes to shader-db. > --- > src/intel/compiler/brw_nir.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/intel/compiler/brw_nir.c b/

[Mesa-dev] [PATCH 06/11] intel/nir: Use the separated dead write vars pass

2018-09-14 Thread Caio Marcelo de Oliveira Filho
No changes to shader-db. --- src/intel/compiler/brw_nir.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index b38c3ba383d..77938efae31 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -553,6 +553,7 @@