Revert "mesa: enable KHR_debug for ES contexts"
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 7 Oct 2015 20:23:16 +0000 (21:23 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 7 Oct 2015 20:49:50 +0000 (21:49 +0100)
This reverts commit b69cfbdf18fa64606a76761b20bc268f4ac731e5.

This isn't quite baked yet. Seems that despite building the ES piglits,
none of them got executed.

docs/relnotes/11.1.0.html
src/mesa/main/extensions.c

index 543ddc7958be010d4181a2af7c6a0c10b994f27c..4c8b9d8256e935d25d2fdfc7adbb78793064b20f 100644 (file)
@@ -50,7 +50,6 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi</li>
 <li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li>
 <li>GL_ARB_texture_query_lod on softpipe</li>
-<li>GL_KHR_debug (GLES)</li>
 <li>EGL_KHR_gl_colorspace on softpipe, llvmpipe</li>
 </ul>
 
index 281c640901e616f54d44822a56a61f91cc34c8e8..b2c88c37366fa4a35a626d3b128357fe63a721fa 100644 (file)
@@ -342,7 +342,7 @@ static const struct extension extension_table[] = {
    { "GL_OES_vertex_array_object",                 o(dummy_true),                                   ES1 | ES2, 2010 },
 
    /* KHR extensions */
-   { "GL_KHR_debug",                               o(dummy_true),                              GL | ES1 | ES2, 2012 },
+   { "GL_KHR_debug",                               o(dummy_true),                              GL,             2012 },
    { "GL_KHR_context_flush_control",               o(dummy_true),                              GL       | ES2, 2014 },
    { "GL_KHR_texture_compression_astc_hdr",        o(KHR_texture_compression_astc_hdr),        GL       | ES2, 2012 },
    { "GL_KHR_texture_compression_astc_ldr",        o(KHR_texture_compression_astc_ldr),        GL       | ES2, 2012 },