nir: Add nir_lower_clip_disable.c to SCons build.
authorVinson Lee <vlee@freedesktop.org>
Sat, 4 Jul 2020 00:43:51 +0000 (17:43 -0700)
committerMarge Bot <eric+marge@anholt.net>
Sat, 4 Jul 2020 01:04:54 +0000 (01:04 +0000)
Fixes: fb2fe802f638 ("nir: add lowering pass for clip plane enabling")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3217
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5741>

src/compiler/Makefile.sources

index 15aa8b596d1bc3d6be3036010c49483d06e5381f..44ece537d939acb78fabbf8e44bc6314fea12d76 100644 (file)
@@ -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 \