display: W/A for OpenGL context version mismatch
authorJinhyung Jo <jinhyung.jo@samsung.com>
Wed, 7 Dec 2016 07:21:58 +0000 (16:21 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Fri, 9 Dec 2016 09:35:11 +0000 (18:35 +0900)
commit38e01a07fb90dc8fe4850933bc8c89bd1d2be72d
treed80a091f27bf03fe895dcc5cbc0c26c18c3ce9dc
parent47d3d6e17bc993344e009ffcb3c9f2138437e00d
display: W/A for OpenGL context version mismatch

Now, VIGS & Qt5 GUI use the OpenGL 3.2 core profile.
Later, we must solve this issue in the right way.
TODO:
- Improve the check GL version related function in VIGS.
- Add check GL version function to the Qt5 GUI.
- Add feature to match the verified GL version of Qt5 GUI and VIGS.

Change-Id: I9d225c69ba9ab55a7b65ff9affa5633ed4462092
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
hw/vigs/vigs_gl_backend_glx.c
hw/vigs/vigs_gl_backend_wgl.c
tizen/src/ui/qt5_supplement.cpp