summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Mark tile as incomplete while redoing placementJohn Firebaugh2016-12-141-0/+6
* [core] Remove unusedJohn Firebaugh2016-12-141-3/+0
* [build] move logging to utilKonstantin Käfer2016-11-222-2/+2
* [core] don't run symbol placement more often than necessaryKonstantin Käfer2016-11-143-5/+3
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-075-7/+52
* [core] Fix render tile ordering when querying sourcesBruno de Oliveira Abinader2016-11-041-19/+4
* [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