Mesa (master): nir: fix missing nir_lower_pntc_ytransform.c in the makefile

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 4 15:54:14 UTC 2021


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

Author: Danylo Piliaiev <dpiliaiev at igalia.com>
Date:   Mon Jan  4 16:16:32 2021 +0200

nir: fix missing nir_lower_pntc_ytransform.c in the makefile

Fixes: 33fd9e5d "nir: account for point-coord origin when lowering it"
Signed-off-by: Danylo Piliaiev <dpiliaiev at igalia.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8308>

---

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

diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 3c533e29996..7464e972c1b 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -287,6 +287,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_pntc_ytransform.c \
 	nir/nir_lower_point_size.c \
 	nir/nir_lower_point_size_mov.c \
 	nir/nir_lower_printf.c \



More information about the mesa-commit mailing list