On Fri Sep 16 02:11:42 2022 +0000, Huw Davies wrote:
> Looks like the app calls `WinUsb_Free(NULL)` on startup.
Thank you so much for the review! Yeah, it's quite strange that it calls it with a NULL parameter. What is the purpose of it?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/827#note_8654
This greatly increases performance in "Discovery Tour by Assassin's Creed:
Ancient Egypt".
The application frequently performs small (< 1 kiB) uploads to a large (128 MiB)
buffer. Without this patch, we will always create and destroy a new Vulkan
memory allocation, and the Vulkan driver will waste time zeroing the entire
allocation.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/765