Closed
Bug 727838
Opened 13 years ago
Closed 13 years ago
Runfield draws slower than Chrome for Android
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(blocking-fennec1.0 beta+)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | beta+ |
People
(Reporter: jpr, Assigned: jrmuizel)
References
()
Details
(Keywords: perf, Whiteboard: MAPLE mwc-demo [gfx])
Runfield draws slower than Chrome for Android
Comment 1•13 years ago
|
||
Nightly or Maple?
Assignee | ||
Comment 2•13 years ago
|
||
So it currently looks like runfield is hitting all of our hotpaths in canvas. Because there's no scaling happening, I expect that the canvas performance is close to being memory bandwidth bound. This means that we should be able to get performance close to what Chrome has even though it has GPU accelerated canvas.
The current known problems keeping us back from full performance are: the double painting from bug 727939 and upload performance which will hopefully be improved by gralloc. The texture copy in glTexImage2d showed up very high during profiling.
Updated•13 years ago
|
Whiteboard: mwc-demo → MAPLE mwc-demo
Comment 3•13 years ago
|
||
In the new version of the demo, I scale the Canvas. This impacts the performance, right?
I use <meta viewport="width=device-width"> and the <canvas> is scaled (width: 100%). I could also use <meta viewport="width=thesizeofthecanvas"> but I guess that would do the same thing.
Comment 4•13 years ago
|
||
Status: there is a patch in review in the related bug. P1 = needs assignee.
Priority: -- → P1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jmuizelaar
Updated•13 years ago
|
Keywords: fennecnative-betablocker
Reporter | ||
Updated•13 years ago
|
Priority: P1 → P2
Updated•13 years ago
|
blocking-fennec1.0: --- → beta+
Updated•13 years ago
|
Status: NEW → ASSIGNED
Comment 5•13 years ago
|
||
Jeff - I heard you had a plan for this bug. True?
Comment 6•13 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #5)
> Jeff - I heard you had a plan for this bug. True?
I assume it's bug 729266
Updated•13 years ago
|
Whiteboard: MAPLE mwc-demo → MAPLE mwc-demo [gfx]
Reporter | ||
Comment 8•13 years ago
|
||
Jeff, is this a dupe?
Assignee | ||
Comment 9•13 years ago
|
||
No, this is a tracking bug.
Updated•13 years ago
|
Comment 10•13 years ago
|
||
I made a modified Runfield demo here that makes the fox go faster:
http://people.mozilla.org/~mwargers/tests/unminimized/Runfield/Runfield.htm
On my Samsung Galaxy Nexus, this looks smoother to me on Fennec Nativue trunk than on Google Chrome beta.
Comment 11•13 years ago
|
||
Looks like the canavs FPS improvements have been validated
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•