Closed
Bug 1461775
Opened 5 years ago
Closed 5 years ago
Create paint workers in response to device resets instead of preemptively
Categories
(Core :: Graphics: Layers, enhancement, P3)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
4.60 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
To fix bug 1458462, I made it so we preemptively would create paint worker threads if it was possible we could switch to skia and tiling in the future. This isn't optimal though, and so we should detect when we switch and create or destroy the paint workers as appropriate.
Assignee | ||
Comment 1•5 years ago
|
||
Attachment #8975902 -
Flags: review?(bas)
Updated•5 years ago
|
Attachment #8975902 -
Flags: review?(bas) → review+
Pushed by rhunt@eqrion.net: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d06bc54d475 Create paint worker threads in response to a device reset instead of preemptively. r=bas
Comment 3•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0d06bc54d475
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•