Mesa (7.9): mesa: Remove unsupported OES extensions

Ian Romanick idr at kemper.freedesktop.org
Mon Feb 28 21:24:00 UTC 2011


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Feb 25 17:34:02 2011 -0800

mesa: Remove unsupported OES extensions

Based commit 19418e921 from master.  Chad's extension rework series,
of which 19418e921 is part, wasn't cherry picked to 7.9 because there
were too many conflicts.  Most of the conflicts were caused by
extensions that were removed in 7.10.

---

 src/mesa/main/extensions.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 7012474..5f63494 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -869,11 +869,8 @@ make_extension_string_es2(const GLcontext *ctx, GLubyte *str)
 
    if (ctx->Extensions.ARB_framebuffer_object) {
       len += append_extension(&str, "GL_OES_depth24");
-      len += append_extension(&str, "GL_OES_depth32");
       len += append_extension(&str, "GL_OES_fbo_render_mipmap");
       len += append_extension(&str, "GL_OES_rgb8_rgba8");
-      len += append_extension(&str, "GL_OES_stencil1");
-      len += append_extension(&str, "GL_OES_stencil4");
    }
 
    if (ctx->Extensions.EXT_vertex_array)




More information about the mesa-commit mailing list