Dali demo now works with the new grapics design
authorAngelos Gkountis <a.gkountis@samsung.com>
Wed, 6 Jun 2018 13:10:33 +0000 (14:10 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 11 Jun 2018 17:05:17 +0000 (17:05 +0000)
commit42e5407952f04fd326f680f7203ec07f52c6e79a
tree6851bec4edad6c07da7c6e73abf9786445866bba
parent85bd8ee8987a39a52e84f31ae92fb3471ffda335
Dali demo now works with the new grapics design

> The Graphics api controller now accumulates all the secondary command buffers created by the SubmitCommands method.
> The accumulated secondary command buffers are only submitted at the end of the frame.
> This is needed because command buffers no longer reference the resources they use.
> Removed the call to QueueWaitIdle at the Present method of the swapchain. This call is not needed because synchronization is handled by a fence.

Change-Id: I010dfc848e009824eccaf9212a58a21c1b642d3d
dali/graphics/vulkan/api/vulkan-api-controller.cpp
dali/graphics/vulkan/vulkan-graphics.h
dali/graphics/vulkan/vulkan-swapchain.cpp