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

Return early from draw calls on layers with constant opacity=0 #5429

Merged
merged 8 commits into from
Oct 11, 2017

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    26d73a8 View commit details
    Browse the repository at this point in the history
  2. Move zero-opacity check to StyleLayer subclasses

    Lauren Budorick committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    09ed3de View commit details
    Browse the repository at this point in the history
  3. lint

    Lauren Budorick committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    49f2d3c View commit details
    Browse the repository at this point in the history
  4. fix flow

    Lauren Budorick committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    045aa53 View commit details
    Browse the repository at this point in the history
  5. Use this rather than super + add noop for SymbolStyleLayer

    Lauren Budorick committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    36af605 View commit details
    Browse the repository at this point in the history
  6. explain symbol noop

    Lauren Budorick committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    5b1de97 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. * Short-circuit in draw fns rather than in isHidden to preserve query…

    …ing for invisible features
    
    * Add query tests for invisible features + render test for visible circle-stroke with zero-opacity circle
    Lauren Budorick committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    c82332c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Use appropriate StyleLayer subclasses in draw fns

    Lauren Budorick committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    c592eb6 View commit details
    Browse the repository at this point in the history