summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [core] Factored out default fontsMinh Nguyễn2020-04-241-8/+5
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-145-7/+45
* Fix LocationIndicator LayerGali Nelle2020-04-102-66/+106
* Make location indicator bearing a paint propertyGali Nelle2020-04-082-33/+58
* Add LocationIndicatorLayerGali Nelle2020-04-088-6/+828
* [build] Disable clang-format for generated code (#16358)Thiago Marcos P. Santos2020-03-3110-0/+40
* [core] Move generic setProperty() parts to the base Layer classMikhail Pozdnyakov2020-03-2410-50/+20
* [core] Generate layer codeAlexander Shalamov2020-02-269-461/+650
* [core] Add layer serialization methodAlexander Shalamov2020-02-261-22/+47
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-033-115/+0
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-178-103/+122
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0311-821/+533
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1116-144/+183
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2710-208/+262
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2611-11/+11
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2611-169/+169
* [core] Fix clang format errorsMikhail Pozdnyakov2019-09-2610-401/+441
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2611-375/+819
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-255-5/+5
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2530-0/+120
* [core] Fix formattingMikhail Pozdnyakov2019-09-1811-93/+72
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-1811-18/+42
* [core] Fix for FormatSectionOverrides::hasOverrideAlexander Shalamov2019-09-171-11/+4
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-1110-204/+214
* [core] Fill layer pattern change must cause re-layoutMikhail Pozdnyakov2019-08-221-0/+1
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-2/+38
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-0220-0/+60
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-1911-11/+23
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-0811-12/+0
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-0218-1720/+1720
* [build] change special casing for LineFloorWidth in shader generationKonstantin Käfer2019-05-022-17/+10
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-1711-11/+23
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-0/+7
* [core] Introduce `style::LayerProperties` interface and its implementationsMikhail Pozdnyakov2019-04-1720-0/+358
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-172-40/+69
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-171-1/+1
* [core] clang-tidy fixesKonstantin Käfer2019-04-0510-249/+249
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-024-0/+20
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-1/+30
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-292-0/+36
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-03-281-14/+48
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-206-34/+34
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-134-5/+118
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] return constexpr strings from functions to avoid ODR compile failuresKonstantin Käfer2019-01-113-42/+42
* [core] Use eternal::hash_map in style::LayersMikhail Pozdnyakov2018-12-1910-1214/+311
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1011-257/+0
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-292-1/+62
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2728-187/+241
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-192-0/+28