summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/line_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-20/+17
* [core] Switch back to a more compact line attributes layout (#14851)Vladimir Agafonkin2019-06-101-4/+2
* [core] upgrade mapbox-gl-js pin to the most recent versionKonstantin Käfer2019-05-081-9/+15
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-021-8/+8
* [core] move ProgramMap to within the gl::Program objectKonstantin Käfer2019-03-201-4/+4
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-33/+33
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-38/+38
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-9/+10
* [core] add place for specifying textures/samplers separately from uniformsKonstantin Käfer2019-03-121-0/+4
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-4/+4
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-011-3/+2
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-4/+4
* [core] Split layer type specific code in mbgl::ProgramsMikhail Pozdnyakov2019-01-111-0/+13
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-10/+5
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-0/+21
* [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-081-1/+2
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-5/+7
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-12/+7
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [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