Supports to acknowledge for completing window rotation 71/262971/13
authorWonsik Jung <sidein@samsung.com>
Tue, 24 Aug 2021 06:16:28 +0000 (15:16 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 19 Oct 2021 05:41:45 +0000 (14:41 +0900)
commit38d5ea14619ce0cfa0b21edbfc3900b97403e4ff
tree6647c408c3bfcaed489034c3895e80d169bcc9a5
parent01caa840db38833e5e5ecab7f1c18b9fcf069ff2
Supports to acknowledge for completing  window rotation

It is waited the window rotation completing until a view finishes to draw.
The view is drawn on the other thread.
It means asychronous rendering occurs between dali render thread and the other thread when window is rotated.

Change-Id: Ia9ac33e3719a874c35c58acf91e92b96ac802c7f
automated-tests/src/dali/utc-Dali-Scene.cpp
dali/integration-api/scene.cpp
dali/integration-api/scene.h
dali/internal/event/common/scene-impl.cpp
dali/internal/event/common/scene-impl.h
dali/internal/update/common/scene-graph-scene.cpp
dali/internal/update/common/scene-graph-scene.h