Re: [Mesa-dev] [PATCH v4 075/129] nir: convert lower_samplers_as_deref to deref instructions

2018-06-13 Thread Kenneth Graunke
On Tuesday, June 12, 2018 5:54:31 PM PDT Rob Clark wrote: > On Tue, Jun 12, 2018 at 6:34 PM, Kenneth Graunke > wrote: > > On Thursday, May 31, 2018 10:04:05 PM PDT Jason Ekstrand wrote: > >> From: Rob Clark > >> > >> This also removes the legacy version of lower_samplers. > > > > It does not, th

Re: [Mesa-dev] [PATCH v4 075/129] nir: convert lower_samplers_as_deref to deref instructions

2018-06-12 Thread Rob Clark
On Tue, Jun 12, 2018 at 6:34 PM, Kenneth Graunke wrote: > On Thursday, May 31, 2018 10:04:05 PM PDT Jason Ekstrand wrote: >> From: Rob Clark >> >> This also removes the legacy version of lower_samplers. > > It does not, that's what patch 76 (the next one) does. > (for lack of good way of viewing

Re: [Mesa-dev] [PATCH v4 075/129] nir: convert lower_samplers_as_deref to deref instructions

2018-06-12 Thread Kenneth Graunke
On Thursday, May 31, 2018 10:04:05 PM PDT Jason Ekstrand wrote: > From: Rob Clark > > This also removes the legacy version of lower_samplers. It does not, that's what patch 76 (the next one) does. signature.asc Description: This is a digitally signed message part. _

[Mesa-dev] [PATCH v4 075/129] nir: convert lower_samplers_as_deref to deref instructions

2018-05-31 Thread Jason Ekstrand
From: Rob Clark This also removes the legacy version of lower_samplers. Signed-off-by: Rob Clark --- src/compiler/glsl/gl_nir_lower_samplers_as_deref.c | 182 + src/mesa/state_tracker/st_glsl_to_nir.cpp | 6 +- 2 files changed, 120 insertions(+), 68 deletions(-)