Revert "[Tizen] Do not skip rendering if update required keep rendering"
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 24 Jan 2024 05:38:35 +0000 (14:38 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Wed, 24 Jan 2024 05:38:35 +0000 (14:38 +0900)
This reverts commit 33167ae82c554656a7109362af8125679457d1ff.

dali/internal/adaptor/common/combined-update-render-controller.cpp

index 7373ed8..b9598cc 100644 (file)
@@ -733,12 +733,6 @@ void CombinedUpdateRenderController::UpdateRenderThread()
       mNotificationTrigger.Trigger();
       LOG_UPDATE_RENDER("Notification Triggered");
     }
-  
-    if(uploadOnly && (keepUpdatingStatus & Dali::Integration::KeepUpdating::STAGE_KEEP_RENDERING))
-    {
-      // Render forcely if there exist some keep rendering required.
-      uploadOnly = false;
-    }
 
     // Optional logging of update/render status
     mUpdateStatusLogger.Log(keepUpdatingStatus);
@@ -833,10 +827,6 @@ void CombinedUpdateRenderController::UpdateRenderThread()
         }
       }
     }
-    else
-    {
-      DALI_LOG_RELEASE_INFO("DALI Rendering skip (upload only)\n");
-    }
 
     TRACE_UPDATE_RENDER_BEGIN("DALI_POST_RENDER");
     if(!uploadOnly)