summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/line_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-0/+2
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-3/+3
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+1
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-3/+3
* [core] Check in generated shader codeJohn Firebaugh2017-02-071-3/+3
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-44/+32
* [core] fix rendering 180° line joinsKonstantin Käfer2017-01-231-1/+1
* [core] clearer pitched line antialiasingAnsis Brammanis2016-12-211-9/+8
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-7/+4
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-161-10/+4
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-0/+3
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+184