summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorConnor Abbott <[email protected]>2014-07-30 12:04:49 -0700
committerJason Ekstrand <[email protected]>2015-01-15 07:18:58 -0800
commit8cdcfce5cea1a0dd761bdb82a03433f06c83f36b (patch)
tree208065e7e4889bd33b5d25318d4e123cc22b5f4b /src/glsl/Makefile.sources
parent370e875b32ebc7b2989fbc590b29e2d8dcb74913 (diff)
nir: add a pass to lower sampler instructions
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index 7e8901b70bd..6e0a0f03b82 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -18,6 +18,7 @@ NIR_FILES = \
$(GLSL_SRCDIR)/nir/nir.h \
$(GLSL_SRCDIR)/nir/nir_intrinsics.c \
$(GLSL_SRCDIR)/nir/nir_intrinsics.h \
+ $(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
$(GLSL_SRCDIR)/nir/nir_lower_variables_scalar.c \
$(GLSL_SRCDIR)/nir/nir_opcodes.c \
$(GLSL_SRCDIR)/nir/nir_opcodes.h \