summaryrefslogtreecommitdiff
path: root/test/style/paint_property.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-138/+0
|
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-041-4/+8
| | | | Combine Style::cascade, recalculate, relayout, and updateTiles into a single method. This allows multiple loops over sources and layers to be consolidated and prepares for additional Style-Map decoupling: rather than tracking pending updates via a set of Update flags held by the Map and passed to the Style, the Style can use its own data to determine what to update.
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-1/+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] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-19/+20
|
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+45
| | | Closes #8237
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-41/+35
|
* [core] Fix calculation of delayed transitionsJohn Firebaugh2017-01-171-0/+94