mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
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:
parent
a1b89dbc8f
commit
395511d169
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue