summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorConnor Abbott <[email protected]>2014-07-30 14:43:26 -0700
committerJason Ekstrand <[email protected]>2015-01-15 07:18:58 -0800
commit613bf6818aee4ac706d17d86e0bb421e81051fa3 (patch)
tree3d25fcc9a3720d3ebc6fedce9d0ba886ecb50a64 /src/glsl/Makefile.sources
parent8692c6a023afec2e937811103196f44223236f24 (diff)
nir: add a pass to lower atomics
v2: Jason Ekstrand <[email protected]> whitespace fixes
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 433a9cb1514..27b4da17034 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_atomics.c \
$(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
$(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
$(GLSL_SRCDIR)/nir/nir_lower_variables_scalar.c \