Open
Bug 1791711
Opened 3 years ago
Updated 1 month ago
Animation is not smooth on Dolby Atmos visualizer
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox107 | --- | affected |
People
(Reporter: yoasif, Unassigned, NeedInfo)
References
Details
Attachments
(1 file)
28.44 KB,
text/plain
|
Details |
STR:
- Navigate to: https://www.dolby.com/atmos-visualizer-music/#gref
- Start Demo
- Choose "What's Going On" by Marvin Gaye
What happens:
Animation isn't smooth.
Expected result:
Smooth animation.
Profile: https://share.firefox.dev/3DKV7p1
Reporter | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Component: Graphics: WebRender → Graphics: Canvas2D
Comment 2•3 years ago
|
||
With GPU-canvas, this is quite smooth : https://share.firefox.dev/3BC7OA1
Updated•3 years ago
|
Severity: -- → S3
Updated•3 years ago
|
Blocks: gpu-canvas
Comment 4•3 years ago
|
||
Most of the time appears to be spent waiting on a round-trip because of webgl.out-of-process.async-present.force-sync. That means are dependent on the completion of bug 1776885 to address this.
Depends on: 1776885
Flags: needinfo?(lsalzman) → needinfo?(sotaro.ikeda.g)
Comment 5•1 years ago
|
||
Asif, can you check if the problem is addressed?
Flags: needinfo?(sotaro.ikeda.g) → needinfo?(yoasif)
Comment 6•1 year ago
•
|
||
With GPU-canvas / D2d-Canvas, the demo is not as smooth as Chrome : https://share.firefox.dev/47gHCKu
Comment 7•2 months ago
|
||
LAtest nightly: https://share.firefox.dev/3Ihi1c8
Updated•1 months ago
|
Component: Graphics: Canvas2D → Graphics: CanvasWebGL
Updated•1 months ago
|
No longer blocks: gpu-canvas
Comment 8•1 months ago
|
||
The last two profiles show that the 2D canvas doesn't end up being an accelerated canvas, the fillRect is done using skia and the texImage2D is doing a memcpy.
You need to log in
before you can comment on or make changes to this bug.
Description
•