Bug 1790169 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> (In reply to Tyson Smith [:tsmith] from comment #1)
> A Pernosco session is available here: https://pernos.co/debug/Qng1IUIHqFugXiJKHk_kjA/index.html

"[GFX3-]: Surface size too large (exceeds allocation limit)!" log was printed in the following function.
- [DrawTargetWebgl::Init()](https://searchfox.org/mozilla-central/rev/9ddf68cc9e603276fc4c5253328cb3aeed6f0a55/dom/canvas/DrawTargetWebgl.cpp#372)
- [BufferTextureData::Create()](https://searchfox.org/mozilla-central/rev/9ddf68cc9e603276fc4c5253328cb3aeed6f0a55/gfx/layers/BufferTexture.cpp#116) 

BufferTextureData allocation for remote texture was failed because of the allocation size.
> (In reply to Tyson Smith [:tsmith] from comment #1)
> A Pernosco session is available here: https://pernos.co/debug/Qng1IUIHqFugXiJKHk_kjA/index.html

"[GFX3-]: Surface size too large (exceeds allocation limit)!" log was printed in the following function.
- [DrawTargetWebgl::Init()](https://searchfox.org/mozilla-central/rev/9ddf68cc9e603276fc4c5253328cb3aeed6f0a55/dom/canvas/DrawTargetWebgl.cpp#372)
- [BufferTextureData::Create()](https://searchfox.org/mozilla-central/rev/9ddf68cc9e603276fc4c5253328cb3aeed6f0a55/gfx/layers/BufferTexture.cpp#116) 

BufferTextureData allocation of remote texture was failed because of the allocation size.

Back to Bug 1790169 Comment 4