Skip to content

Tiled rendering #138

@pcwalton

Description

@pcwalton

We need tiled rendering for competitive scrolling perf. As an added bonus, we can experiment with rendering each tile in parallel.

Probably the best thing to do is to implement this at the buffer level. For a first sequential cut, we can just clip and render the display list with a transform for each tile. When we want to render tiles in parallel, we'll need to ARC or clone the display list.

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