Remove OES_compressed_paletted_texture from the ES2 extension list.

We don't support it.
(cherry picked from commit d0f8eea9a0)
This commit is contained in:
Kenneth Graunke 2010-12-16 17:40:00 -08:00 committed by Ian Romanick
parent 69cc356832
commit 4e7cdca57a

View file

@ -867,8 +867,6 @@ make_extension_string_es2(const GLcontext *ctx, GLubyte *str)
{
size_t len = 0;
len += append_extension(&str, "GL_OES_compressed_paletted_texture");
if (ctx->Extensions.ARB_framebuffer_object) {
len += append_extension(&str, "GL_OES_depth24");
len += append_extension(&str, "GL_OES_depth32");