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>
Fri, 2 Aug 2013 04:01:46 +0000 (12:01 +0800)
commit4594a1290973c92721f7d3541959ee21f58eabb3
tree3fd579ce438fa2d1ea524126264463bedd5af190
parent70421f3ee394df0fb831890c090a9f9da80e39d1
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