Closed
Bug 1428272
Opened 7 years ago
Closed 7 years ago
Handle ExternalImage lock failure
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 2 obsolete files)
11.30 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
It is already added to WebRender by https://github.com/servo/webrender/pull/1668 , but it is not used by gecko.
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Blocks: stage-wr-nightly
Priority: -- → P1
Comment 2•7 years ago
|
||
Comment on attachment 8940087 [details] [diff] [review]
patch - Handle ExternalImage lock failure
Review of attachment 8940087 [details] [diff] [review]:
-----------------------------------------------------------------
In failure cases, we return RawDataToWrExternalImage(nullptr, 0) in RenderBufferTextureHost::Lock and RenderSharedSurfaceTextureHost::Lock, and NativeTextureToWrExternalImage(0, 0, 0, 0, 0) in RenderDXGITextureHostOGL::Lock and RenderMacIOSurfaceTextureHostOGL::Lock. We may wish to switch to InvalidToWrExternalImage() instead to be consistent.
Assignee | ||
Comment 3•7 years ago
|
||
Thanks for the comment, I am going to update the patch.
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8940087 -
Attachment is obsolete: true
Assignee | ||
Comment 5•7 years ago
|
||
Attachment #8941306 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8941741 -
Flags: review?(nical.bugzilla)
Updated•7 years ago
|
Attachment #8941741 -
Flags: review?(nical.bugzilla) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a4c7d5443ab
Handle ExternalImage lock failure r=nical
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•