summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/fill_extrusion_layer_properties.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Update ejs files.upstream/jrex/fix-ci-target-dont-link-twiceJulian Rex2019-09-271-1/+1
|
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-251-0/+4
| | | | Nice to have, but would make maintain the templates a lot harder.
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-021-0/+2
| | | | | | Constants mask for data-driven paint properties is a reliable criteria of whether the given updated properties can still be used with the existing bucket (and the gl program instance).
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-14/+14
| | | | JSON keys in our style specification don't have a defined order. This change sorts them alphabetically so that we can rely on the order remaining them same across code generation runs.
* [core] Introduce `style::LayerProperties` interface and its implementationsMikhail Pozdnyakov2019-04-171-0/+17
|
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-4/+4
|
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-1/+6
|
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-311-1/+1
| | | | expressions in `*-pattern` properties
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-131-3/+4
|
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+2
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-3/+4
|
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+51
Also includes stubs for fill-extrusion layer, because most of the code was auto-generated.