mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
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:
parent
51e725df29
commit
b0b3b9e8b1
6 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue