Open
Bug 1800292
Opened 2 years ago
Updated 2 years ago
Codepen demo (https://codepen.io/meodai/pen/ZEBVwOM ) is faster with D2d-canvas compared to Skia/GPU-Canvas (time spent in Blur)
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
Go to https://codepen.io/meodai/pen/ZEBVwOM
Click on "New colors" button
Non-GPU-Canvas: https://share.firefox.dev/3toz7Kd
GPU-Canvas: https://share.firefox.dev/3TwX9NU
There is also something funny going on with gpu-canvas. Click on the "new colors" button 10-15 times, and the memory use grows to 2.5GB.
Reporter | ||
Updated•2 years ago
|
Blocks: gpu-canvas
Updated•2 years ago
|
Summary: Codepen demo is slower with gpu-canvas (compared to non-gpu-canvas) → Codepen demo is slower with gpu-canvas (compared to non-gpu-canvas) (time spent in Blur)
Updated•2 years ago
|
Severity: -- → S3
Reporter | ||
Comment 1•2 years ago
|
||
GPu-canvas and Skia-canvas perform the same here, and the competition is with D2d-canvas. Therefore, removing the dependency on bug 1741501
No longer blocks: gpu-canvas
Summary: Codepen demo is slower with gpu-canvas (compared to non-gpu-canvas) (time spent in Blur) → Codepen demo (https://codepen.io/meodai/pen/ZEBVwOM) is faster with D2d-canvas compared to Skia/GPU-Canvas (time spent in Blur)
Reporter | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•