[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC... 69/207769/3 submit/tizen/20190613.083725
authorSeungho, Baek <sbsh.baek@samsung.com>
Wed, 12 Jun 2019 08:12:13 +0000 (17:12 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Thu, 13 Jun 2019 08:09:46 +0000 (17:09 +0900)
commit02a0b6a8425ee880dcf8e8a4d5dd5b6d79c38fe4
treebadd960ddaeb675a17e688693a0cd58af72b7333
parentade28fa1eba5b6bc1e22034cd88df32df0b7919e
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If eglChooseConfig is passed but eglCreateContext is failed, than retry them with OpenGL es 2.0
 - Without any Current Context, do not call glFinish
 - Remove ARM condition in the ChooseConfig

Change-Id: I27cf679943694f91329454e63441a100ab04e706
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali/internal/adaptor/common/combined-update-render-controller.cpp
dali/internal/graphics/gles/egl-implementation.cpp