[Tizen] Partial rendering rotation does not work.
authorWonsik Jung <sidein@samsung.com>
Mon, 10 Aug 2020 05:33:32 +0000 (14:33 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 10 Aug 2020 05:33:49 +0000 (14:33 +0900)
This reverts commit cbd2ae5453a83e96bdc1f065daeb7d4cff829ad2.

dali/internal/render/common/render-manager.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a785470..fb71907
@@ -623,6 +623,12 @@ void RenderManager::PreRender( Integration::Scene& scene, std::vector<Rect<int>>
     return;
   }
 
+  // @TODO We need to do partial rendering rotation.
+  if( mImpl->defaultSurfaceOrientation != 0 )
+  {
+    return;
+  }
+
   class DamagedRectsCleaner
   {
   public: