Re: [Mesa-dev] [PATCH 2/6] nir/info: Get rid of uses_interp_var_at_offset

2016-06-03 Thread Kenneth Graunke
On Wednesday, June 1, 2016 8:56:54 PM PDT Jason Ekstrand wrote: > We were using this briefly in the i965 driver to trigger recompiles but we > haven't been using it since we switched to the NIR y-transform lowering > pass. > > Signed-off-by: Jason Ekstrand > --- >

[Mesa-dev] [PATCH 2/6] nir/info: Get rid of uses_interp_var_at_offset

2016-06-01 Thread Jason Ekstrand
We were using this briefly in the i965 driver to trigger recompiles but we haven't been using it since we switched to the NIR y-transform lowering pass. Signed-off-by: Jason Ekstrand --- src/compiler/glsl/glsl_to_nir.cpp | 3 --- src/compiler/nir/nir.h | 3 ---