summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/layer_properties.hpp.ejs
Commit message (Collapse)AuthorAgeFilesLines
* [core] add DataDrivenPaintProperty uniform template class to generation ↵Lauren Budorick2017-06-161-0/+1
| | | | script (#9297)
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-2/+3
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-6/+5
|
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+1
|
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-19/+21
| | | | | | | | This converts the style property classes (CirclePaintProperties and so on) to the same tuple-based approach as gl::Attribute and gl::Uniform. The approach is outlined in https://github.com/mapbox/cpp/blob/master/C%2B%2B%20Structural%20Metaprogramming.md. The main advantage of this approach is it allows writing algorithms that work on sets of style properties, without resorting to code generation or manually repetitive code. This lets us iterate on approaches to data-driven properties more easily. Another advantage is that the cascading, unevaluated, and evaluated states of a set of properties exist as independent structures, instead of individual properties holding their own state. This is a more functional approach that makes data flow clearer and reduces state.
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-231-8/+0
|
* [core] Update color layer properties code generatorBruno de Oliveira Abinader2016-07-141-1/+7
|
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-3/+0
|
* [core] Include what you useJohn Firebaugh2016-06-241-0/+1
|
* Color class (#5361)Young Hahn2016-06-151-1/+1
| | | | | | * Color class * Switch to list initialization
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-131-0/+50