(Partial update) Fix surface damage area 56/241456/4
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 20 Aug 2020 08:20:51 +0000 (17:20 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 31 Aug 2020 02:21:08 +0000 (11:21 +0900)
commit66ebc91833b3a2da6ca84c24c08f078de2d893be
tree87e3a85e3892c2b4769f687ae8c3df720108ae0c
parent1b290b4cbb146aac7da0425fad889af991b56ca2
(Partial update) Fix surface damage area

- eglSwapBuffersWithDamageKHR doesn't need to consider the buffer age.
  The surface damage for frame n is the difference between frame n and frame (n-1).
- Remove SetDamageAreas

Change-Id: I470fafe564d7e9ef8cef1c2347c452fc0f1f8413
automated-tests/src/dali-adaptor/utc-Dali-Window.cpp
dali/devel-api/adaptor-framework/window-devel.cpp
dali/devel-api/adaptor-framework/window-devel.h
dali/internal/adaptor/common/combined-update-render-controller.cpp
dali/internal/graphics/gles/egl-graphics.cpp
dali/internal/graphics/gles/egl-graphics.h
dali/internal/graphics/gles/egl-implementation.cpp
dali/internal/graphics/gles/egl-implementation.h
dali/internal/window-system/common/window-impl.cpp
dali/internal/window-system/common/window-impl.h