Closed
Bug 1010558
Opened 11 years ago
Closed 4 months ago
Regression: Canvas uses BigImage on mobile
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: BenWa, Unassigned)
References
Details
Attachments
(1 file)
1.86 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
I think this is a regression from the layers refactoring. We're using BigImage on mobile for canvas but it's a terrible use case for BigImage since we already re-upload the full texture we just take a performance hit.
Attachment #8422747 -
Flags: review?(bas)
Updated•11 years ago
|
Attachment #8422747 -
Flags: review?(bas) → review+
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Pushing adding flags by itself to be safe:
https://tbpl.mozilla.org/?tree=Try&rev=1dc0671f24aa
Reporter | ||
Comment 3•11 years ago
|
||
And with disabling 256 tiles now that we use tiling:
https://tbpl.mozilla.org/?tree=Try&rev=49f3238816c3
Reporter | ||
Comment 4•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=c3ff6b3ad5db
Fixed warning as error
Reporter | ||
Comment 5•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=18a12954efd7
Looks like the mFlags stuff is causing try failures. Pushing just the important patch.
Updated•2 years ago
|
Severity: normal → S3
Comment 6•4 months ago
|
||
ClientCanvasLayer was removed in bug 1727398
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•