JS demo (https://js1k.com/2018-coins/demo/3197 ) is slower with gpu-canvas
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
36.33 KB,
text/plain
|
Details |
enable gpu-canvas
go to https://js1k.com/2018-coins/demo/3197
non-gpu-canvas: https://share.firefox.dev/3V33NwC
gpu-canvas: https://share.firefox.dev/3hB2JBo
gpu-path: https://share.firefox.dev/3hHDldo
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:lsalzman, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•2 years ago
|
||
Performance vs Skia unaccelerated canvas actually looks fairly okay. This is mostly just stressing uploads via DrawSurfaceWithShadow, but not too horribly. Eventually we might look at optimizing shadow uploads a bit more.
Reporter | ||
Comment 4•2 years ago
•
|
||
Bug 1789268 made a huge difference! We are slower than Chrome, but still quite usable.
FWIW, gpu-canvas gets a much bigger boost than d2d-canvas.
gpu-canvas: https://share.firefox.dev/3FgqjLU
Reporter | ||
Comment 5•2 years ago
|
||
Gpu-canvas is now much more faster than skia-canvas. Calling this fixed.
Description
•