vulkan: relocate rmv to its correct home

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21754>
This commit is contained in:
Constantine Shablya
2023-03-15 16:03:49 +02:00
committed by Marge Bot
parent 51e725df29
commit b0b3b9e8b1
6 changed files with 4 additions and 4 deletions

View File

@@ -22,6 +22,10 @@
# dependency tracking.
vulkan_runtime_files = files(
'rmv/vk_rmv_common.c',
'rmv/vk_rmv_common.h',
'rmv/vk_rmv_exporter.c',
'rmv/vk_rmv_tokens.h',
'vk_acceleration_structure.c',
'vk_acceleration_structure.h',
'vk_buffer.c',

View File

@@ -58,10 +58,6 @@ vk_dispatch_trampolines_gen = files('vk_dispatch_trampolines_gen.py')
vk_physical_device_features_gen = files('vk_physical_device_features.py')
files_vulkan_util = files(
'rmv/vk_rmv_common.c',
'rmv/vk_rmv_common.h',
'rmv/vk_rmv_exporter.c',
'rmv/vk_rmv_tokens.h',
'vk_alloc.c',
'vk_alloc.h',
'vk_format.c',