summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/line_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-39/+37
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-9/+10
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-0/+16
* [core] Remove the ability to change cross-fade durations via transitionJohn Firebaugh2015-11-061-2/+2
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-061-2/+2
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-301-0/+19
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-5/+4
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-0/+30
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-12/+14
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-11/+13
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-0/+22