summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanylo Piliaiev <dpiliaiev@igalia.com>2021-01-04 16:16:32 +0200
committerDylan Baker <dylan.c.baker@intel.com>2021-01-04 09:22:30 -0800
commit2f9e5cae2bcc485f9d4b683f875942a417672824 (patch)
treef1959ad39ba306653168c8f13b34ada0a36fe260
parent9e1e67b35b84406490bebb4cd9644111592734d5 (diff)
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@igalia.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8308> (cherry picked from commit 81132983cdb0dd9f088743ec43e3a40347424a6c)
-rw-r--r--.pick_status.json2
-rw-r--r--src/compiler/Makefile.sources1
2 files changed, 2 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 611a2cc3fed..10974db0e71 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -337,7 +337,7 @@
"description": "nir: fix missing nir_lower_pntc_ytransform.c in the makefile",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "33fd9e5d8a6b85e20d34f89df655fa5a75eca431"
},
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 931af638bf7..eeffb69ec9b 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -286,6 +286,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_regs_to_ssa.c \