mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
Remove OES_compressed_paletted_texture from the ES2 extension list.
We don't support it.
(cherry picked from commit d0f8eea9a0)
This commit is contained in:
parent
69cc356832
commit
4e7cdca57a
1 changed files with 0 additions and 2 deletions
|
|
@ -867,8 +867,6 @@ make_extension_string_es2(const GLcontext *ctx, GLubyte *str)
|
||||||
{
|
{
|
||||||
size_t len = 0;
|
size_t len = 0;
|
||||||
|
|
||||||
len += append_extension(&str, "GL_OES_compressed_paletted_texture");
|
|
||||||
|
|
||||||
if (ctx->Extensions.ARB_framebuffer_object) {
|
if (ctx->Extensions.ARB_framebuffer_object) {
|
||||||
len += append_extension(&str, "GL_OES_depth24");
|
len += append_extension(&str, "GL_OES_depth24");
|
||||||
len += append_extension(&str, "GL_OES_depth32");
|
len += append_extension(&str, "GL_OES_depth32");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue