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.
This commit is contained in:
Ian Romanick 2011-02-25 17:34:02 -08:00
parent 4996e4a845
commit 161e36c0f7

View file

@ -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)