WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
89903
[chromium] Incremental uploads should glFlush after all upload batches, and scheduledActionDrawAndSwap shouldn't re-enter scheduledActionUpdateMoreResources
https://bugs.webkit.org/show_bug.cgi?id=89903
Summary
[chromium] Incremental uploads should glFlush after all upload batches, and s...
Eric Penner
Reported
2012-06-25 13:03:00 PDT
On Android, we found that incremental uploads wouldn't trigger any flushes when the total number of uploads was less than 7 (on Clank we use 5). Also, we found that scheduledActionDrawAndSwap would end up re-entering scheduledActionUpdateMoreResources. This meant that we would never get less than 10 uploads in between rather than 5.
Attachments
Add attachment
proposed patch, testcase, etc.
Nat Duca
Comment 1
2012-06-26 12:57:21 PDT
We need to fix this second case. @brianderson, this seems like a good followup to the basic patch and a good way to familiarize yourself with the scheduler.
Stephen Chenney
Comment 2
2013-04-15 07:55:24 PDT
https://code.google.com/p/chromium/issues/detail?id=231348
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug