Bug 73279 - [Chromium] Commit should be fully asynchronous and non-blocking on main thread.
Summary: [Chromium] Commit should be fully asynchronous and non-blocking on main thread.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Reveman
URL:
Keywords:
Depends on: 72752 75272 76295
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-28 21:16 PST by David Reveman
Modified: 2013-04-12 07:26 PDT (History)
5 users (show)

See Also:


Attachments
Patch (65.50 KB, patch)
2011-11-28 21:23 PST, David Reveman
no flags Details | Formatted Diff | Diff
Patch (84.09 KB, patch)
2011-12-06 12:47 PST, David Reveman
no flags Details | Formatted Diff | Diff
Patch (122.97 KB, patch)
2012-01-05 15:01 PST, David Reveman
no flags Details | Formatted Diff | Diff
Patch (123.08 KB, patch)
2012-01-09 17:43 PST, David Reveman
no flags Details | Formatted Diff | Diff
Patch (143.72 KB, patch)
2012-01-24 08:51 PST, David Reveman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Reveman 2011-11-28 21:16:36 PST
The commit process is currently blocking on the main thread. This becomes especially bad when impl thread is using incremental texture uploads. The commit process should be made asynchronous on the main thread.
Comment 1 David Reveman 2011-11-28 21:23:57 PST
Created attachment 116883 [details]
Patch

Work in progress.
Comment 2 David Reveman 2011-12-06 12:47:32 PST
Created attachment 118095 [details]
Patch
Comment 3 David Reveman 2012-01-05 15:01:46 PST
Created attachment 121337 [details]
Patch
Comment 4 David Reveman 2012-01-09 17:43:44 PST
Created attachment 121771 [details]
Patch
Comment 5 David Reveman 2012-01-24 08:51:05 PST
Created attachment 123743 [details]
Patch