[Tizen] Fix the sync issue of window rotation. 92/248792/2
authorWonsik Jung <sidein@samsung.com>
Wed, 2 Dec 2020 07:44:43 +0000 (16:44 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 2 Dec 2020 08:49:01 +0000 (17:49 +0900)
commit015ba79aa2f5a4da9b07d79f8252d635a752a0f3
treeb8380d79b2c7b856c050f4acc2b2367c752a7bd7
parent35952536d36e03b9ddf5356a8844a959644bbf55
[Tizen] Fix the sync issue of window rotation.

To support window rotation, render-manger had a orientation value.
It has effect to the viewport and scissor function in context.
If multiple windows works, this value is reset by the second window.
To fix, the scene should have the orientation value and use each scene/surface/window.

Change-Id: I06c5b55efe94222d56f87ce70e8f4488c09e8c87
dali/internal/event/common/scene-impl.cpp
dali/internal/render/common/render-manager.cpp
dali/internal/render/common/render-manager.h
dali/internal/update/common/scene-graph-scene.cpp
dali/internal/update/common/scene-graph-scene.h
dali/internal/update/manager/update-manager.cpp
dali/internal/update/manager/update-manager.h