summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-223-1/+14
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-302-8/+8
* Implement icon-anchor propertyLauren Budorick2017-08-282-5/+27
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-264-12/+12
* [core] Update shaders.Chris Loer2017-07-122-0/+22
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+32
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-222-34/+0
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-192-4/+4
* [core] add DataDrivenPaintProperty uniform template class to generation scrip...Lauren Budorick2017-06-163-0/+3
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-06-141-1/+1
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-135-28/+33
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-059-233/+113
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0516-0/+62
* [core] cleanup debug loggingIvo van Dongen2017-05-241-2/+0
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-158-531/+531
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-1515-15/+15
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-1518-102/+102
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-1515-251/+251
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-1/+0
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-1216-56/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-1225-653/+1207
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-2/+0
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-2/+0
* [core] split off render layersIvo van Dongen2017-04-2525-722/+312
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-196-53/+49
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-064-13/+9
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-2/+2
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-042-4/+9
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-4/+4
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-312-4/+4
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-218-0/+236
|\
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-108-0/+236
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-0/+5
|/
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-284-84/+168
* [core] Render a circle if either the color or stroke color are visibleJesse Bounds2017-02-171-3/+6
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-172-8/+8
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-098-0/+236
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-0230-211/+249
* [core] Move fill-outline special case to FillLayer::Impl::evaluateJohn Firebaugh2017-02-021-0/+4
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-102-2/+2
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-0424-17/+99
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* [core] Convert BucketParameters#layer to a separate parameterJohn Firebaugh2016-12-2116-23/+23
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-099-4/+338
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-1735-701/+768
* [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-112-5/+8
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-113-39/+39
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-282-0/+67