Implement WSI layer swapchain functions for Tizen:
authorTianhao Ni <tianhao.ni@samsung.com>
Mon, 12 Apr 2021 02:16:23 +0000 (10:16 +0800)
committerJoonbum Ko <joonbum.ko@samsung.com>
Wed, 24 Nov 2021 05:17:10 +0000 (14:17 +0900)
commita1672292b8403cd4af21a38eeef2a14ddd47a107
tree49be1474c8054bcc539b500e091844cdb30f55db
parent8969322e3543bdd16d810d3d54132aa06132a5c0
Implement WSI layer swapchain functions for Tizen:

1. Create TPL swapchain for Tizen platform;
2. Alloc tbm buffer for vulkan image;
3. Acquire and present image via dequeue/enqueue tpl buffer queue.

Change-Id: I5319c45fe0aa7f0f508b6279532412467d4fe438
Signed-off-by: Tianhao Ni <tianhao.ni@samsung.com>
CMakeLists.txt
wsi/swapchain_base_tizen.cpp [new file with mode: 0644]
wsi/swapchain_base_tizen.hpp [new file with mode: 0644]
wsi/tizen/surface_properties.cpp
wsi/tizen/swapchain.cpp
wsi/tizen/swapchain.hpp
wsi/tizen/swapchain_wl_helpers.cpp [deleted file]
wsi/tizen/swapchain_wl_helpers.hpp [deleted file]
wsi/wsi_factory.cpp
wsi/wsi_factory.hpp