<div dir="ltr">Thanks for your replies guys!<div><br></div><div style>The output of eglinfo is:</div><div style><div>EGL API version: 1.4</div><div>EGL vendor string: Mesa Project</div><div>EGL version string: 1.4 (DRI2)</div>
<div>EGL client APIs: OpenGL OpenGL_ES OpenGL_ES2 </div><div>EGL extensions string:</div><div>    EGL_MESA_drm_image EGL_WL_bind_wayland_display EGL_KHR_image_base</div><div>    EGL_KHR_image_pixmap EGL_KHR_image EGL_KHR_gl_renderbuffer_image</div>
<div>    EGL_KHR_surfaceless_context EGL_KHR_create_context</div><div>    EGL_NOK_swap_region EGL_NOK_texture_from_pixmap</div><div>    EGL_NV_post_sub_buffer</div><div><br></div><div style>So apparently ES3.0 is not a supported API :(</div>
<div style><br></div><div style>@Jordan: do you know if one can reenable ES3 on Intel graphics? Is a special flag expected? I had read a message that Fedora 18 will enable ES3.0 by default?</div><div style><br></div><div style>
Violin</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 25, 2013 at 5:59 PM, Jordan Justen <span dir="ltr"><<a href="mailto:jljusten@gmail.com" target="_blank">jljusten@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mon, Mar 25, 2013 at 9:41 AM, violin yanev <<a href="mailto:violin.yanev@gmail.com">violin.yanev@gmail.com</a>> wrote:<br>

</div><div class="im">> Hello,<br>
><br>
> I was eager to try the OpenGL ES 3.0 support on the newest Mesa 9.1.<br>
><br>
> I installed the latest Fedora Rawhide on my Sandy Bridge.<br>
<br>
</div>I believe this Fedora commit which disabled GL3 for Intel graphics<br>
will also disable GLES3 for Intel graphics:<br>
<a href="http://pkgs.fedoraproject.org/cgit/mesa.git/commit/?id=cbd72a1775d26a74f76be5de337ce036467e2043" target="_blank">http://pkgs.fedoraproject.org/cgit/mesa.git/commit/?id=cbd72a1775d26a74f76be5de337ce036467e2043</a><br>

<br>
-Jordan<br>
<div class="im"><br>
> I think the<br>
> graphics chip is HD 2000, lspci says I have a Xeon E3-1200 V2/3rd gen<br>
> processor. glxinfo states that I have Mesa 9.1, and lsmod lists i915 as my<br>
> VGA driver, so it seems that the setup is right. I wrote a simple EGL<br>
> program (used the opengles2 example as basis) and tried to create am OpenGL<br>
> ES3 context. I tried two methods:<br>
><br>
> 1) Giving a value of 3 in the API version eglChooseConfig<br>
> (EGL_CONTEXT_CLIENT_VERSION=3)<br>
> This had the result that no matching configs were found.<br>
> 2) Supplying the EGL_OPENGL_ES3_BIT_KHR flag in eglCreateContext (the<br>
> EGL_KHR_create_context extension is present). This didn't work either<br>
> (eglCreateContext returns an error).<br>
><br>
> I am probably doing it the wrong way, but I didn't find any information on<br>
> the internet on how to try the ES3.0 support (I checked the mesa-users<br>
> mailing list, the mesa news, the intel linux drivers webpage, and even<br>
> searched the commit history of mesa...). I would really appreciate some<br>
> help!<br>
><br>
</div>> _______________________________________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
><br>
</blockquote></div><br></div>