OSDN Git Service

egl_extensions: remove force of extension not supported
authorDaniel Charles <daniel.charles@intel.com>
Fri, 13 Jul 2012 23:11:49 +0000 (16:11 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 9 Dec 2013 14:29:07 +0000 (22:29 +0800)
commitdf10b8492590ec29a63773ae760b9bbdb1474c4b
tree5480316932fba171270e3d5d9ff3a723862c3a1b
parent14e8b01a761180250671f3d6494532d8bd04fa8e
egl_extensions: remove force of extension not supported

This problem was introduced by commit 48d438d05f14c.

When the extension GL_EXT_debug_marker is not supported by h/w
the dummy version is used already. Whenever the h/w is ready
to support the extension it will show up and be used by the
OpenGLRenderer.

Change-Id: Iddb58859b187d872a9a3a2986d30f24b8f83e76b
Signed-off-by: Daniel Charles <daniel.charles@intel.com>
opengl/libs/EGL/egl_object.cpp