Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reuse batches across paints on a per-node basis. #75

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2015

  1. Reuse batches across paints on a per-node basis.

    This didn't really improve performance from what I saw, but it's a
    cleaner and more general optimization than the one we had previously,
    which only reused batches if the entire display list didn't change. In
    any case, it's a precursor to more aggressive optimizations we could do
    to reuse portions of batches within AABB tree nodes.
    pcwalton committed Nov 6, 2015
You can’t perform that action at this time.