diff options
author | Emil Velikov <[email protected]> | 2015-10-07 21:23:16 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-10-07 21:49:50 +0100 |
commit | bbf728f11b45121bf2d03b61bc0ffc69e0ff0836 (patch) | |
tree | e97a4ee748e9c98837e6a79666ae12edbc5acf7c /src/mesa/main/extensions.c | |
parent | 164c8277f0edaab64e3cea43a1cf943ace62b21b (diff) |
Revert "mesa: enable KHR_debug for ES contexts"
This reverts commit b69cfbdf18fa64606a76761b20bc268f4ac731e5.
This isn't quite baked yet. Seems that despite building the ES piglits,
none of them got executed.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 281c640901e..b2c88c37366 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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 }, |