X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-manager.h;h=74215920b0ffb35e4c3891f8738ec4c683b61e9d;hb=66e7d2f6bcca8a495e126bc9fbcc1640c74b3c01;hp=3d064b234167e2a375ae23ba01a5e6aa4cc2164a;hpb=700e2070be55ed470768d7e40cdf3549dc94e61e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-manager.h b/dali/internal/render/common/render-manager.h old mode 100755 new mode 100644 index 3d064b2..7421592 --- a/dali/internal/render/common/render-manager.h +++ b/dali/internal/render/common/render-manager.h @@ -83,8 +83,7 @@ public: Integration::GlSyncAbstraction& glSyncAbstraction, Integration::GlContextHelperAbstraction& glContextHelperAbstraction, Integration::DepthBufferAvailable depthBufferAvailable, - Integration::StencilBufferAvailable stencilBufferAvailable, - Integration::PartialUpdateAvailable partialUpdateAvailable ); + Integration::StencilBufferAvailable stencilBufferAvailable ); /** * Non-virtual destructor; not intended as a base class @@ -334,9 +333,10 @@ public: /** * Renders the results of the previous "update" traversal. * @param[out] status contains the rendering flags. - * @param[in] forceClear force the Clear on the framebuffer even if nothing is rendered. + * @param[in] forceClear Force the Clear on the framebuffer even if nothing is rendered. + * @param[in] uploadOnly Upload the resource only without rendering. */ - void Render( Integration::RenderStatus& status, bool forceClear ); + void Render( Integration::RenderStatus& status, bool forceClear, bool uploadOnly ); private: