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)

defect

Tracking

()

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.

Blocks: gpu-canvas
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)
Severity: -- → S3

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)
You need to log in before you can comment on or make changes to this bug.