replicant-frameworks_native/opengl
Mathias Agopian 48d438d05f add support for GL_EXT_debug_marker
This extension is always added to the GL_EXTENSIONS
extension string for the current GL context, regardless
of if it's supported by the h/w driver.

The extension itself will be handled by GLES_trace (eventually),
when GLES_trace is not enabled, it'll result to a no-op.

If the h/w implementation has this extension, we'll call that version
instead of our dummy version.

Change-Id: Ie5dd3387c4d45cd5ed5f03b73bda6045620a96bc
2012-01-29 22:22:09 -08:00
..
include update GLES headers and add support for corresponding new extensions. 2012-01-28 20:41:35 -08:00
libagl Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
libs add support for GL_EXT_debug_marker 2012-01-29 22:22:09 -08:00
specs add a way to access the version string of the h/w implementation of EGL 2011-11-29 18:00:35 -08:00
tests Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
tools/glgen GLES: add image external enums 2011-11-15 11:35:46 -08:00