summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-02-27 14:36:44 -0600
committerJason Ekstrand <[email protected]>2019-03-25 15:00:36 -0500
commit3bd54576415130465f096d73b7940dfbe02bb71b (patch)
tree41f7b4df6f3848b208e0b30b8a962553e8a53b15 /src/compiler/Makefile.sources
parent39da1deb497af55496308c0867b5ce5a0e9df56e (diff)
nir: Add a lowering pass for non-uniform resource access
Reviewed-by: Bas Nieuwenhuizen <[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 5ac4d0dc297..e542d86a37a 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -255,6 +255,7 @@ NIR_FILES = \
nir/nir_lower_io_to_temporaries.c \
nir/nir_lower_io_to_scalar.c \
nir/nir_lower_io_to_vector.c \
+ nir/nir_lower_non_uniform_access.c \
nir/nir_lower_packing.c \
nir/nir_lower_passthrough_edgeflags.c \
nir/nir_lower_patch_vertices.c \