Re: [Mesa-dev] [PATCH] main: Don't advertise ARB/OES_get_program_binary

2014-12-19 Thread Kenneth Graunke
On Friday, December 19, 2014 04:36:55 PM Jason Ekstrand wrote: > All we have right now are stub implementations of these that do nothing. > Let's avoid confusing apps by advertising an extension we don't actually > support. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=87516 > --- >

Re: [Mesa-dev] [PATCH] main: Don't advertise ARB/OES_get_program_binary

2014-12-19 Thread Jason Ekstrand
scratch that... We need it for ES 3.0. I'll look at the bug more. On Fri, Dec 19, 2014 at 4:36 PM, Jason Ekstrand wrote: > > All we have right now are stub implementations of these that do nothing. > Let's avoid confusing apps by advertising an extension we don't actually > support. > > Bugzilla

[Mesa-dev] [PATCH] main: Don't advertise ARB/OES_get_program_binary

2014-12-19 Thread Jason Ekstrand
All we have right now are stub implementations of these that do nothing. Let's avoid confusing apps by advertising an extension we don't actually support. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=87516 --- src/mesa/main/extensions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 delet