<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 17, 2014 at 3:06 PM, José Fonseca <span dir="ltr"><<a href="mailto:jose.r.fonseca@gmail.com" target="_blank">jose.r.fonseca@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Oct 16, 2014 at 11:33 AM, 张辉 Jack Zhang <span dir="ltr"><<a href="mailto:zhvirus@hotmail.com" target="_blank">zhvirus@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="auto"><div>Thanks for the reply, just </div><div>2 more questions:</div><div><br></div><div>Why does it not support es 3/3.1? Any plan to support it?</div></div></blockquote><div><br></div></span><div>Just because nobody did the work.  Most of my work focuses on desktop OpenGL and Direct3D.  I don't have GLES3 samples / implementations off-hand so I can test it, so no plan to doit myself.<br><br></div><div>I took a quick look and I don't think it would be a lot of work. Most of the GL entry points are there due to the overlap with desktop GL.  So it's mostly a matter of updating the egltrace.so wrapper and eglretrace components to understand and recreate GLES 3.x contexts.<br><br></div><div>It shouldn't take more than 1-2 of days, even for somebody not familiar with Apitrace code.<br></div><span class=""><div><br></div></span></div></div></div></blockquote><div> </div><div>FYI, I had to cleanup the way apitrace handles context version/profiles because it was a mess (lots of duplication, plus we were trying to describe profiles with enums instead of a struct), and GLX/WGL_EXT_create_context_es_profile wasn't been traced properly as consequence.<br></div></div><br></div><div class="gmail_extra">Once this cleanup was done, adding support for GLES3 was trivial.  So I went ahead and did it.  I only barely tested with a trivial test case, but it seems to work.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Jose</div></div>