Closed
Bug 858292
Opened 12 years ago
Closed 12 years ago
gfx defects in shumway demos when skia-gl enabled
Categories
(Firefox for Android Graveyard :: Toolbar, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: gbrown, Assigned: snorp)
References
Details
(Whiteboard: [shumway])
Attachments
(5 files)
The Shumway project has some demos available at http://mozilla.github.com/shumway/; they usually run fine on Android nightlies.
With skia-gl enabled:
gfx.canvas.azure.accelerated=true
gfx.canvas.azure.backends=skia
these demos often have graphics defects.
See attached screenshots of http://mozilla.github.com/shumway/examples/inspector/inspector.html?rfile=../pac/pac3.swf with/without skia-gl. These show the 13-04-04 nightly.
The defects seem slightly intermittent, but happen most (80%) of the time.
(I understand :blassey reported this issue on my behalf at a meeting today.)
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Assignee | ||
Comment 4•12 years ago
|
||
Assignee: nobody → snorp
Attachment #736844 -
Flags: review?(gwright)
Comment 5•12 years ago
|
||
Comment on attachment 736844 [details] [diff] [review]
Preserve drawing buffer when using SkiaGL
As we discussed on IRC, this seems to cause Fennec to crash after a short while, and hammers our performance. I think we need to look further for a solution.
Attachment #736844 -
Flags: review?(gwright) → review-
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to George Wright (:gw280) from comment #5)
> Comment on attachment 736844 [details] [diff] [review]
> Preserve drawing buffer when using SkiaGL
>
> As we discussed on IRC, this seems to cause Fennec to crash after a short
> while, and hammers our performance. I think we need to look further for a
> solution.
Yeah, I'm looking into the crash right now. We may be able to do something about the performance, but at least in some circumstances it's definitely going to be worse than what we have now because of the copy.
Updated•12 years ago
|
Whiteboard: [shumway]
Updated•12 years ago
|
Priority: -- → P1
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 736844 [details] [diff] [review]
Preserve drawing buffer when using SkiaGL
Now that bug 862448 landed, this patch works fine.
Attachment #736844 -
Flags: review- → review?(gwright)
Updated•12 years ago
|
Attachment #736844 -
Flags: review?(gwright) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
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
•