Closed
Bug 1558677
Opened 7 years ago
Closed 4 years ago
Makepad scrolling is slow with WebRender
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kvark, Unassigned)
References
(Blocks 1 open bug)
Details
https://makepad.github.io/makepad/
I'm seeing relatively large DisplayList IPC times (10ms mean), also sub-optimal compositing time (5ms). Scrolls much better without WR.
Updated•7 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
For me, on linux + intel the bottleneck is texture uploads by a large margin (lots of time spent in Gleam::buffer_data in Renderer::update_texture_cache).
Updated•6 years ago
|
Blocks: texture-upload-perf
Comment 2•4 years ago
|
||
Seems to run well now.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•