Closed
Bug 1617096
Opened 5 years ago
Closed 5 years ago
Ensure to allocate RenderTexture by GPUVideoTextureHost when wrapped TextureHost exists during enabling WebRender
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Created by Bug 1613770 Comment 11.
WebRenderTextureHost tries to create RenderTextureHost. But when wrapped TextureHost is GPUVideoTextureHost, there could be a case that RenderTextureHost is not created. It could happen when wrapped TextureHost of GPUVideoTextureHost is not ready yet. It was added by Bug 1562616.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sotaro.ikeda.g
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75ac3d6900cf
Ensure to allocate RenderTexture by GPUVideoTextureHost r=mattwoodrow
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•