[Bug 104884] memory leak with intel i965 mesa when running android container in Ubuntu

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 1 22:55:36 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104884

--- Comment #20 from Kenneth Graunke <kenneth at whitecape.org> ---
i965 uses swrast functionality internally for legacy OpenGL features - so if
you're using OpenGL 1.x-3.0 or GLES 1.x...then you'll see
_swrast_CreateContext.  It should be cleaned up if you destroy contexts
properly.  It's weird that you would see that on Android, though, because
GLES2-3 don't hit that.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180301/03003cff/attachment.html>


More information about the intel-3d-bugs mailing list