DSRenderEngineDaliImpl: Set dali render thread mode to MANUAL. 09/241809/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Wed, 12 Aug 2020 07:41:41 +0000 (16:41 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:11:32 +0000 (19:11 +0900)
commit577d0d22e023836d1e2ba29c0a14b7f25206ea8b
tree9afe7c17ad422e6d262ac7883433be283a66a427
parentc251bf2438944c5537fc93ea8aa4f06a8c22e1f0
DSRenderEngineDaliImpl: Set dali render thread mode to MANUAL.

 - There are two RenderModes provided by Dali::OffscreenApplication.
   1. AUTO
   2. MANUAL
 - AUTO performs rendering without stopping while
  traversing the Scene Graph even if it is not requested.
 - MANUAL is a mode that basically stops the render thread
  and performs rendering only when there is a render once request.

Change-Id: Iabfc409ff5fdfc8b24ecbc45944e2d7ba8a442b8
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/DSRender/DSRenderEngineDaliImpl.cpp