Closed
Bug 1321141
Opened 9 years ago
Closed 9 years ago
make PWebRenderBridge support PCompositable
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | affected |
People
(Reporter: jerry, Assigned: jerry)
References
Details
I'm trying to use PCompositable for all WebRenderXXXXLayer. Then, we could get rid of memory allocation for every frame later.
[1]
https://hg.mozilla.org/projects/graphics/file/tip/gfx/layers/wr/WebRenderPaintedLayer.cpp#l31
Pushed by hshih@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/fbe435541637
make PWebRenderBridge manage PCompositable. r=sotaro?
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Pushed by mchang@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/69bd424d84ee
Fix missing override for Destroy for build bustage.
Pushed by mchang@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/0792dcc4e9a6
Delete WebrenderBridgeParent refcount declaration for build bustage
Updated•8 years ago
|
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•