vulkan-wsi-layer/layer
David Harvey-Macaulay 8808cc35ba Return vkDestroyDevice from vkGetDeviceProcAddr
The vkDestroyDevice entrypoint was listed as a instance level
entrypoint, that is, to be returned by vkGetInstanceProcAddr; however,
vkDestroyDevice is a device level entrypoint. Consequently, the layer
implementation was not called by the loader upon application calls to
vkDestroyDevice and this caused memory leaks within the layer.

Change-Id: I9d5807ff17965281580cd80eb74b07fb038073b1
Signed-off-by: David Harvey-Macaulay <david.harvey-macaulay@arm.com>
2021-09-17 12:29:15 +00:00
..
layer.cpp Return vkDestroyDevice from vkGetDeviceProcAddr 2021-09-17 12:29:15 +00:00
private_data.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
private_data.hpp Use explicit synchronization for Wayland surfaces 2021-09-14 10:52:28 +01:00
surface_api.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
surface_api.hpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
swapchain_api.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
swapchain_api.hpp Add vulkan 1.1 function entrypoints 2021-08-09 11:38:04 +01:00
VkLayer_window_system_integration.json Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00