platform/core/uifw/vulkan-wsi-tizen.git
2021-10-27 Fufu FangRemove the TODO on the max Wayland image size.
2021-10-26 Normunds RiekstsAdd build option for headless extension
2021-10-15 Iason ParaskevopoulosAlways set use_presentation_thread flag in init_platform
2021-10-14 Iason ParaskevopoulosImplement MAILBOX presentation for Wayland swapchains
2021-10-11 Ben DavisFix issues found by static analysis
2021-10-08 Dennis TsiangSynchronise access to the ring buffer pool
2021-10-07 Iason ParaskevopoulosUpdate json manifest
2021-10-05 Rosen Zhelevwsi: Fix swapchain teardown causing hangs
2021-10-05 Iason ParaskevopoulosRemove destroy_image from unpresent function
2021-09-23 Dennis TsiangAdd support for some Vulkan 1.1 structs
2021-09-17 David Harvey... Return vkDestroyDevice from vkGetDeviceProcAddr
2021-09-14 Rosen ZhelevUse explicit synchronization for Wayland surfaces
2021-08-26 Dennis TsiangUpdate layer to generate Wayland explicit sync files
2021-08-26 Dennis TsiangAdd ring buffer utility
2021-08-17 Rosen Zhelevwayland: Add format negotiation
2021-08-17 Rosen Zhelevwsi: Move common objects to the wayland wsi::surface
2021-08-17 Rosen ZhelevImplement objects associated with VkSurface
2021-08-17 Ben DavisFix potential hang on swapchain inheritance
2021-08-09 Ben DavisAdd vulkan 1.1 function entrypoints
2021-07-28 Normunds RiekstsImplement a vendor agnostic wsialloc interface
2021-07-26 Dennis TsiangAdd documentation for unique_ptr and deleter class
2021-07-22 Normunds RiekstsRemove usages of generic allocator in the layer
2021-07-06 Fufu FangRefactoring of extension_list
2021-06-28 Normunds RiekstsEnsure allocations happen through custom allocators
2021-05-05 Dennis TsiangResolve segfault in wsialloc_delete
2021-04-30 Fufu FangRemove workaround for flushing wl_release events
2021-04-29 Fufu FangCreating logging mechanism for debugging
2021-04-23 Iason ParaskevopoulosAdd support for multiplane swapchain images in Wayland
2021-04-21 Ben DavisRemove to-do to check if FIFO is ok on Wayland
2021-04-08 David Harvey... Apply workaround for Wayland set_queue race
2021-03-30 Iason ParaskevopoulosUse zwp_linux_dmabuf_v1 interface to query supported...
2021-03-15 Normunds RiekstsReplace swapchain roundtrip implementation in Wayland
2021-03-04 Normunds RiekstsFixes segfaults in the layer due to uninitialized pointer
2021-02-09 Iason ParaskevopoulosAdds initial support for VK_KHR_wayland_surface.
2021-02-05 Joe Jenner... layer: improve how layer handles Vulkan extensions
2021-01-18 Joe Jenner... util: add class for storing extensions strings
2020-12-10 Matteo FranchinUse util::allocator in swapchain object
2020-12-03 Iason ParaskevopoulosFix erroneous behaviour in error cases
2020-11-30 Joe Jenner... Implement a vector utility that uses a custom allocator
2020-11-26 Iason ParaskevopoulosFix layer's memory errors
2020-10-27 Dennis TsiangFix failing assert in swapchain_base.cpp
2020-06-29 Rosen Zhelevheadless: Fix build with up-to-date Vulkan headers
2020-05-01 Dennis TsiangRemove use of pthread_cancel in the swapchain page...
2019-11-21 RosenMove WSI type specific calls
2019-09-30 Matteo FranchinAdd a simple build test to the Vulkan WSI Layer's CI
2019-09-11 Matteo FranchinFix small issues in documentation and code
2019-05-31 Matteo FranchinInitial sources for the vulkan-wsi-layer project