Mesa (master): nir: Add nir_lower_clip_disable.c to SCons build.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 4 01:36:09 UTC 2020


Module: Mesa
Branch: master
Commit: 395511d16915297b39d11f6d7ede0e0274d390c9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=395511d16915297b39d11f6d7ede0e0274d390c9

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Fri Jul  3 17:43:51 2020 -0700

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 <vlee at freedesktop.org>
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5741>

---

 src/compiler/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

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 \



More information about the mesa-commit mailing list