mesa/src/vulkan/Makefile.sources
Mauro Rossi cd1d8b4371 android: vulkan/util: add vk_descriptors.{c,h} to Makefile.sources
Fixes the following building errors:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.radv_intermediates/LINKED/vulkan.radv.so
...
ld.lld: error: undefined symbol: vk_create_sorted_bindings
>>> referenced by radv_descriptor_set.c:158 (external/mesa/src/amd/vulkan/radv_descriptor_set.c:158)
...
ld.lld: error: undefined symbol: vk_create_sorted_bindings
>>> referenced by radv_descriptor_set.c:340 (external/mesa/src/amd/vulkan/radv_descriptor_set.c:340)

Fixes: ad241b15a9 ("vk: consolidate dynamic descriptor binding sorting")
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9766>
2021-03-23 20:29:55 +01:00

58 lines
1.3 KiB
Text

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_cmd_copy.c \
util/vk_debug_report.c \
util/vk_debug_report.h \
util/vk_deferred_operation.c \
util/vk_deferred_operation.h \
util/vk_descriptors.c \
util/vk_descriptors.h \
util/vk_device.c \
util/vk_device.h \
util/vk_format.c \
util/vk_instance.c \
util/vk_instance.h \
util/vk_object.c \
util/vk_object.h \
util/vk_physical_device.c \
util/vk_physical_device.h \
util/vk_render_pass.c \
util/vk_shader_module.c \
util/vk_shader_module.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 \
util/vk_common_entrypoints.c \
util/vk_common_entrypoints.h \
util/vk_dispatch_table.c \
util/vk_dispatch_table.h \
util/vk_extensions.c \
util/vk_extensions.h