Closed
Bug 729702
Opened 13 years ago
Closed 13 years ago
Near-duplicate code in LayerManagerOGL::CopyToTarget() as GLContext::ReadPixelsIntoImageSurface()
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(1 file)
3.49 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
It seems that CopyToTarget should just use ReadPixelsIntoImageSurface instead of replicating the functionality itself.
Assignee | ||
Comment 1•13 years ago
|
||
Also folds an optimization into the main readback function.
Updated•13 years ago
|
Attachment #599786 -
Flags: review? → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [rplus]
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: [rplus]
Target Milestone: --- → mozilla13
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Assignee: jgilbert → nobody
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jgilbert
You need to log in
before you can comment on or make changes to this bug.
Description
•