vulkan/overlay: Add basic overlay control script.
[mesa.git] / src / vulkan / Makefile.sources
1
2 VULKAN_WSI_FILES := \
3 wsi/wsi_common.c \
4 wsi/wsi_common.h \
5 wsi/wsi_common_private.h \
6 wsi/wsi_common_queue.h
7
8 VULKAN_WSI_WAYLAND_FILES := \
9 wsi/wsi_common_wayland.c \
10 wsi/wsi_common_wayland.h
11
12 VULKAN_WSI_WAYLAND_GENERATED_FILES := \
13 wsi/wayland-drm-protocol.c \
14 wsi/wayland-drm-client-protocol.h \
15 wsi/linux-dmabuf-unstable-v1-protocol.c \
16 wsi/linux-dmabuf-unstable-v1-client-protocol.h
17
18 VULKAN_WSI_X11_FILES := \
19 wsi/wsi_common_x11.c \
20 wsi/wsi_common_x11.h
21
22 VULKAN_WSI_DISPLAY_FILES := \
23 wsi/wsi_common_display.c \
24 wsi/wsi_common_display.h
25
26 VULKAN_UTIL_FILES := \
27 util/vk_alloc.h \
28 util/vk_debug_report.c \
29 util/vk_debug_report.h \
30 util/vk_util.c \
31 util/vk_util.h
32
33 VULKAN_UTIL_GENERATED_FILES := \
34 util/vk_enum_to_str.c \
35 util/vk_enum_to_str.h