[Tizen] Partial rendering rotation does not work
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 28 Jun 2021 10:32:55 +0000 (19:32 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 28 Jun 2021 10:32:55 +0000 (19:32 +0900)
This reverts commit 56a3de5b6be1be45936e3fd8c235e5398336f024.

dali/internal/render/common/render-manager.cpp

index c44c328..8ba8194 100644 (file)
@@ -516,6 +516,12 @@ void RenderManager::PreRender(Integration::Scene& scene, std::vector<Rect<int>>&
     return;
   }
 
+  // @TODO We need to do partial rendering rotation.
+  if( sceneObject && sceneObject->GetSurfaceOrientation() != 0 )
+  {
+    return;
+  }
+
   class DamagedRectsCleaner
   {
   public: