mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
e7e501efce
commit
6f3f855320
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue