summaryrefslogtreecommitdiff
path: root/include/mbgl/util/interpolate.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-1/+5
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+12
|
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-0/+89
|
* make most headers privateKonstantin Käfer2014-12-041-27/+0
|
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+2
|
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-201-0/+25
While here, do not interpolate style properties that are not transitionable. The previous behavior was to switch from old to new value halfway through the transition; now the new value is used immediately, as in JS.