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

Ian Romanick idr at kemper.freedesktop.org
Tue Jan 4 01:07:54 UTC 2011


Module: Mesa
Branch: 7.9
Commit: 4e7cdca57af3c49801cb8aa55686f82c03d64467
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e7cdca57af3c49801cb8aa55686f82c03d64467

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.
(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 a146b94..7012474 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -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");




More information about the mesa-commit mailing list