summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-11-14 14:23:36 -0800
committerJason Ekstrand <[email protected]>2016-11-22 13:44:55 -0800
commit347f43c8ec54b1380d45a10c6ee38189ec6d73e9 (patch)
tree7cd218535a45c8fdd4b363ffd85a311ffb599e4b /src/intel/vulkan/Makefile.sources
parent2e311e421122e0232987fdca3645c6bd39fe2470 (diff)
anv: Add an input attachment lowering pass
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.sources')
-rw-r--r--src/intel/vulkan/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources
index d81bc032c59..e66df87a82e 100644
--- a/src/intel/vulkan/Makefile.sources
+++ b/src/intel/vulkan/Makefile.sources
@@ -34,6 +34,7 @@ VULKAN_FILES := \
anv_nir.h \
anv_nir_apply_dynamic_offsets.c \
anv_nir_apply_pipeline_layout.c \
+ anv_nir_lower_input_attachments.c \
anv_nir_lower_push_constants.c \
anv_pass.c \
anv_pipeline.c \