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

Store tile dirty rects in tile space. #3272

Merged
merged 1 commit into from Nov 7, 2018
Merged

Commits on Nov 5, 2018

  1. Store tile dirty rects in tile space.

    Before this PR each tile stores its own dirty rect relative to the entire image. This is somewhat confusing because this field is used to track partial uploads correctly and uploads reason about dirty rects relative to the tiles so it has to do some conversions. Storing relative to the tile is also truer to the "device space" the rects are tagged with.
    Last but not least the image-relative coordinates will make even less sense for tiled blob images as we start trating them as virtually infinite planes.
    nical committed Nov 5, 2018
You can’t perform that action at this time.