platform/upstream/vulkan-wsi-layer.git
2024-01-16 Xuelian BaiLoad implicit layer as default
2024-01-16 Xuelian BaiFix build warnings and errors
2024-01-16 Xuelian BaiRemove deprecated code, add manifest&license
2024-01-16 Tianhao NiFix coredump issue:
2024-01-16 Tianhao NiAdd tizen platform in vulkan-wsi-layer
2024-01-05 Dennis TsiangFix issues flagged by static analysis upstream
2023-11-01 Dennis TsiangFix validation error when importing sync fds
2023-10-31 Jiyu Yangadd missing <system_error> include
2023-10-31 Jiyu Yangfix Use after free
2023-10-31 Daniel LevinUse wayland-scanner public-code
2023-10-31 Daniel LevinUse find_program instead of pkg_get_variable for waylan...
2023-10-19 Daniel LevinFix formatting long as %d in util/log.cpp
2023-09-28 Angeliki Agathi... Enable instance extensions
2023-04-20 Dennis TsiangAvoid returning VK_ERROR_DEVICE_LOST
2023-04-17 Normunds RiekstsReplace VK_LAYER_EXPORT with VWL_VKAPI_EXPORT
2023-02-16 Dennis TsiangMove memory handle type setting into allocate_wsialloc
2023-02-12 Nir EkhauzChange vulkan wsi project to use "main" branch
2023-02-07 Dennis TsiangUse strtol instead of std::atoi in logging
2023-01-10 Normunds RiekstsFix a bug in queue submission
2022-11-24 Normunds RiekstsExtend TRY macro to print out error messages
2022-11-11 Dennis TsiangFix issues reported by static analysis tools
2022-10-31 Ben DavisAdd pre-commit hook to check for copyright header
2022-10-21 Dennis TsiangDecouple creation, allocation and binding of images...
2022-10-20 Normunds RiekstsAdd codebase guidelines to the project
2022-09-13 Lior DekelAdding VK_KHR_shared_presentable_image basic support
2022-08-25 Ben DavisAdd Pre-commit config and add to CI pipeline
2022-08-19 Aron Virginas-TarUpdate WSI layer to use C++17
2022-08-15 Dennis TsiangIncrease max swapchain image count
2022-08-03 Aron Virginas-TarRemove duplication of create_aliased_image_handle imple...
2022-08-03 Aron Virginas-TarFix issue found by static analysis
2022-07-21 Matteo FranchinFix issues found by static analysis
2022-07-13 Lior DekelCreate common functions in surface_capabilities class
2022-07-12 Rosen ZhelevUpdate Khronos headers API version
2022-07-07 Iason ParaskevopoulosRemove swapchain from device_data after destruction
2022-06-15 Iason ParaskevopoulosAdd WSI integration guide
2022-05-30 Matteo FranchinEnable instance extensions required by layer
2022-05-25 Dennis TsiangAdd support for VK_EXT_image_compression_control_swapchain
2022-03-10 Iason ParaskevopoulosImplement VK_KHR_get_surface_capabilities2 entrypoints
2022-03-10 Iason ParaskevopoulosUse common code for get_surface_formats implementations
2022-02-08 David Harvey... Mark fences and semaphores as already signalled in...
2022-01-24 Dennis TsiangFix FD ownership issue in Wayland Vulkan import
2021-12-15 Ben DavisRemove DEBUG build option upstream/1.0.5 upstream/v1.0.5
2021-12-13 Rosen Zhelevwayland: Fix nulltpr dereference on deprecated swapchains
2021-12-10 Fufu FangCasting operands to a wider type to prevent integer...
2021-12-09 Dennis TsiangInclude modifiers in params creation
2021-12-06 Dennis TsiangFix bug in has_descendant_started_presenting in headles...
2021-12-02 Ben DavisCheck for required protocols in vkGetPhysicalDeviceWayl...
2021-11-29 Fufu FangImprove error handling when copying extension name
2021-11-26 David Harvey... Remove ENABLE_WSI_LAYER option
2021-11-25 Iason ParaskevopoulosReturn appropriate error code in acquire_next_image
2021-11-25 Normunds RiekstsRemove the roundtrip to Wayland when creating wl_buffer...
2021-11-17 Iason ParaskevopoulosStore enabled instance and device extensions
2021-11-15 Dennis TsiangAdd versioning to wsialloc interface
2021-11-12 Ben DavisUpdate supported composite alpha flags
2021-11-12 Iason ParaskevopoulosMerge master branch into multiple_swapchains_present_req
2021-11-11 Normunds RiekstsFix OOM issue
2021-11-11 Ben DavisIntegrate clang-tidy-8 with cmake build
2021-11-11 Ben DavisUpdate code to use modern c++ style
2021-11-10 Iason ParaskevopoulosMerge master branch into multiple_swapchains_present_req
2021-11-08 Normunds RiekstsEnsure that swapchain is not passed to the ICD when...
2021-11-08 Dennis TsiangSet default visiblity of functions to hidden
2021-11-05 Iason ParaskevopoulosUse device allocator for stage flags vector
2021-11-05 Iason ParaskevopoulosMove queue for frame events to the surface object
2021-11-02 Matteo FranchinAdd documentation for Wayland support
2021-11-01 Iason ParaskevopoulosHandle present request for multiple swapchains
2021-11-01 Normunds RiekstsAdd ability to specify custom wsialloc implementations
2021-10-29 Dennis TsiangFix formatting issues
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
next