Add GlWindow 44/243244/7
authorWonsik Jung <sidein@samsung.com>
Fri, 4 Sep 2020 07:20:28 +0000 (16:20 +0900)
committerWonsik Jung <sidein@samsung.com>
Fri, 18 Sep 2020 08:25:05 +0000 (17:25 +0900)
commit389cecd224ef9c24793f78eb48af08e54b31e5c9
tree940a55ae397aee0a77d041a330e0a3fe72ceccc0
parent37419d298bf691a3a788a8d549d3b21a62fd45cc
Add GlWindow

Add GlWindow feature that is to support the native GLES application in DALi/NUI.
It has the interface to setup simple egl config.
In addition, three callback fuctions are initialize, rendering and terminate.
The functions are called on idler.

Change-Id: I306bf22e8126bf02af2d5316480aa695989b26c2
13 files changed:
automated-tests/src/dali-adaptor/CMakeLists.txt
automated-tests/src/dali-adaptor/utc-Dali-Gl-Window.cpp [new file with mode: 0644]
dali/devel-api/adaptor-framework/gl-window.cpp [new file with mode: 0644]
dali/devel-api/adaptor-framework/gl-window.h [new file with mode: 0644]
dali/devel-api/file.list
dali/internal/graphics/gles/egl-graphics.cpp
dali/internal/graphics/gles/egl-graphics.h
dali/internal/window-system/common/event-handler.cpp
dali/internal/window-system/common/event-handler.h
dali/internal/window-system/common/gl-window-impl.cpp [new file with mode: 0644]
dali/internal/window-system/common/gl-window-impl.h [new file with mode: 0644]
dali/internal/window-system/common/window-impl.cpp
dali/internal/window-system/file.list