diff options
author | Jason Ekstrand <[email protected]> | 2015-10-14 16:39:58 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-10-14 18:38:33 -0700 |
commit | 9c9b7d79c8a54b4f61e52f64aa504b0d01529dd7 (patch) | |
tree | d6f61f8aedb5188f0098e4db345dea06cad7081b /src/vulkan/Makefile.am | |
parent | de608153fb5358bad38ae372f6c66ad3d6708f00 (diff) |
anv/nir: Add a pass for applying a applying a pipeline layout to a shader
This new pass lowers the _vk intrinsics which take a (set, binding, index)
tripple to the single-index non-vk intrinsics based on the pipeline layout.
Diffstat (limited to 'src/vulkan/Makefile.am')
-rw-r--r-- | src/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.am b/src/vulkan/Makefile.am index a691329065c..aeed78ae840 100644 --- a/src/vulkan/Makefile.am +++ b/src/vulkan/Makefile.am @@ -70,6 +70,7 @@ VULKAN_SOURCES = \ anv_intel.c \ anv_meta.c \ anv_nir_apply_dynamic_offsets.c \ + anv_nir_apply_pipeline_layout.c \ anv_pipeline.c \ anv_private.h \ anv_query.c \ |