vulkan,lavapipe: Move some enqueue helpers to common code

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15311>
This commit is contained in:
Jason Ekstrand
2022-03-09 14:15:58 -06:00
committed by Marge Bot
parent b98cfe9cb4
commit cc4f0e804e
4 changed files with 200 additions and 162 deletions
+1
View File
@@ -25,6 +25,7 @@ vk_physical_device_features_gen_depend_files = [
vulkan_runtime_files = files(
'vk_cmd_copy.c',
'vk_cmd_enqueue.c',
'vk_command_buffer.c',
'vk_command_buffer.h',
'vk_command_pool.c',