From 395511d16915297b39d11f6d7ede0e0274d390c9 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 3 Jul 2020 17:43:51 -0700 Subject: [PATCH] nir: Add nir_lower_clip_disable.c to SCons build. Fixes: fb2fe802f638 ("nir: add lowering pass for clip plane enabling") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3217 Signed-off-by: Vinson Lee Reviewed-by: Timothy Arceri Part-of: --- src/compiler/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 15aa8b5..44ece53 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -246,6 +246,7 @@ NIR_FILES = \ nir/nir_lower_clamp_color_outputs.c \ nir/nir_lower_clip.c \ nir/nir_lower_clip_cull_distance_arrays.c \ + nir/nir_lower_clip_disable.c \ nir/nir_lower_clip_halfz.c \ nir/nir_lower_variable_initializers.c \ nir/nir_lower_discard_to_demote.c \ -- 2.7.4