nir: Add nir_lower_clip_disable.c to SCons build.

Fixes: fb2fe802f6 ("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>
This commit is contained in:
Vinson Lee
2020-07-03 17:43:51 -07:00
committed by Marge Bot
parent a1b89dbc8f
commit 395511d169

View 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 \