Increase the max number of rasterized blobs per transaction
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(2 files, 3 obsolete files)
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
There's some notable perf difference, good and bad. I am a tad surprised by the tp5o_scroll regression. Could be because we end up eagerly rasterizing tiles that we don't scroll to.
Comment 4•7 years ago
|
||
What ended up being the results of kats suggestions about the loop and talos regressions?
Comment 5•7 years ago
•
|
||
One side effect of attachment 9035629 [details] is that checkerboarding of STR of Bug 1494164 comment 0 became significant.
https://static.mozilla.com/moco/en-US/images/mozilla_eoy_2013_EN.svg
Comment 6•7 years ago
|
||
Just to clarify this patch makes the checkboarding of mozilla_eoy_2013_EN.svg worse?
Comment 7•7 years ago
•
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #6)
Just to clarify this patch makes the checkboarding of mozilla_eoy_2013_EN.svg worse?
Yes, with the patch, I saw longer white content(mozilla_eoy_2013_EN.svg) during scrolling on P50(Win10).
| Assignee | ||
Comment 8•7 years ago
|
||
What ended up being the results of kats suggestions about the loop and talos regressions?
I forgot about that. It's completely orthogonal to the patch FWIW and I'm more worried about the extra checkerboarding reported by Sotaro.
There has to be a good tradeoff to pick between checkerboarding and jank but it needs some experimentation.
| Assignee | ||
Comment 9•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 10•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 11•7 years ago
|
||
| Assignee | ||
Comment 12•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d6c9841c74cd
https://hg.mozilla.org/mozilla-central/rev/902bff64318d
Description
•