summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_extrusion_program.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-14/+14
|
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-6/+8
| | | Graphics refactor #4
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-1/+0
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-1/+1
|
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-15/+15
|
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-311-26/+18
| | | | expressions in `*-pattern` properties
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
|
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-6/+6
| | | | | | | | * Always return image metrics exclusive of padding * Work with integer coordinates whenever possible * Eliminate redundant SpriteAtlasElement members * Fix asymmetric re-padding in getIconQuad when pixelRatio != 1 * Add explanatory comments
* [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-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-0/+81