Mesa (master): mesa: Back out an accidental change I had in a VC4 commit.

Eric Anholt anholt at kemper.freedesktop.org
Sat Jun 20 22:04:59 UTC 2015


Module: Mesa
Branch: master
Commit: 717376155d2082d7bf94122a1e1d383b39e0b070
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=717376155d2082d7bf94122a1e1d383b39e0b070

Author: Eric Anholt <eric at anholt.net>
Date:   Sat Jun 20 15:02:50 2015 -0700

mesa: Back out an accidental change I had in a VC4 commit.

This was a hack as part of debugging some glamor-on-GLES2 behavior that
ended up being an xserver bug.  I suspect we can just flip this extension
on for GLES2, but the spec says it requires 3.1.

---

 src/mesa/main/extensions.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index b747aba..4176a69 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -218,7 +218,6 @@ static const struct extension extension_table[] = {
    { "GL_EXT_discard_framebuffer",                 o(dummy_true),                                    ES1 | ES2, 2009 },
    { "GL_EXT_blend_minmax",                        o(EXT_blend_minmax),                        GLL | ES1 | ES2, 1995 },
    { "GL_EXT_blend_subtract",                      o(dummy_true),                              GLL,            1995 },
-   { "GL_EXT_buffer_storage",                      o(ARB_buffer_storage),                                  ES2, 2015 },
    { "GL_EXT_compiled_vertex_array",               o(dummy_true),                              GLL,            1996 },
    { "GL_EXT_copy_texture",                        o(dummy_true),                              GLL,            1995 },
    { "GL_EXT_depth_bounds_test",                   o(EXT_depth_bounds_test),                   GL,             2002 },




More information about the mesa-commit mailing list