From 81132983cdb0dd9f088743ec43e3a40347424a6c Mon Sep 17 00:00:00 2001 From: Danylo Piliaiev Date: Mon, 4 Jan 2021 16:16:32 +0200 Subject: [PATCH] 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 Reviewed-by: Christian Gmeiner Part-of: --- src/compiler/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 3c533e2..7464e97 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 \ -- 2.7.4