Module: wine Branch: master Commit: e1d5337354942b97493e4ecaa06fd330d2101a7d URL: https://gitlab.winehq.org/wine/wine/-/commit/e1d5337354942b97493e4ecaa06fd33...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Sep 23 21:15:32 2022 +0200
winevulkan: Introduce conversion_context and use it for conversion memory allocation.
---
dlls/winevulkan/make_vulkan | 401 ++-------- dlls/winevulkan/vulkan.c | 44 +- dlls/winevulkan/vulkan_private.h | 38 + dlls/winevulkan/vulkan_thunks.c | 1579 +++++++++++++------------------------- dlls/winevulkan/vulkan_thunks.h | 7 +- 5 files changed, 653 insertions(+), 1416 deletions(-)