[Webkit-unassigned] [Bug 80746] New: [chromium] threaded animations start too soon

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 19:02:32 PST 2012


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

           Summary: [chromium] threaded animations start too soon
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: epenner at chromium.org


We start threaded animations after we upload all textures on the compositor thread. But the actual upload to GPU takes place later in the GPU process. These uploads can be slow on some platforms, so it would be nice to wait until this is truly done before starting the animation (so animation will be smooth).

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