summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Hold on to tile yStretch value for rendering old symbolBuckets while w...Chris Loer2017-07-111-2/+9
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-0/+4
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-0/+18
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-6/+6
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-5/+5
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-0/+16
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-19/+14
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-1/+2
* [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-231-1/+2
* [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-171-2/+10
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-4/+4
* [core] Immutable ImplsJohn Firebaugh2017-05-121-7/+7
* [core] Avoid calling virtual GeometryTile::cancel() on dtorBruno de Oliveira Abinader2017-05-121-1/+5
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-2/+1
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-18/+14
* [core] split off render layersIvo van Dongen2017-04-251-4/+6
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-201-12/+13
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-1/+2
* [core] make Tile::getBucket constIvo van Dongen2017-04-191-1/+1
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-2/+2
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-6/+33
* [core] check null data in query source featuresIvo van Dongen2017-03-281-0/+5
* [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-141-0/+1
* [core] query source featuresIvo van Dongen2017-03-091-1/+35
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+3
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-101-2/+3
* [core] Keep symbol and non-symbol buckets segregatedJohn Firebaugh2017-01-101-4/+4
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-1/+1
* [core] Mark tile as incomplete while redoing placementJohn Firebaugh2016-12-141-0/+6
* [core] don't run symbol placement more often than necessaryKonstantin Käfer2016-11-141-2/+2
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-0/+4
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-111-1/+1
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-051-1/+5
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-1/+0
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-1/+0
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-160/+62
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-141-4/+4
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-3/+3
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-1/+1
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-061-21/+40
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-061-0/+2
* [core] const consistencyJohn Firebaugh2016-08-261-1/+1
* [core] Copy only the necessary style layers to the workerJohn Firebaugh2016-06-171-9/+33
* [core] TileSource ⇢ TileLoaderJohn Firebaugh2016-06-131-1/+0
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-131-6/+1