Closed
Bug 805002
Opened 13 years ago
Closed 13 years ago
[OS X] Need to flush accelerated canvas before composition
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
|
987 bytes,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
With gfx.content.azure.enabled and gfx.canvas.azure.accelerated set to true I see unfinished frames and a bad framerate on the Psychedelic Browsing demo at http://ie.microsoft.com/testdrive/performance/psychedelicbrowsing/Default.html
The attached patch fixes it.
Attachment #674649 -
Flags: review?(bgirard)
Comment 1•13 years ago
|
||
Comment on attachment 674649 [details] [diff] [review]
v1
Review of attachment 674649 [details] [diff] [review]:
-----------------------------------------------------------------
I though I already did have a flush but apparently that was on for Basic Canvas. Good catch.
Attachment #674649 -
Flags: review?(bgirard) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•