Closed
Bug 1676719
Opened 5 years ago
Closed 5 years ago
Allow ANGLE WebRender in the parent process when the GPU process isn't available
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
Details
Attachments
(2 files)
In order to ship WebRender to older-Win7, we need to support the case where we can't have a GPU process.
We previously blocked this due to thread safety concerns with ANGLE, but now believe this won't be an issue.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → matt.woodrow
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D96766
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c746d868b5cd
Only attempt a partial present when we have DXGI 1.2 available. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/df091d736860
Allow WebRender ANGLE in parent process for Nightly. r=jrmuizel
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c746d868b5cd
https://hg.mozilla.org/mozilla-central/rev/df091d736860
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•