[Webkit-unassigned] [Bug 78129] New: [chromium] Support WebGL in multithreaded compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 10:19:22 PST 2012


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

           Summary: [chromium] Support WebGL in multithreaded compositor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: jamesr at chromium.org, zmo at google.com, gman at google.com,
                    nduca at chromium.org, twiz at chromium.org


Currently Chromium's WebGL implementation doesn't work with the multithreaded compositor. In order to make it do so, minimally it will be necessary to add another color buffer so that the submission of WebGL rendering results to the compositor can be a true buffer swap. It might be worth adding two more buffers so that the rendering thread can submit results without ever blocking on the compositor and vice versa, though that would be overkill for the initial implementation.

-- 
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