Revert "[Tizen] Bind the EGL surface before querying its attributes"
authortscholb <scholb.kim@samsung.com>
Mon, 1 Nov 2021 07:53:05 +0000 (16:53 +0900)
committertscholb <scholb.kim@samsung.com>
Mon, 1 Nov 2021 07:53:13 +0000 (16:53 +0900)
This reverts commit eafb69ddbd58f24307b5dee166e1f2e379c24d0b.

dali/internal/window-system/common/window-render-surface.cpp

index 23ffcd9..475765e 100644 (file)
@@ -764,8 +764,6 @@ void WindowRenderSurface::SetBufferDamagedRects(const std::vector<Rect<int>>& da
       return;
     }
 
-    mGraphics->ActivateSurfaceContext(this);
-
     EGLint bufferAge = eglImpl.GetBufferAge(mEGLSurface);
 
     // Buffer age 0 means the back buffer in invalid and requires full swap