Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Tile updates the contained layer properties based on constants mask #15016

Merged
merged 5 commits into from
Jul 2, 2019

Commits on Jul 2, 2019

  1. [core] Introduce LayerProperties::constantsMask()

    Constants mask for data-driven paint properties is a reliable
    criteria of whether the given updated properties can still be used
    with the existing bucket (and the gl program instance).
    pozdnyakov committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    62bc78e View commit details
    Browse the repository at this point in the history
  2. [core] Geometry tile updates layer render data if its constants mask …

    …remains
    
    Thus, we do not have to wait for tile update completion in case
    the updated properties have the same constants mask, i.e. fit
    the existing bucket.
    pozdnyakov committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    d63c871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c358149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9a8b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb5d638 View commit details
    Browse the repository at this point in the history