Remove OES_compressed_paletted_texture from the ES2 extension list.

We don't support it.
This commit is contained in:
Kenneth Graunke 2010-12-16 17:40:00 -08:00
parent 42a0967a36
commit d0f8eea9a0

View file

@ -858,8 +858,6 @@ make_extension_string_es2(const struct gl_context *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");