Re: [Mesa-dev] [PATCH 1/8] nir: add is_xfb_only to nir variable

2017-09-12 Thread Timothy Arceri
Whoop subject should be: nir: add always_active_io to nir variable On 13/09/17 09:37, Timothy Arceri wrote: Will be used in nir link pass to decided if we can remove a varying or not. --- src/compiler/glsl/glsl_to_nir.cpp | 1 + src/compiler/nir/nir.h| 10 ++ 2 files

[Mesa-dev] [PATCH 1/8] nir: add is_xfb_only to nir variable

2017-09-12 Thread Timothy Arceri
Will be used in nir link pass to decided if we can remove a varying or not. --- src/compiler/glsl/glsl_to_nir.cpp | 1 + src/compiler/nir/nir.h| 10 ++ 2 files changed, 11 insertions(+) diff --git a/src/compiler/glsl/glsl_to_nir.cpp b/src/compiler/glsl/glsl_to_nir.cpp index