Canvas demo takes forever to progress further (waiting on the D2DBitmap::Map in the canvas worker thread to read back data for getImageData)
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
Attachments
(1 file)
|
40.25 KB,
text/plain
|
Details |
Go to https://www.fxhash.xyz/generative/slug/%22-rekka-%22
Click on run
After the initial circles are drawn, it takes forever for the demo to progress further. I tried, and gave up after 1 minute of no progress.
Chrome starts progressing further quite quickly.
| Reporter | ||
Comment 1•2 years ago
|
||
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 2•2 years ago
|
||
And profile with gpu-cavas: https://share.firefox.dev/3qVzWwu
Comment 3•2 years ago
|
||
I don't think we're mainly waiting on the ring buffer here.
We're waiting on the D2DBitmap::Map in the canvas worker thread to read back data for getImageData.
| Reporter | ||
Comment 4•2 years ago
|
||
Still reproduces :https://share.firefox.dev/3wgRV2K
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 5•1 year ago
|
||
Still reproduces though the profile has changed a bit: https://share.firefox.dev/40X4ZpL
| Reporter | ||
Updated•1 year ago
|
Comment 6•6 months ago
|
||
The severity field is not set for this bug.
:ahale, could you have a look please?
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 7•2 months ago
|
||
Looks OK now
Description
•