Closed
Bug 1112780
Opened 10 years ago
Closed 10 years ago
Recreate the RenderTargetView on demand
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file, 1 obsolete file)
7.23 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
This avoids reusing the RenderTargetView across AcquireSync/ReleaseSync pairs and fixes bug 1109718
Attachment #8538095 -
Flags: review?(jgilbert)
Assignee | ||
Comment 1•10 years ago
|
||
Comment on attachment 8538095 [details] [diff] [review]
Recreate the RenderTargetView on demand
We should be able to do better than this.
Attachment #8538095 -
Flags: review?(jgilbert)
Assignee | ||
Comment 2•10 years ago
|
||
This has tab/spaces issues that I'll fix.
Attachment #8538095 -
Attachment is obsolete: true
Attachment #8538840 -
Flags: review?(jgilbert)
Comment 3•10 years ago
|
||
Comment on attachment 8538840 [details] [diff] [review]
Invalidate the RenderTargetView when we call ReleaseSync
Review of attachment 8538840 [details] [diff] [review]:
-----------------------------------------------------------------
Hah, fix those tabs, but otherwise this looks fine.
Attachment #8538840 -
Flags: review?(jgilbert) → review+
Comment 4•10 years ago
|
||
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•