summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] Use TilePoint in Source::Impl::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-111-0/+1
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-111-1/+1
* [core] Refactor BufferJohn Firebaugh2016-10-051-0/+1
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-056-11/+22
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-041-2/+1
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-202-4/+7
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-193-11/+3
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-193-9/+1
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-1615-512/+551
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-142-3/+37
* [core] Avoid gratuitous SymbolBucket creationJohn Firebaugh2016-09-141-3/+3
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-143-128/+112
* [core] Another band-aid (#6322) (#6333)John Firebaugh2016-09-141-1/+1
* [core] Band-aid to prevent GeometryTile::redoLayout race condition from causi...John Firebaugh2016-09-131-0/+6
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-073-6/+11
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-063-3/+3
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-065-27/+57
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-065-1/+12
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-061-1/+0
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-063-45/+28
* [core] Create GeoJSONTile{Layer,Feature} objects lazilyJohn Firebaugh2016-09-061-34/+26
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-262-51/+22
* [core] Clean up and simplify geojson_tile.cppJohn Firebaugh2016-08-261-81/+52
* [core] const consistencyJohn Firebaugh2016-08-265-7/+7
* upgrade to protozer 1.4.0 (#6158)Dane Springmeyer2016-08-251-11/+10
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-1/+2
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-272-8/+27
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-133-6/+6
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-063-42/+85
* [core] Re-close polygons after clipping with clipperJohn Firebaugh2016-07-061-1/+8
* [core] code style cleanupsKonstantin Käfer2016-07-012-2/+4
* [core] Remove TexturePool from style::UpdateParameters (#5442)John Firebaugh2016-06-221-2/+0
* [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-222-3/+1
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-172-4/+4
* [core] Copy only the necessary style layers to the workerJohn Firebaugh2016-06-174-27/+38
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-7/+0
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-152-5/+3
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-144-0/+7
* [core] Eliminate duplicate Necessity typesJohn Firebaugh2016-06-134-16/+12
* [core] TileSource ⇢ TileLoaderJohn Firebaugh2016-06-137-22/+21
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-135-23/+11
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-138-8/+8
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-134-12/+7
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-1321-610/+604
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-28/+0
* [core] Remove unnecessary virtual redoPlacement overloadJohn Firebaugh2016-06-132-3/+3
* [core] Privatize geojson_tile.hpp contentsJohn Firebaugh2016-06-132-40/+40
* [core] Privatize vector_tile.hpp contentsJohn Firebaugh2016-06-132-65/+62
* [core] Merge vector_tile_data.{hpp,cpp} into vector_tile.{hpp,cpp}John Firebaugh2016-06-134-64/+46