X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fvulkan%2FMakefile.sources;h=16a6037a44726d0855772468a18e49ac63eb112d;hb=b7e22b7a3523ac1a81c8d90fd30735d97dd48bf3;hp=7510d7264ed1c70518701364ec2e4adcf1906154;hpb=14281c9035d6b30cda08fd6ab573ee3bfafa2c2d;p=mesa.git diff --git a/src/vulkan/Makefile.sources b/src/vulkan/Makefile.sources index 7510d7264ed..16a6037a447 100644 --- a/src/vulkan/Makefile.sources +++ b/src/vulkan/Makefile.sources @@ -1,16 +1,36 @@ VULKAN_WSI_FILES := \ + wsi/wsi_common.c \ wsi/wsi_common.h \ + wsi/wsi_common_private.h \ wsi/wsi_common_queue.h VULKAN_WSI_WAYLAND_FILES := \ wsi/wsi_common_wayland.c \ wsi/wsi_common_wayland.h +VULKAN_WSI_WAYLAND_GENERATED_FILES := \ + wsi/wayland-drm-protocol.c \ + wsi/wayland-drm-client-protocol.h \ + wsi/linux-dmabuf-unstable-v1-protocol.c \ + wsi/linux-dmabuf-unstable-v1-client-protocol.h + VULKAN_WSI_X11_FILES := \ wsi/wsi_common_x11.c \ wsi/wsi_common_x11.h +VULKAN_WSI_DISPLAY_FILES := \ + wsi/wsi_common_display.c \ + wsi/wsi_common_display.h + +VULKAN_UTIL_FILES := \ + util/vk_alloc.h \ + util/vk_debug_report.c \ + util/vk_debug_report.h \ + util/vk_format.c \ + util/vk_util.c \ + util/vk_util.h + VULKAN_UTIL_GENERATED_FILES := \ util/vk_enum_to_str.c \ util/vk_enum_to_str.h