Enable the new tiled rendering path, update test expectations
Categories
(Core :: Graphics: WebRender, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
•
|
||
Backed out for causing Bug 1813435, turning Bug 1802310, Bug 1743622 into almost perma.
Push with failures - Wr -> Failure log - Wr
Assignee | ||
Comment 4•2 years ago
|
||
Will investigate them this week and re-land the patches after that.
Assignee | ||
Comment 5•2 years ago
|
||
Hi Norisz, I've updated the patch with a little extra fuzziness for the failure in https://bugzilla.mozilla.org/show_bug.cgi?id=1813435. However, the existing failures that become more near-permas are unrelated to the content of the patch itself (they may be unrelated race conditions affected by the changes in performance of this patch). I'll do some try runs today with that change to confirm and then re-land.
Comment 7•2 years ago
|
||
bugherder |
Assignee | ||
Comment 8•2 years ago
|
||
The performance regressions from this patch expose an indirectly related problem. The patch itself is not a problem, but it causes a regression in perf because other parts of the WR code are doing more work than required when this patch is enabled.
I'm going to:
- Back this patch out, to get us back to the normal performance baseline.
- Fix / improve the other WR parts that are the underlying cause of this regression.
- Re-land this patch which will hopefully then not show any perf regressions.
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
Description
•