summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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