vulkan: Move trampoline code-gen to its own file
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 1 Oct 2021 22:26:29 +0000 (17:26 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 29 Oct 2021 23:12:32 +0000 (23:12 +0000)
commit4af0c038cfe38e144e4d83e03c0d3a9372767886
tree66c761ae2bcd188e4f2909eb5e475d6fe510bfe4
parentd53f20ff4d89ac13fd6a08253ae1a2c53a791ab0
vulkan: Move trampoline code-gen to its own file

This way we sepaprate the raw tables from the code that actively depends
on vk_device and friends.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13156>
src/vulkan/util/meson.build
src/vulkan/util/vk_dispatch_table_gen.py
src/vulkan/util/vk_dispatch_trampolines_gen.py [new file with mode: 0644]
src/vulkan/util/vk_instance.c