mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-01-03 11:30:28 +01:00
Fixes an issue where there was a chance that an exception would be thrown when out of memory rather than returning an appropriate VkResult code. Additionally introduces a noncopyable utility class that can be used to mark classes that should not have copy semantics Change-Id: I1f84dc9bb1ea96db2a88a90d56adbee78b17c5e3 Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com> |
||
|---|---|---|
| .. | ||
| drm | ||
| wsialloc | ||
| custom_allocator.cpp | ||
| custom_allocator.hpp | ||
| extension_list.cpp | ||
| extension_list.hpp | ||
| file_descriptor.hpp | ||
| helpers.hpp | ||
| log.cpp | ||
| log.hpp | ||
| macros.hpp | ||
| optional.hpp | ||
| platform_set.hpp | ||
| ring_buffer.hpp | ||
| timed_semaphore.cpp | ||
| timed_semaphore.hpp | ||
| unordered_map.hpp | ||
| unordered_set.hpp | ||