Skip to content

Gmail message list/inbox overdraws a lot #3017

Open
@pcwalton

Description

@pcwalton

The problem is that unselected messages have a background color like rgba(..., 0.9), which causes us to draw over the solid white background. This results in a drop to ~30 FPS on full screen Retina.

I think it would be possible to detect this case by computing the set of regions that are known to be entirely a solid color and promote transparent objects to opaque. Alternately, we could segment into tiles somehow. All of this would have to be done in a way that doesn't regress CPU time, of course.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions