Add a way to enable WebRender without GPU process on Windows
Categories
(Core :: Graphics: WebRender, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
On Windows, WebRender is used only when GPU process is enabled. It is because ANGLE did not work when WebRender and WebGL uses ANGLE. But there is a case that we want to enable WebRender without GPU process for testing.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Attachment 9137626 [details] [diff] expects pref layers.gpu-process.enabled=false.
Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
Backed out changeset d05ac327b65e (Bug 1626822) for bustages at gfxPlatform.cpp.
https://hg.mozilla.org/integration/autoland/rev/73c56c12362f080fc307be240c59c0a41617198a
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=297439761&repo=autoland&lineNumber=22098
Assignee | ||
Comment 6•5 years ago
|
||
Addressed build failure.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8a93e4a66957491c784b0b09be1e68aca898b8a4
Comment 8•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Is there anything here that could be manually tested by QA?
If so, could you please leave some steps to reproduce and verify the issue that was fixed?
Assignee | ||
Comment 10•5 years ago
|
||
(In reply to Cristian Baica [:cbaica], Release Desktop QA from comment #9)
Is there anything here that could be manually tested by QA?
Manual test is not necessary. Thank you!
Description
•