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)
Core
Graphics: Canvas2D
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 ?
Updated•3 years ago
|
Flags: needinfo?(lsalzman)
Comment 1•3 years ago
|
||
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)
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
| Reporter | ||
Comment 3•2 years ago
|
||
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.
Description
•