summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/line_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-021-5/+5
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-12/+12
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-33/+39
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-6/+3
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-33/+22
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-0/+14
* [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-081-1/+1
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-1/+1
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-8/+6
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-8/+8
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-0/+2
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-4/+4
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-2/+2
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-8/+2
* [core] clearer pitched line antialiasingAnsis Brammanis2016-12-211-13/+9
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-20/+24
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-161-14/+4
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+135