summaryrefslogtreecommitdiff
path: root/src/mbgl/programs
Commit message (Expand)AuthorAgeFilesLines
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-066-94/+400
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-225-11/+226
* [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-171-143/+38
* [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-171-5/+4
* [core] Extract and de-templatize several Program static methodsJohn Firebaugh2017-03-091-27/+4
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-082-51/+53
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-081-2/+3
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-284-94/+121
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-144-10/+10
* [core] Check in generated shader codeJohn Firebaugh2017-02-077-13/+13
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-0215-160/+338
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] fix rendering 180° line joinsKonstantin Käfer2017-01-231-1/+1
* [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