Closed
Bug 625671
Opened 14 years ago
Closed 14 years ago
Enable Hardware acceleration by default on Maemo6 fennec
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
dougt
:
review+
dougt
:
approval2.0+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
dougt
:
review+
dougt
:
approval2.0+
|
Details | Diff | Splinter Review |
Fixing of bug https://bugzilla.mozilla.org/show_bug.cgi?id=618628 has fixed Maemo6 EGL working.
Default m-c build with
pref("layers.acceleration.disabled", false);
pref("layers.acceleration.force-enabled", true);
pref("plugin.disable", false);
pref("dom.ipc.plugins.enabled", true);
Make youtube playing 14FPS -> 30 FPS.
Attachment #503762 -
Flags: review?(doug.turner)
Attachment #503762 -
Flags: approval2.0?
Reporter | ||
Comment 1•14 years ago
|
||
Comment on attachment 503762 [details] [diff] [review]
Enable HW acceleration for Maemo6
oh, this is npodb
Attachment #503762 -
Flags: review?(doug.turner)
Attachment #503762 -
Flags: review?
Attachment #503762 -
Flags: approval2.0?
Reporter | ||
Updated•14 years ago
|
Attachment #503762 -
Flags: review? → review?(doug.turner)
Reporter | ||
Comment 2•14 years ago
|
||
> Make youtube playing 14FPS -> 30 FPS.
and reason of 14FPS is software plugin layer scaling...
with pref("browser.ui.zoom.pageFitGranularity", 1); - I have 30FPS even with software rendering on maemo6.
with browser.ui.zoom.pageFitGranularity", 1 - we disable scale
with layers.acceleration.force-enabled - true - we do scaling for free on GPU
Reporter | ||
Comment 3•14 years ago
|
||
Attachment #504014 -
Flags: review?(doug.turner)
Reporter | ||
Comment 4•14 years ago
|
||
Attachment #503762 -
Attachment is obsolete: true
Attachment #504014 -
Attachment is obsolete: true
Attachment #504020 -
Flags: review?(doug.turner)
Attachment #503762 -
Flags: review?(doug.turner)
Attachment #504014 -
Flags: review?(doug.turner)
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 504020 [details] [diff] [review]
Hope maemo>5 will have HW accelration working fine
does not make any sense waste time on testing fixing software port for maemo > 5
Attachment #504020 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #504020 -
Flags: review?(doug.turner) → review+
Comment 6•14 years ago
|
||
Comment on attachment 504020 [details] [diff] [review]
Hope maemo>5 will have HW accelration working fine
ifdef.
Attachment #504020 -
Flags: approval2.0? → approval2.0+
Reporter | ||
Comment 7•14 years ago
|
||
Attachment #504664 -
Flags: review?(doug.turner)
Reporter | ||
Updated•14 years ago
|
Attachment #504664 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #504664 -
Flags: review?(doug.turner)
Attachment #504664 -
Flags: review+
Attachment #504664 -
Flags: approval2.0?
Attachment #504664 -
Flags: approval2.0+
Reporter | ||
Comment 8•14 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/bee7f6dd725c
http://hg.mozilla.org/mozilla-central/rev/cc21cd9e899c
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•