summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/tile_pyramid.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-171-1/+2
|
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-1/+1
|
* [core] Do not cache stale tilesBruno de Oliveira Abinader2017-09-141-2/+0
|
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-2/+2
|
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-191-1/+1
|
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-3/+3
|
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-191-1/+1
|
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-2/+2
|
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-3/+1
|
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-5/+2
|
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-17/+9
| | | | | | | * 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/+5
|
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
|
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-4/+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/+87