Closed
Bug 990854
Opened 11 years ago
Closed 11 years ago
Update CopySurface() to be as fast as DrawSurface()
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Bug 987292 made DrawSurface faster by avoiding creating CGImageRef. We can do the same for CopySurface.
Attachment #8400363 -
Flags: review?(matt.woodrow)
Comment 1•11 years ago
|
||
Bug 987292 appears to be "correctness" issue - is this also a correctness issue, or a performance one?
Comment 2•11 years ago
|
||
It's a performance one.
The goal is to fix a specific performance regression caused by the Moz2D conversion, rather than intentionally investing in the CG backend.
Assignee | ||
Comment 3•11 years ago
|
||
Avoid being screwed by integer promotion.
Attachment #8400363 -
Attachment is obsolete: true
Attachment #8400363 -
Flags: review?(matt.woodrow)
Attachment #8401676 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8401676 -
Flags: review?(matt.woodrow) → review+
Comment 4•11 years ago
|
||
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•