Closed
Bug 689045
Opened 14 years ago
Closed 14 years ago
Canvas Shadow swap/Init API rework
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file, 3 obsolete files)
|
25.45 KB,
patch
|
Details | Diff | Splinter Review |
Followup for bug 687372, canvas case.
We should remove mDeadWeight, and Init function and operate only with Swap API for canvas update
| Assignee | ||
Comment 1•14 years ago
|
||
Quick fix for canvas Swap/Init API change
Comment on attachment 562312 [details] [diff] [review]
Canvas Init/Swap API rework
Looks OK, but why the move to SharedImage for canvas? We're never
going to have a YUV surface backing canvas. Let's stick with
SurfaceDescriptor.
Attachment #562312 -
Flags: review?(jones.chris.g)
| Assignee | ||
Comment 3•14 years ago
|
||
I've installed null_t for SharedImage union, and in order to make similar approach here, we need to add null_t to SurfaceDescriptor too... should I do that?
I think I'd be happier with a
union CanvasSurface {
SurfaceDescriptor;
null_t;
};
Thanks.
| Assignee | ||
Comment 5•14 years ago
|
||
Use canvas surface
Attachment #562312 -
Attachment is obsolete: true
Attachment #562665 -
Flags: review?(jones.chris.g)
| Assignee | ||
Comment 6•14 years ago
|
||
Ups, forgot qrefresh
Attachment #562665 -
Attachment is obsolete: true
Attachment #562665 -
Flags: review?(jones.chris.g)
Attachment #562666 -
Flags: review?(jones.chris.g)
Comment on attachment 562666 [details] [diff] [review]
Canvas Init/Swap API rework
Looks good, thanks.
Attachment #562666 -
Flags: review?(jones.chris.g) → review+
| Assignee | ||
Comment 8•14 years ago
|
||
Attachment #562666 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•14 years ago
|
||
| Assignee | ||
Comment 10•14 years ago
|
||
Comment 11•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•