Closed
Bug 1395107
Opened 7 years ago
Closed 7 years ago
Create GL context for WebRender with CompositorDevice applied
Categories
(Core :: Graphics: WebRender, enhancement, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
firefox59 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: [wr-reserve])
Attachments
(2 files, 9 obsolete files)
1.56 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
5.35 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
It makes thing simpler if CompositorDevice is applied to GL context for WebRender.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8902620 -
Attachment is obsolete: true
Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8902980 -
Attachment is obsolete: true
Updated•7 years ago
|
Blocks: stage-wr-trains
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Whiteboard: [wr-mvp]
Target Milestone: --- → mozilla57
Updated•7 years ago
|
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
Assignee | ||
Comment 5•7 years ago
|
||
Attachment #8911028 -
Attachment is obsolete: true
Updated•7 years ago
|
Whiteboard: [wr-mvp] → [wr-reserve]
Updated•7 years ago
|
Priority: P1 → P3
Updated•7 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8913065 -
Attachment is obsolete: true
Assignee | ||
Comment 7•7 years ago
|
||
ANGLE does not enable "present path fast" even with EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE if EGL_PLATFORM_DEVICE_EXT is used. This patch makes "present path fast" valid with EGL_PLATFORM_DEVICE_EXT
Attachment #8940039 -
Attachment is obsolete: true
Assignee | ||
Comment 8•7 years ago
|
||
Assignee | ||
Comment 9•7 years ago
|
||
Attachment #8940069 -
Attachment is obsolete: true
Assignee | ||
Comment 10•7 years ago
|
||
Attachment #8940070 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8940068 -
Flags: review?(jgilbert)
Assignee | ||
Updated•7 years ago
|
Attachment #8940073 -
Flags: review?(jgilbert)
Updated•7 years ago
|
Attachment #8940068 -
Flags: review?(jgilbert) → review+
Comment 11•7 years ago
|
||
Comment on attachment 8940073 [details] [diff] [review]
patch part 2 - Create GL context for WebRender with CompositorDevice applied
Review of attachment 8940073 [details] [diff] [review]:
-----------------------------------------------------------------
This is likely to break non-e10s+webrender, if we care about that.
Attachment #8940073 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 12•7 years ago
|
||
We do not support non-e10s+webrender with ANGLE for now.
Assignee | ||
Comment 13•7 years ago
|
||
Fixed build failure on linux.
Attachment #8940073 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8940937 -
Flags: review+
Assignee | ||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d88099a3a53a
Create GL context for WebRender with CompositorDevice applied r=jgilbert
Comment 16•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•