[Tizen] Partial rendering rotation does not work
authorSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 01:59:38 +0000 (10:59 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 01:59:42 +0000 (10:59 +0900)
This reverts commit 6066d05971902139f1cd2972063b3d7ff60b83a0.

Change-Id: I2e9c43ea1b9e04496e2c3ce954503009ad15d927

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

old mode 100644 (file)
new mode 100755 (executable)
index c22be7c..1f7da07
@@ -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: