Closed
Bug 1471128
Opened 6 years ago
Closed 6 years ago
Fix IMFYCbCrImage::GetD3D11TextureData()
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
1.54 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Bug 1465319 removed necessary code. It is necessary to revert part of change.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•6 years ago
|
||
It needs to get ID3D10Multithread from ID3D11Device. The ID3D10Multithread is used with "D3D11MTAutoEnter mtAutoEnter(mt.forget())"
Assignee | ||
Comment 2•6 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #1)
> It needs to get ID3D10Multithread from ID3D11Device. The ID3D10Multithread
> is used with "D3D11MTAutoEnter mtAutoEnter(mt.forget())"
https://dxr.mozilla.org/mozilla-central/source/gfx/layers/IMFYCbCrImage.cpp#94
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #8987737 -
Attachment is patch: true
Attachment #8987737 -
Attachment mime type: text/x-patch → text/plain
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #8987737 -
Flags: review?(nical.bugzilla)
Updated•6 years ago
|
Attachment #8987737 -
Flags: review?(nical.bugzilla) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/43040128202e
Fix IMFYCbCrImage::GetD3D11TextureData() r=nical
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•