Mesa (master): Remove OES_compressed_paletted_texture from the ES2 extension list.

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Dec 17 01:41:58 UTC 2010


Module: Mesa
Branch: master
Commit: d0f8eea9a06d8268a21ac58b134964a602f9594e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0f8eea9a06d8268a21ac58b134964a602f9594e

Author: Kenneth Graunke <kenneth at 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.

---

 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");




More information about the mesa-commit mailing list