Re: [Mesa-dev] [PATCH] nir: remove unused nir_variable fields

2016-02-09 Thread Kenneth Graunke
On Tuesday, February 2, 2016 11:53:57 AM PST Timothy Arceri wrote: > These are used in GLSL IR to removed unused varyings and match > transform feedback variables. There is no need to use these in NIR. > --- > src/compiler/nir/glsl_to_nir.cpp | 2 -- > src/compiler/nir/nir.h | 18 --

[Mesa-dev] [PATCH] nir: remove unused nir_variable fields

2016-02-01 Thread Timothy Arceri
These are used in GLSL IR to removed unused varyings and match transform feedback variables. There is no need to use these in NIR. --- src/compiler/nir/glsl_to_nir.cpp | 2 -- src/compiler/nir/nir.h | 18 -- 2 files changed, 20 deletions(-) diff --git a/src/compiler/nir