mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
mesa: Remove unsupported OES extensions
Based commit19418e921from master. Chad's extension rework series, of which19418e921is 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:
parent
4996e4a845
commit
161e36c0f7
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue