summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/tile_pyramid.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [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