summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-02-04 18:09:57 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-02-04 18:09:57 +0000
commitfd67604d5932cce3617ff7ce725a0a686d129905 (patch)
tree738477675c5e8fd95cc0c668b39c72bf30874b84 /README.markdown
parentcb07e2d632f412b2a4a903f85695bf8e24dc4f2d (diff)
gltrace: Move GL_EXT_debug_marker/label from GLES to ES specs.
They are also available in GL, and Apple actually advertises them in MacOSX: https://developer.apple.com/graphicsimaging/opengl/capabilities/
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index a08886d8..75c6fbbc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -234,6 +234,10 @@ through the following extensions:
* [`GL_ARB_debug_output`](http://www.opengl.org/registry/specs/ARB/debug_output.txt)
+* [`GL_EXT_debug_marker`](http://www.khronos.org/registry/gles/extensions/EXT/EXT_debug_marker.txt)
+
+* [`GL_EXT_debug_label`](http://www.opengl.org/registry/specs/EXT/EXT_debug_label.txt)
+
* [`GL_AMD_debug_output`](http://www.opengl.org/registry/specs/AMD/debug_output.txt)
* [`GL_GREMEDY_string_marker`](http://www.opengl.org/registry/specs/GREMEDY/string_marker.txt)