RESOLVED WONTFIX 73279
[Chromium] Commit should be fully asynchronous and non-blocking on main thread.
https://bugs.webkit.org/show_bug.cgi?id=73279
Summary [Chromium] Commit should be fully asynchronous and non-blocking on main thread.
David Reveman
Reported 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.
Attachments
Patch (65.50 KB, patch)
2011-11-28 21:23 PST, David Reveman
no flags
Patch (84.09 KB, patch)
2011-12-06 12:47 PST, David Reveman
no flags
Patch (122.97 KB, patch)
2012-01-05 15:01 PST, David Reveman
no flags
Patch (123.08 KB, patch)
2012-01-09 17:43 PST, David Reveman
no flags
Patch (143.72 KB, patch)
2012-01-24 08:51 PST, David Reveman
no flags
David Reveman
Comment 1 2011-11-28 21:23:57 PST
Created attachment 116883 [details] Patch Work in progress.
David Reveman
Comment 2 2011-12-06 12:47:32 PST
David Reveman
Comment 3 2012-01-05 15:01:46 PST
David Reveman
Comment 4 2012-01-09 17:43:44 PST
David Reveman
Comment 5 2012-01-24 08:51:05 PST
Note You need to log in before you can comment on or make changes to this bug.