diff options
author | Rob Clark <[email protected]> | 2016-02-01 17:34:12 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-11 12:20:11 -0400 |
commit | b10cc245198d375b940a49b4f93a73bc75e47ce8 (patch) | |
tree | 65838b8ffa4cbd42a4307bfc4118a8822b2f1661 /src/compiler/Makefile.sources | |
parent | 3a939d034e41755b46b51fbe9071f5d31cdf1f81 (diff) |
nir: passthrough-edgeflags support
Handled by tgsi_emulate for glsl->tgsi case.
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 903e882c1e7..63fbbd0a0b0 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -200,6 +200,7 @@ NIR_FILES = \ nir/nir_lower_indirect_derefs.c \ nir/nir_lower_io.c \ nir/nir_lower_outputs_to_temporaries.c \ + nir/nir_lower_passthrough_edgeflags.c \ nir/nir_lower_phis_to_scalar.c \ nir/nir_lower_returns.c \ nir/nir_lower_samplers.c \ |