Open Bug 1757508 Opened 4 years ago Updated 4 years ago

Support raw draw functionality

Categories

(Core :: Graphics, enhancement, P4)

Firefox 99
enhancement

Tracking

()

Tracking Status
firefox99 --- affected

People

(Reporter: u673061, Unassigned)

Details

Chrome has supported "Raw Draw" - a technology that supports faster rasterization.

"When enabled, web content will be rastered on output surface directly."

Firefox can implement something similar.

Storing draw commands instead of tiles is an interesting tradeoff to save memory. Presently, our major memory-saving optimization is tab unloading, which eliminates the storage entirely for non-visible, non-active page content. If we find that active pages are consuming too much memory while not updating much of their contents, then this approach may be useful.

Severity: -- → S4
Priority: -- → P4
You need to log in before you can comment on or make changes to this bug.