Bug 236587 disables the texture-sharing path with ANGLE (because it's broken), we should implement an alternative GPU-side path for texture sharing using dmabufs.
Created attachment 452856 [details] Patch
Created attachment 452863 [details] Patch
Comment on attachment 452863 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=452863&action=review r=me when bots are green > Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapper.cpp:34 > +#include "GBMDevice.h" This should be guarded.
Created attachment 452953 [details] Patch
Created attachment 452955 [details] Patch
This should wait on dmabuf-related changes in MediaPlayerPrivateGStreamer.
(In reply to Zan Dobersek from comment #6) > This should wait on dmabuf-related changes in MediaPlayerPrivateGStreamer. Is this patch now worth rebasing?