mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
Revert "mesa: enable KHR_debug for ES contexts"
This reverts commit b69cfbdf18.
This isn't quite baked yet. Seems that despite building the ES piglits,
none of them got executed.
This commit is contained in:
parent
164c8277f0
commit
bbf728f11b
2 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue