summaryrefslogtreecommitdiff
path: root/src/mbgl/programs
Commit message (Expand)AuthorAgeFilesLines
* [core] Update gl-js for shader changeJohn Firebaugh2016-12-231-4/+3
* [core] clearer pitched line antialiasingAnsis Brammanis2016-12-212-22/+17
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-212-4/+4
* [core] fix text blurriness at different FOVsAnsis Brammanis2016-12-211-2/+2
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+6
* [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-061-1/+1
* Always use a dot as a decimal point in string, independent of localeAki Koskinen2016-11-291-1/+6
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-172-27/+28
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-166-55/+59
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-154-11/+21
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-089-3/+43
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-0816-0/+1088