Module: Mesa Branch: 7.10 Commit: 9da0e20e467b996ead83497242596891c4f7b7a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9da0e20e467b996ead83497242596891c4f7b7a8
Author: Kenneth Graunke <kenn...@whitecape.org> Date: Thu Dec 16 17:40:00 2010 -0800 Remove OES_compressed_paletted_texture from the ES2 extension list. We don't support it. (cherry picked from commit d0f8eea9a06d8268a21ac58b134964a602f9594e) --- src/mesa/main/extensions.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 05e0450..f3bf5cb 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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"); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit