This workaround appears no longer needed since the corresponding
fix has been applied to libevas. Besides it seems to cause
problems with cairo.
This reverts commit
1a1d13934f4bad7b779cd6093c0f00cc9f36ec03.
Change-Id: Iad9af1b3bcd6c2756963ebd0e10e97879245d496
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
switch (name) {
case GL_VERSION:
- if (yagl_get_host_gl_version() >= yagl_gl_3_1_es3) {
- /* Workaround for libevas gles version checking: report 3.0
- * version if the host supports it. */
- str = "OpenGL ES 3.0";
- } else {
- str = "OpenGL ES 2.0";
- }
+ str = "OpenGL ES 2.0";
break;
case GL_RENDERER:
str = "YaGL GLESv2";