Mesa (master): nir: Build nir_lower_point_size.c in libmesa_nir

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 09:07:05 UTC 2019


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

Author: Robert Foss <robert.foss at collabora.com>
Date:   Fri Oct 25 17:34:37 2019 +0200

nir: Build nir_lower_point_size.c in libmesa_nir

nir_lower_point_size.c was not build into the libmesa_nir library for non-meson
builds. However it was included in the meson build.

This patch fixes that.

Signed-off-by: Robert Foss <robert.foss at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

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

diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 3a3c29e587f..7b593059834 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -270,6 +270,7 @@ NIR_FILES = \
 	nir/nir_lower_passthrough_edgeflags.c \
 	nir/nir_lower_patch_vertices.c \
 	nir/nir_lower_phis_to_scalar.c \
+	nir/nir_lower_point_size.c \
 	nir/nir_lower_point_size_mov.c \
 	nir/nir_lower_regs_to_ssa.c \
 	nir/nir_lower_returns.c \




More information about the mesa-commit mailing list