Re: [Mesa-dev] [PATCH 2/9] nir: Export deref comparison functions

2018-08-25 Thread Jason Ekstrand
On Wed, Aug 15, 2018 at 4:57 PM Caio Marcelo de Oliveira Filho < caio.olive...@intel.com> wrote: > Reviewed-by: Timothy Arceri > --- > src/compiler/nir/nir_deref.c | 109 > src/compiler/nir/nir_deref.h | 10 ++ > src/compiler/nir/nir_opt_copy_prop_vars

Re: [Mesa-dev] [PATCH 2/9] nir: Export deref comparison functions

2018-08-22 Thread Jason Ekstrand
Thanks! I've been wanting to do this ever since I added that function. I just didn't have a second consumer. Reviewed-by: Jason Ekstrand On Wed, Aug 15, 2018 at 4:57 PM Caio Marcelo de Oliveira Filho < caio.olive...@intel.com> wrote: > Reviewed-by: Timothy Arceri > --- > src/compiler/nir/ni