<div dir="ltr">scratch that... We need it for ES 3.0.  I'll look at the bug more.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 19, 2014 at 4:36 PM, Jason Ekstrand <span dir="ltr"><<a href="mailto:jason@jlekstrand.net" target="_blank">jason@jlekstrand.net</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">All we have right now are stub implementations of these that do nothing.<br>
Let's avoid confusing apps by advertising an extension we don't actually<br>
support.<br>
<br>
Bugzilla: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=87516" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=87516</a><br>
---<br>
 src/mesa/main/extensions.c | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c<br>
index 0df04c2..d7bc28a 100644<br>
--- a/src/mesa/main/extensions.c<br>
+++ b/src/mesa/main/extensions.c<br>
@@ -118,7 +118,7 @@ static const struct extension extension_table[] = {<br>
    { "GL_ARB_fragment_shader",                     o(ARB_fragment_shader),                     GL,             2002 },<br>
    { "GL_ARB_framebuffer_object",                  o(ARB_framebuffer_object),                  GL,             2005 },<br>
    { "GL_ARB_framebuffer_sRGB",                    o(EXT_framebuffer_sRGB),                    GL,             1998 },<br>
-   { "GL_ARB_get_program_binary",                  o(dummy_true),                              GL,             2010 },<br>
+   { "GL_ARB_get_program_binary",                  o(dummy_false),                              GL,             2010 },<br>
    { "GL_ARB_gpu_shader5",                         o(ARB_gpu_shader5),                         GLC,            2010 },<br>
    { "GL_ARB_half_float_pixel",                    o(dummy_true),                              GL,             2003 },<br>
    { "GL_ARB_half_float_vertex",                   o(ARB_half_float_vertex),                   GL,             2008 },<br>
@@ -296,7 +296,7 @@ static const struct extension extension_table[] = {<br>
    { "GL_OES_fbo_render_mipmap",                   o(dummy_true),                                   ES1 | ES2, 2005 },<br>
    { "GL_OES_fixed_point",                         o(dummy_true),                                   ES1,       2002 },<br>
    { "GL_OES_framebuffer_object",                  o(dummy_true),                                   ES1,       2005 },<br>
-   { "GL_OES_get_program_binary",                  o(dummy_true),                                         ES2, 2008 },<br>
+   { "GL_OES_get_program_binary",                  o(dummy_false),                                         ES2, 2008 },<br>
    { "GL_OES_mapbuffer",                           o(dummy_true),                                   ES1 | ES2, 2005 },<br>
    { "GL_OES_packed_depth_stencil",                o(dummy_true),                                   ES1 | ES2, 2007 },<br>
    { "GL_OES_point_size_array",                    o(dummy_true),                                   ES1,       2004 },<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.2.0<br>
<br>
</font></span></blockquote></div></div>