Closed
Bug 1649137
Opened 5 years ago
Closed 5 years ago
Increase in the usage of basic compositor since turning WebRender on on macOS
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1651455
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jmuizelaar
| Assignee | ||
Comment 1•5 years ago
|
||
Here's an example configuration that's going bad:
{
"gfx": {
"adapters": [
{
"description": null,
"device_id": "0x5926",
"driver": null,
"driver_date": null,
"driver_version": null,
"gpu_active": true,
"ram": "0",
"subsys_id": null,
"vendor_id": "0x8086",
"driver_vendor": null
}
],
"d2d_enabled": null,
"d_write_enabled": null,
"features": {
"advanced_layers": null,
"compositor": "basic",
"d2d": null,
"d3d11": null,
"gpu_process": {
"status": "unused"
},
"webrender": {
"status": "unavailable:FEATURE_FAILURE_DEFAULT_OFF"
},
"wr_qualified": {
"status": "available"
},
"hw_compositing": {
"status": "available"
},
"opengl_compositing": {
"status": "available"
},
"wr_compositor": {
"status": "available"
}
},
"headless": false,
"low_end_machine": null,
"monitors": [
{
"pseudo_display": null,
"refresh_rate": null,
"scale": "2.0",
"screen_height": "1050",
"screen_width": "1680"
},
{
"pseudo_display": null,
"refresh_rate": null,
"scale": "2.0",
"screen_height": "1080",
"screen_width": "1920"
}
],
"content_backend": "Skia"
}
}
Flags: needinfo?(aosmond)
| Assignee | ||
Comment 2•5 years ago
|
||
Andrew discovered that this is most likely a coincidence. It looks like the actual cause is BigSur:
https://sql.telemetry.mozilla.org/queries/72658/source
Comment 3•5 years ago
|
||
I am on Big Sur Developer Beta 2 als only get the basic compositor. Let me know if there are any information I can provide.
| Assignee | ||
Comment 4•5 years ago
|
||
I'm closing in favor of bug 1651455
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Flags: needinfo?(aosmond)
You need to log in
before you can comment on or make changes to this bug.
Description
•