Closed
Bug 689045
Opened 12 years ago
Closed 12 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•12 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•12 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•12 years ago
|
||
Use canvas surface
Attachment #562312 -
Attachment is obsolete: true
Attachment #562665 -
Flags: review?(jones.chris.g)
Assignee | ||
Comment 6•12 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•12 years ago
|
||
Attachment #562666 -
Attachment is obsolete: true
Assignee | ||
Comment 9•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=3c11a4c84212
Assignee | ||
Comment 10•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/455bee36af33
Comment 11•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/455bee36af33
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•