<div dir="ltr">apitrace traces a single process, any surface that is shared with a differente process -- be it X, another GL, etc -- won't be properly captured, as all operations that happens to that surface on the other process is never seen.<div><br></div><div>What apitrace has is a hack to replace glEGLImageTargetTexture2DOES/glXBindTexImageEXT with a "fake" glTexImage2D call.</div><div><br></div><div>So, that even though the external process operations are not captured, with some luck, the pixels of that surface are there, so the final rendering will look about the same.  With some luck.</div><div><br></div><div>How this affects or not the rendering depends on case by case.</div><div><br></div><div>I'm afraid this is a just a limitation of apitrace -- apitrace primary focus is the debugging of "proper" OpenGL or OpenGL ES APIs.  Debugging of EGL/GLX/WGL has never been  a high priority, and glretrace doesn't failthfully retrace EGL/GLX/WGL  -- it emulates so traces can be portable across OSes.</div><div><br></div><div>Jose<br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 28, 2015 at 2:23 PM, Divick Kishore <span dir="ltr"><<a href="mailto:divick.kishore@gmail.com" target="_blank">divick.kishore@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">Hi,<br>
    it seems that apitrace doesn't seem to capture glEGLImage* calls<br>
in the trace. Since I am seeing some differences in the output from my<br>
application which renders to an offscreen surface via FBO vs the<br>
thumbnails generated by apitrace, I am curious to know if it doesn't<br>
capture the glEGLImage* calls the thumbnails, could the resulting<br>
output be different?<br>
<br>
Thanks,<br>
Divick<br>
_______________________________________________<br>
apitrace mailing list<br>
<a href="mailto:apitrace@lists.freedesktop.org">apitrace@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/apitrace" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/apitrace</a><br>
</blockquote></div><br></div></div></div>