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:

committed by
Marge Bot

parent
51e725df29
commit
b0b3b9e8b1
@@ -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',
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user