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

ImageBitmap and OffscreenCanvas for DEM tiles #8845

Merged
merged 18 commits into from
Dec 10, 2019
Merged

Commits on Oct 9, 2019

  1. initial prototype

    Arindam Bose committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    33942bb View commit details
    Browse the repository at this point in the history
  2. add instacneof ImageBitmap check back

    Arindam Bose committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    58756d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into image-bi…

    …tmap
    
    # Conflicts:
    #	src/util/ajax.js
    #	src/util/web_worker_transfer.js
    Arindam Bose committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4c8bae2 View commit details
    Browse the repository at this point in the history
  2. Fix unresolved conflict

    Arindam Bose committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0509d5c View commit details
    Browse the repository at this point in the history
  3. Cleanup offscreencanvas feature detection

    Arindam Bose committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1fdf49e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Cleanup some checks and fix flow and lint errors

    Arindam Bose committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    5ad0c74 View commit details
    Browse the repository at this point in the history
  2. One more lint/flow fix

    Arindam Bose committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    5089802 View commit details
    Browse the repository at this point in the history
  3. Fix flow and tests

    Arindam Bose committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    8568876 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into image-bi…

    …tmap
    
    # Conflicts:
    #	src/source/worker_source.js
    Arindam Bose committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    89e33da View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. better ImageBitmap check for IE 11

    Arindam Bose committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4664f65 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Add HillshadeLoad benchmark

    Arindam Bose committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    84119b9 View commit details
    Browse the repository at this point in the history
  2. Address CR comments

    Arindam Bose committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    84b6983 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into image-bi…

    …tmap
    
    # Conflicts:
    #	bench/lib/create_map.js
    Arindam Bose committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    453389e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Address some more CR comments

    Arindam Bose committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    19f4ab7 View commit details
    Browse the repository at this point in the history
  2. Fix lint issue

    Arindam Bose committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    6d42581 View commit details
    Browse the repository at this point in the history
  3. Oh yea, this makes sense!

    Co-Authored-By: Konstantin Käfer <mail@kkaefer.com>
    Arindam Bose and kkaefer committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    199c2d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into image-bi…

    …tmap
    
    # Conflicts:
    #	bench/lib/create_map.js
    Arindam Bose committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    91789df View commit details
    Browse the repository at this point in the history
  2. Clarify usage by using a maybe type

    Arindam Bose committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d8bc399 View commit details
    Browse the repository at this point in the history