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>
This commit is contained in:
Danylo Piliaiev 2021-01-04 16:16:32 +02:00 committed by Marge Bot
parent 9c18491e41
commit 81132983cd
1 changed files with 1 additions and 0 deletions

View File

@ -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 \