Closed Bug 1806436 Opened 3 years ago Closed 2 years ago

Lots of memcpy on a demo (https://www.fxhash.xyz/gentk/slug/gpt-3.5-bouncer-13) with gpu-canvas

Categories

(Core :: Graphics: Canvas2D, defect, P3)

defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: mayankleoboy1, Unassigned)

Details

enable gpu-canvas
Go to https://www.fxhash.xyz/gentk/slug/gpt-3.5-bouncer-13

gpu-canvas: https://share.firefox.dev/3hvJWrO
D2d-canvas: https://share.firefox.dev/3uXYCmB

Maybe we can reduce the memcpy's ?

Flags: needinfo?(lsalzman)

Seems like it's just using Skia canvas, not accelerated canvas, and the memcpy is it just trying to copy the old framebuffer into a new frame in PersistentBufferProviderShared. I would say it's pretty much as expected for now. Not sure this is a gpu-canvas issue?

Flags: needinfo?(lsalzman)
Severity: -- → S3
Priority: -- → P3

Closing as WONTFIX based on comment 1

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.