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

Add picture caching support. #3379

Merged
merged 3 commits into from Dec 1, 2018
Merged

Add picture caching support. #3379

merged 3 commits into from Dec 1, 2018

Commits on Dec 1, 2018

  1. Copy the full SHA
    5b2bf22 View commit details
    Browse the repository at this point in the history
  2. Fix a number of bugs related to the tile cache.

    * Fix panic where update_transforms would try to calculate transforms with invalid child/parent relationship.
    * Fix extra invalidation where retained tiles didn't have the right tile size / raster fields in descriptors.
    * Fix panic where primitive rect was incorrectly calculated outside the bounds of the tile cache.
    * Fix invalidation of unused tiles that exist in the grid.
    * Fix dirty rect calculation including unused tiles.
    gw3583 committed Dec 1, 2018
    Copy the full SHA
    b7b9019 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2c89d39 View commit details
    Browse the repository at this point in the history