diff options
author | Jinhyung Jo <jinhyung.jo@samsung.com> | 2016-10-25 11:56:30 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-12-02 17:31:06 +0900 |
commit | 9bd89b92f93eb1726e4bfc1bfafb278c2682ff06 (patch) | |
tree | 5f9b042a96f26476cea3d7e664645599568cc93d /docs | |
parent | 8b2a1d82ca954723144526fe4bebc0f6b29c1232 (diff) | |
download | qemu-9bd89b92f93eb1726e4bfc1bfafb278c2682ff06.tar.gz qemu-9bd89b92f93eb1726e4bfc1bfafb278c2682ff06.tar.bz2 qemu-9bd89b92f93eb1726e4bfc1bfafb278c2682ff06.zip |
display: change default OpenGL version for Qt gui
There are 2 issues:
With some Radeon GPU,
the Qt5 library makes runtime errors infinitely with glCreateShader
like below in Qt5 internal implementations:
'Implicit version number 110 not supported by GL3 forward compatible context'
The issue that VIGS uses OpenGL version 2,
: starts with the force legacy option(gl_version=2).
: User's GPU driver does not support OpenGL version 3.2.
In order to avoid these problems, use the OpenGL 3.2 Core Profile
instead of the OpenGL 3.1 to create shared context.
And after creating the shared context, reset to OpenGL versio 2.1.
Change-Id: I2d67580827b1eda53478adccf774d9ab1342b42a
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions