summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/tile_pyramid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-5/+2
| | | | | This prevents TilePyramid from sharing wrapped copies of tiles. This is necessary because two wrapped tiles no longer share the same CollisionTile.
* [core] Improved label pitch-scaling: approximate collision box shapes based ↵Chris Loer2017-07-111-4/+9
| | | | on tile distance from camera.
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-2/+26
|
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-16/+11
|
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-5/+2
|
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
|
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-26/+32
| | | | | | | * 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] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-0/+2
|
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
|
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-1/+1
| | | | | | | | | | | | | | | | Moves the following to the renderer directory and out of the style namespace: * CascadeParameters * PropertyEvaluationParameters * UpdateParameters * PropertyEvaluator * DataDrivenPropertyEvaluator * CrossFadedPropertyEvaluator * PaintPropertyBinder * PaintProperyStatistics * PossiblyEvaluatedPropertyValue * TransitioningLight * EvaluatedLight
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-0/+263