summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/fill_extrusion_layer_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-311-0/+1
| | | | expressions in `*-pattern` properties
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-0/+1
| | | | | | | * 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] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-1/+1
|
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-151-1/+1
|
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-2/+0
| | | | | * Eliminates the need for EnableImmutableFromThis * Eliminates the dependency of {Source,Layer}::Impl on corresponding Render class (circular dependency)
* [core] Immutable ImplsJohn Firebaugh2017-05-121-2/+2
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-2/+0
|
* [core] split off render layersIvo van Dongen2017-04-251-4/+3
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+1
|
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+1
|
* [core] Convert BucketParameters#layer to a separate parameterJohn Firebaugh2016-12-211-1/+1
| | | | This parameter varies between Buckets, while the others are constant. It makes more sense as an individual parameter.
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+24
Also includes stubs for fill-extrusion layer, because most of the code was auto-generated.