<div dir="ltr"><div>Hi,<br><br></div><div>hm, could you check "cat ./src/mapi/es2api/glapi_mapi_tmp.h | grep glFramebufferParameteri" ?<br><br></div><div>I can see void APIENTRY gl_dispatch_stub_888(GLenum target, GLenum pname, GLint param); instead of glFramebufferParameteri there.<br><br></div><div>Also objdump -x for GLES 2.0 API shows absence of glFramebufferParameteri() function as well. Only GLES 3.0 functions are present.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 15, 2016 at 2:34 PM, Ilia Mirkin <span dir="ltr"><<a href="mailto:imirkin@alum.mit.edu" target="_blank">imirkin@alum.mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hm... those should be exposed:<br>
<br>
<a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml" rel="noreferrer" target="_blank">https://cgit.freedesktop.org/mesa/mesa/tree/src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml</a><br>
<br>
And the dEQP tests that check these also work correctly. What makes<br>
you think they're not properly exposed? (Perhaps I'm confused re what<br>
the "MAPI" interface is?)<br>
<br>
  -ilia<br>
<div><div class="h5"><br>
On Wed, Jun 15, 2016 at 2:23 PM, Mike Gorchak<br>
<<a href="mailto:mike.gorchak.qnx@gmail.com">mike.gorchak.qnx@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> Just found that latest Mesa 11.2.2 and 12.0.0rc3 exposes version 3.1 of<br>
> OpenGL ES instead of 3.0 if i965 DRI driver is used on Intel Gen8<br>
> (Broadwell) or Gen9 (AppolloLake/Broxton) hardware.<br>
><br>
> At the same time some of GLES 3.1 functions are not available through MAPI<br>
> interface like glFramebufferParameteri().<br>
><br>
> It seems it is just a question of regeneration of interface files, could you<br>
> regenerate them and release new bugfix version?<br>
><br>
> Thanks in advance!<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
><br>
</blockquote></div><br></div>