Closed
Bug 1429997
Opened 7 years ago
Closed 7 years ago
Add RenderCompositor to wrap platform dependent code
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 1 obsolete file)
|
21.66 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Split platform dependent OpenGL related code from RendererOGL to RenderCompositor.
It could simplify bug 1419293.
| Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → sotaro.ikeda.g
Updated•7 years ago
|
Blocks: stage-wr-nightly
Priority: -- → P1
| Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8942061 -
Attachment is obsolete: true
| Assignee | ||
Updated•7 years ago
|
Attachment #8942581 -
Flags: review?(nical.bugzilla)
Comment 3•7 years ago
|
||
Comment on attachment 8942581 [details] [diff] [review]
patch - Add RenderCompositor to wrap platform dependent code
Review of attachment 8942581 [details] [diff] [review]:
-----------------------------------------------------------------
I am super confused by the "Compositor" terminology here (this abstraction doesn't perform any compositing as far as I can tell and doesn't implement the actual Compositor interface), but I don't know what to call it and I can see how it simplifies bug 1419293.
Attachment #8942581 -
Flags: review?(nical.bugzilla) → review+
| Assignee | ||
Comment 4•7 years ago
|
||
I could not find another better name. I think it is OK to use the name for now.
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c9cc2133f215
Add RenderCompositor to wrap platform dependent code r=nical
Comment 7•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•