aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-10-03 16:44:29 -0400
committerErik Faye-Lund <[email protected]>2019-10-17 10:41:36 +0200
commit878c94288a8aed3479517660be3e9a88f9b44269 (patch)
tree7028def38bd2454969517193b699cbb87d475270 /src/compiler/Makefile.sources
parentb786738454296ad90716b5e7106fc9cd03db271c (diff)
nir: add lowering-pass for point-size mov
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index f54de56e8e6..5f86868792c 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -269,6 +269,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_mov.c \
nir/nir_lower_regs_to_ssa.c \
nir/nir_lower_returns.c \
nir/nir_lower_samplers.c \