summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-1/+0
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-1/+0
* | [core] only index features within tile boundariesAnsis Brammanis2018-04-261-1/+1
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-261-3/+9
* | [core] fix querying circles across tile boundariesChris Loer2018-04-261-9/+13
* | Port global symbol query from GL JS:Chris Loer2018-04-251-23/+11
|/
* [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-021-12/+10
* [core] Consolidate GeometryTile symbol/nonSymbolBucketsChris Loer2018-04-021-9/+3
* [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-021-35/+11
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-291-6/+23
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-291-4/+6
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-1/+1
* [core] GeometryTileData needs to be updated in lockstep with FeatureIndexChris Loer2018-01-181-1/+4
* [core] Synchronize state of CollisionIndex and FeatureIndexes.Chris Loer2018-01-181-1/+7
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-081-12/+0
* [core] Symbol cross-fading.Chris Loer2017-11-171-0/+21
* [core] Cleanup in response to review commentsChris Loer2017-11-171-2/+2
* [core] Switch from background to foreground placementChris Loer2017-11-171-39/+33
* [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