From: Vinson Lee Date: Sat, 4 Jul 2020 00:43:51 +0000 (-0700) Subject: nir: Add nir_lower_clip_disable.c to SCons build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=395511d16915297b39d11f6d7ede0e0274d390c9;p=mesa.git 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: --- diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 15aa8b596d1..44ece537d93 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 \