Open
Bug 1674522
Opened 4 years ago
Updated 8 months ago
arstechnica is slow on sw-wr
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
And here's a profile that includes the fast path stuff from bug 1621454
https://share.firefox.dev/3oHEMHD
Reporter | ||
Comment 1•4 years ago
|
||
A large part of the time is mixed blend mode stuff. We can probably make it better.
Reporter | ||
Updated•4 years ago
|
Depends on: sw-wr-perf-mix-blend
Comment 2•4 years ago
|
||
We should probably deal with this by implementing KHR_blend_equation_advanced and see if we can optimize that floating point math into SIMD int16 math like the other SWGL blend functions.
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
Here's a new profile with KHR_blend_mode_advanced added
https://share.firefox.dev/3jfilr9
It looks like frame times went from 70-80ms down to around 40ms
Reporter | ||
Comment 4•4 years ago
|
||
Also in that profile is same really bad (300ms) time in border_solid
Depends on: sw-wr-perf-border-solid
Updated•8 months ago
|
Depends on: wr-investigate-perf
Updated•8 months ago
|
Blocks: wr-investigate-perf
No longer depends on: wr-investigate-perf
Updated•8 months ago
|
Blocks: sw-wr-perf
No longer depends on: sw-wr-perf
You need to log in
before you can comment on or make changes to this bug.
Description
•