Closed
Bug 1804447
Opened 2 years ago
Closed 2 years ago
Codepen demo (https://codepen.io/DonKarlssonSan/pen/LYzBYEP ) is slower with gpu-canvas compared to D2D-canvas
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
DUPLICATE
of bug 1828904
People
(Reporter: mayankleoboy1, Unassigned)
Details
enable gpu-canvas
Go to https://codepen.io/DonKarlssonSan/pen/LYzBYEP
gpu-canvas: https://share.firefox.dev/3BktnWf
D2d-Canvas: https://share.firefox.dev/3uw8GCV
Gpu-canvas uses 80%-90% of my GPU, while D2d-canvas uses 20%-30%
With gpu-canvas if you reduce the size of the demo pane, the demo becomes faster. So we are drawing/invalidating the whole pane with gpu-canvas or something..
Reporter | ||
Updated•2 years ago
|
Blocks: gpu-canvas
Updated•2 years ago
|
Severity: -- → S4
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Summary: Codepen demo (https://codepen.io/DonKarlssonSan/pen/LYzBYEP) is slower with gpu-canvas → Codepen demo (https://codepen.io/DonKarlssonSan/pen/LYzBYEP) is slower with gpu-canvas compared to D2D-canvas
Reporter | ||
Comment 1•2 years ago
|
||
Duping this to bug 1828904, as the focus of gpu-canvas for now is parity with skia-canvas.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
No longer blocks: gpu-canvas
You need to log in
before you can comment on or make changes to this bug.
Description
•