summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-054-8/+6
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-055-39/+19
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-054-1/+11
* [core] use the last field in a property value, rather than the first fieldKonstantin Käfer2017-06-031-10/+17
* [core] interpret missing field in vector tile values as null instead of falseKonstantin Käfer2017-06-031-1/+1
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-5/+2
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-233-5/+10
* [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-172-2/+14
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-1/+0
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-125-9/+9
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-127-25/+24
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-121-2/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-5/+5
* [core] Avoid calling virtual GeometryTile::cancel() on dtorBruno de Oliveira Abinader2017-05-122-1/+7
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-041-4/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-0410-20/+20
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0311-27/+19
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-022-5/+8
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-026-11/+9
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-266-52/+48
* [core] split off render layersIvo van Dongen2017-04-257-21/+49
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-203-31/+36
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-1/+2
* [core] make Tile::getBucket constIvo van Dongen2017-04-195-5/+5
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-144-26/+17
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-045-51/+158
* [core] check null data in query source featuresIvo van Dongen2017-03-281-0/+5
* [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-212-2/+0
* [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-172-69/+20
* Added wagyu and removed angus clipperBlake Thompson2017-03-171-46/+68
* [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-141-0/+1
* [core] query source featuresIvo van Dongen2017-03-096-1/+82
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-094-5/+5
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-044-5/+8
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-27/+43
* [core] don't treat empty raster tiles as "DataAvailability::All"Konstantin Käfer2017-02-222-3/+3
* compare polygon ring areas absolutelynode-v3.4.4-13e504Dane Springmeyer2017-02-091-1/+1
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-081-0/+4
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-5/+22
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-273-4/+4
* [core] Use std::tie in *TileID operator<Bruno de Oliveira Abinader2017-01-171-3/+3
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-5/+8
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-102-3/+6
* [core] Keep symbol and non-symbol buckets segregatedJohn Firebaugh2017-01-102-7/+8
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-043-32/+47
* [core] Update gl-js for shader changeJohn Firebaugh2016-12-231-1/+2
* [core] Remove unused BucketParameter membersJohn Firebaugh2016-12-211-7/+1
* [core] Convert BucketParameters#layer to a separate parameterJohn Firebaugh2016-12-211-10/+9