summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_dem_tile.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add TileUpdateParameters and use itMikhail Pozdnyakov2020-04-221-1/+1
|
* [core] Introduce Tile::setMinimumUpdateInterval()Mikhail Pozdnyakov2020-04-201-1/+2
|
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
| | | | As reported by clang-tidy-8.
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
| | | | As reported by clang-tidy-8.
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-041-4/+4
| | | | Remove rendering functionality from Tile implementations.
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-1/+1
|
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-1/+1
|
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-0/+1
| | | | | | | | | | | | * add support for mapzen terrarium * Encoding --> DEMEncoding, avoid if statement when unpacking elevation values * add Terrarium test * update submodule * remove redundant checks
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+104