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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user