summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile_worker.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-3/+3
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-3/+6
* [core] Introduce GeometryTile::reset()Mikhail Pozdnyakov2019-11-291-1/+1
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-3/+9
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-221-1/+1
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-4/+6
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-3/+0
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-1/+2
* [core] include what you useKonstantin Käfer2019-03-011-3/+0
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-311-12/+5
* [core] Simplify GeometryTileWorkerJohn Firebaugh2018-08-311-3/+0
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-1/+20
* [core] Consolidate GeometryTile symbol/nonSymbolBucketsChris Loer2018-04-021-1/+1
* [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-021-4/+10
* [core] fix symbol flickering after data updatesAnsis Brammanis2018-01-111-0/+1
* [core] Switch from background to foreground placementChris Loer2017-11-171-4/+7
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-1/+2
* [core] make{Glyph,Image}Atlas only once for any number of symbol layersJohn Firebaugh2017-07-061-1/+1
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-5/+5
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-5/+3
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-1/+3
* [core] Immutable ImplsJohn Firebaugh2017-05-121-2/+4
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-4/+4
* [core] split off render layersIvo van Dongen2017-04-251-0/+1
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-1/+1
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-4/+17
* [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-0/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-3/+0
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-3/+0
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-0/+76