Module: Mesa
Branch: main
Commit: 9ad51980debef0a0de3cef9a5aa6518f62256d82
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ad51980debef0a0de3cef9a5aa6518f62256d82

Author: Faith Ekstrand <faith.ekstr...@collabora.com>
Date:   Wed Nov 29 11:29:26 2023 -0600

vulkan: Move vk_synchronization2 to vk_synchronization

I'm about to add more stuff that isn't really for sync2 so it makes
sense to give it a slightly more generic name.

Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Reviewed-by: Konstantin Seurer <konstantin.seu...@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26407>

---

 src/vulkan/runtime/meson.build                                     | 2 +-
 src/vulkan/runtime/{vk_synchronization2.c => vk_synchronization.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vulkan/runtime/meson.build b/src/vulkan/runtime/meson.build
index f397c4bb5d9..e4450f797f4 100644
--- a/src/vulkan/runtime/meson.build
+++ b/src/vulkan/runtime/meson.build
@@ -108,7 +108,7 @@ vulkan_runtime_files = files(
   'vk_sync_dummy.h',
   'vk_sync_timeline.c',
   'vk_sync_timeline.h',
-  'vk_synchronization2.c',
+  'vk_synchronization.c',
   'vk_texcompress_etc2.c',
   'vk_texcompress_etc2.h',
   'vk_video.c',
diff --git a/src/vulkan/runtime/vk_synchronization2.c 
b/src/vulkan/runtime/vk_synchronization.c
similarity index 100%
rename from src/vulkan/runtime/vk_synchronization2.c
rename to src/vulkan/runtime/vk_synchronization.c

Reply via email to