RESOLVED WONTFIX89903
[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
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.
Note You need to log in before you can comment on or make changes to this bug.