summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] remove throttling from geometry tileIvo van Dongen2017-09-221-7/+1
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-211-5/+8
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-211-2/+0
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-4/+20
* [core] Don't throttle placement in still modeBruno de Oliveira Abinader2017-08-251-2/+7
* [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-241-1/+10
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-2/+2
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-091-2/+2
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+1
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-3/+3
* [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