[Webkit-unassigned] [Bug 93010] New: Add WebExternalTextureProvider; an alternate means for providing textures to a TextureLayerChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 11:12:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93010

           Summary: Add WebExternalTextureProvider; an alternate means for
                    providing textures to a TextureLayerChromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scshunt at csclub.uwaterloo.ca
                CC: piman at chromium.org, fsamuel at chromium.org,
                    nduca at chromium.org


This is inteded as part of the browser plugin implementation, which will use this design to allow its texture handling to occur on the compositor thread when the threaded compositor is active rather than on the main thread.

This is roughly a clone of WebVideoFrameProvider, except without various considerations such as multi-threaded code.

I have not moved existing clients over but allowed both approaches to be used on TextureLayerChromium. It would probably be good to move everything over to this more generic implementation, but I do not know if I have the time available.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list