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 --
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