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

[core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694) #15512

Merged
merged 1 commit into from
Aug 30, 2019

Commits on Aug 30, 2019

  1. [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)

    This is first part of work on porting mapbox/mapbox-gl-js#8694 - in follow up patch(es) it is required to remove CPU side copy using 2d canvas support on all supported platforms, similar to approach taken in gl.js  https://github.com/mapbox/mapbox-gl-js/pull/8694/files#diff-34dbe5f7de34dc4b9a8745dcde9bdc37R48
    
    Decoding on CPU removed.
    Padding is still done in DEMData() but, instead od doing it wwhile decoding, it is using memcpy to pad original values.
    
    Rebase to latest mapbox-gl-js master and re-generate shaders.
    
    Partly fixes: #15503
    astojilj committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    2d75dc6 View commit details
    Browse the repository at this point in the history