summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_extrusion_program.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-311-14/+5
| | | | expressions in `*-pattern` properties
* [core] Better align fill-extrusion vertex layoutLauren Budorick2017-12-201-7/+3
|
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
|
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-0/+2
| | | | This makes pattern usage more like icons, and will be necessary for data-driven *-pattern properties.
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-7/+4
| | | | | | | | | | | | | | | | 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-0/+129