summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/tile_parameters.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-0/+1
|
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-2/+2
|
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-2/+2
|
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-24/+4
| | | | | | | * Eliminate updateBatch in favor of diffing layers and detecting changes to properties upon which layout depends. * Replace RenderSource::{update,remove,invalidate,reload}Tiles with a single update method * Replace TilePyramid::{update,remove,invalidate,reload}Tiles with a single update method * Remove Style& dependency TODO from GeometryTile and TileParameters
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-0/+47