vulkan-wsi-layer/util
Dennis Tsiang 080d5d2bf7 Set default visiblity of functions to hidden
Reduce the number of functions that are exported by the layer. This
helps resolve dynamic linking issues where multiple functions are named
the same in different shared libraries. Also add function specifiers and
calling conventions to all extern "C" functions.

Change-Id: I07b33ff8d066e33c5dbdf0cbc13aa7835a78220b
Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com>
2021-11-08 13:42:20 +00:00
..
drm Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
wsialloc Fix formatting issues 2021-10-29 08:51:25 +00:00
custom_allocator.cpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
custom_allocator.hpp Fix issues found by static analysis 2021-10-11 17:31:57 +00:00
extension_list.cpp Fix issues found by static analysis 2021-10-11 17:31:57 +00:00
extension_list.hpp Refactoring of extension_list 2021-07-06 10:37:40 +01:00
file_descriptor.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
helpers.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
log.cpp Fix formatting issues 2021-10-29 08:51:25 +00:00
log.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
macros.hpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
optional.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
platform_set.hpp layer: improve how layer handles Vulkan extensions 2021-02-05 11:22:32 +00:00
ring_buffer.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
timed_semaphore.cpp Initial sources for the vulkan-wsi-layer project 2019-05-31 15:48:05 +01:00
timed_semaphore.hpp Initial sources for the vulkan-wsi-layer project 2019-05-31 15:48:05 +01:00
unordered_map.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
unordered_set.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00