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

Allow rasterizing blobs on the scene builder thread #2785

Merged
merged 1 commit into from Jul 18, 2018

Commits on Jul 18, 2018

  1. Rasterize blob images on the scene builder thread.

    This commit changes the blob image entry points to allow rasterizing blob images eagerly during scene building to avoid rasterizing them lazily during frame building.
    This is a tradeoff that in some case will cause more rasterization than is necessary but moves slow rasterization out of the critical path for smooth scrolling.
    nical committed Jul 18, 2018
You can’t perform that action at this time.