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)

ARM
MeeGo
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: romaxa, Unassigned)

References

Details

Attachments

(2 files, 2 obsolete files)

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?
Blocks: 625673
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?
Attachment #503762 - Flags: review? → review?(doug.turner)
> 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
Attachment #504014 - Flags: review?(doug.turner)
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)
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?
Attachment #504020 - Flags: review?(doug.turner) → review+
Comment on attachment 504020 [details] [diff] [review]
Hope maemo>5 will have HW accelration working fine

ifdef.
Attachment #504020 - Flags: approval2.0? → approval2.0+
Attachment #504664 - Flags: review?(doug.turner)
Attachment #504664 - Flags: approval2.0?
Attachment #504664 - Flags: review?(doug.turner)
Attachment #504664 - Flags: review+
Attachment #504664 - Flags: approval2.0?
Attachment #504664 - Flags: approval2.0+
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
Depends on: 643684
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: