Open
Bug 1505942
Opened 6 years ago
Updated 2 years ago
Add a RoundedRect display item to WebRender
Categories
(Core :: Graphics: WebRender, enhancement, P5)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
This will help as keep the display list smaller and should handle a fair amount of border-radius cases.
Reporter | ||
Comment 1•6 years ago
|
||
I think it's probably a good idea to even represent this earlier in the pipeline as a nsDisplayItem as that will gives further wins from reduced display list complexity. It may also be worth noting that Chrome/WebKit has this kind of primitive show up early on in their RenderObject painting code.
Comment 2•6 years ago
|
||
does this improve non-WR too?
Reporter | ||
Comment 3•6 years ago
|
||
Potentially yes.
Updated•6 years ago
|
Blocks: stage-wr-trains
Priority: -- → P4
Reporter | ||
Updated•6 years ago
|
Priority: P4 → P5
Updated•3 years ago
|
Flags: needinfo?(jimb)
Updated•2 years ago
|
Blocks: wr-displaylist-perf
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•