diff options
author | Marek Olšák <[email protected]> | 2012-09-23 17:14:25 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-09-23 17:19:52 +0200 |
commit | 60e610e0426d79fc9080df1a9ae0a6be39af1380 (patch) | |
tree | e3d1de953717e89f68e50980da36b294c6ba405e /docs/GL3.txt | |
parent | fb40f88338b6af23faae03ced5906add8507db26 (diff) |
docs: fixup GL4.3 TODO list
From the OpenGL Registry:
"2012/08/13: specs named GL_ARB_debug_group, GL_ARB_debug_label, and
GL_ARB_debug_output2 were published in error during the initial OpenGL 4.3
release. All functionality in these documents was combined into
the extension GL_KHR_debug. They have been withdrawn from the registry,
and a few other extensions were renumbered to avoid holes in the numbering
scheme."
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 24b70a1a2be..876165fe942 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -138,10 +138,7 @@ ARB_ES3_compatibility not started ARB_clear_buffer_object not started ARB_compute_shader started (gallium) ARB_copy_image not started -ARB_debug_group not started -ARB_debug_label not started -ARB_debug_output DONE -ARB_debug_output2 not started +KHR_debug some work done (ARB_debug_output) ARB_explicit_uniform_location not started ARB_fragment_layer_viewport not started ARB_framebuffer_no_attachments not started |