bfa22266cd
zwp_linux_dmabuf_v1 lets us use multi-planar images and buffer modifiers. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
32 lines
683 B
Makefile
32 lines
683 B
Makefile
|
|
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_UTIL_FILES := \
|
|
util/vk_alloc.h \
|
|
util/vk_debug_report.c \
|
|
util/vk_debug_report.h \
|
|
util/vk_util.c \
|
|
util/vk_util.h
|
|
|
|
VULKAN_UTIL_GENERATED_FILES := \
|
|
util/vk_enum_to_str.c \
|
|
util/vk_enum_to_str.h
|