On Sat, Aug 25, 2018 at 5:25 PM Kenneth Graunke
wrote:
> On Saturday, August 25, 2018 6:05:57 AM PDT Jason Ekstrand wrote:
> > On Fri, Aug 24, 2018 at 8:24 PM Kenneth Graunke
> > wrote:
> >
> > > This is needed for nir_gather_info to actually count the textures,
> > > since it operates solely on
On Saturday, August 25, 2018 6:05:57 AM PDT Jason Ekstrand wrote:
> On Fri, Aug 24, 2018 at 8:24 PM Kenneth Graunke
> wrote:
>
> > This is needed for nir_gather_info to actually count the textures,
> > since it operates solely on variables.
> > ---
> > src/mesa/program/prog_to_nir.c | 15 +++
On Fri, Aug 24, 2018 at 8:24 PM Kenneth Graunke
wrote:
> This is needed for nir_gather_info to actually count the textures,
> since it operates solely on variables.
> ---
> src/mesa/program/prog_to_nir.c | 15 +--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
> diff --git a/sr
This is needed for nir_gather_info to actually count the textures,
since it operates solely on variables.
---
src/mesa/program/prog_to_nir.c | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/src/mesa/program/prog_to_nir.c b/src/mesa/program/prog_to_nir.c
index 14