[Webkit-unassigned] [Bug 68258] New: [chromium] Perform texture upload after commit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 10:47:17 PDT 2011


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

           Summary: [chromium] Perform texture upload after commit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nduca at chromium.org
                CC: jamesr at chromium.org, enne at google.com


We currently do texture uploads (TexImage2D/mapbuffersub) inside the commit step.

When we can, we should move the upload to after the commit occurs so that the upload time is not on the critical path.

This will require adding stuff to the impl->proxy->host path for "I am done with this resource, you can free it now" type of managing the temporary buffers.

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