summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-02-15 16:48:47 -0800
committerJason Ekstrand <[email protected]>2017-04-27 20:08:46 -0700
commit032861693eb311bb1b847b988ac8c395ebadb1a2 (patch)
tree3cc8b598c6cd9f53941e4f0b3d8d9cc944acf786 /src/intel/Makefile.sources
parent9bd1f0348734e5dbbdc84e96ac1f11836427ed7c (diff)
anv: Move queues, events, and semaphores to their own file
Things are about to get more complicated, especially as far as semaphores are concerned. Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 0d446614c62..e9a39a659ac 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -202,6 +202,7 @@ VULKAN_FILES := \
vulkan/anv_pipeline.c \
vulkan/anv_pipeline_cache.c \
vulkan/anv_private.h \
+ vulkan/anv_queue.c \
vulkan/anv_util.c \
vulkan/anv_wsi.c \
vulkan/vk_format_info.h