summaryrefslogtreecommitdiff
path: root/src/mbgl/programs
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-3/+4
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-234-24/+24
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-239-2/+14
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-3/+5
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-172-3/+3
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-157-12/+15
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-1/+1
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-123-5/+7
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-035-18/+12
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-278-9/+271
* [core] split off render layersIvo van Dongen2017-04-251-0/+1
* [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