Closed
Bug 1292326
Opened 9 years ago
Closed 9 years ago
Disable layers acceleration by default on Linux when using a Mesa software GL implementation
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: acomminos, Assigned: acomminos)
References
Details
Attachments
(2 files)
When layers acceleration is enabled by default on Linux, we don't want to accelerate with LLVMPipe or swrast- performance is quite a bit poorer than our basic composition pipeline, especially with a low number of cores.
This is only a default; we'll force enable acceleration with LLVMPipe on the test infrastructure using layers.acceleration.force-enabled.
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/69350/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/69350/
Attachment #8777946 -
Flags: review?(jmuizelaar)
Attachment #8777947 -
Flags: review?(jmuizelaar)
| Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/69352/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/69352/
Updated•9 years ago
|
Attachment #8777946 -
Flags: review?(jmuizelaar) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8777946 [details]
Bug 1292326 - Disable layers acceleration by default when using mesa software rasterizers.
https://reviewboard.mozilla.org/r/69350/#review66498
Comment 4•9 years ago
|
||
Comment on attachment 8777947 [details]
Bug 1292326 - Let layers.acceleration.force-enabled apply to the OPENGL_COMPOSITING feature.
https://reviewboard.mozilla.org/r/69352/#review66500
Attachment #8777947 -
Flags: review?(jmuizelaar) → review+
Pushed by acomminos@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8668f02b42d2
Disable layers acceleration by default when using mesa software rasterizers. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/be5163e05d75
Let layers.acceleration.force-enabled apply to the OPENGL_COMPOSITING feature. r=jrmuizel
Comment 6•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8668f02b42d2
https://hg.mozilla.org/mozilla-central/rev/be5163e05d75
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•