summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadupstream/gfx-refactor-7Konstantin Käfer2019-05-151-1/+1
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-141-1/+1
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-141-0/+1
* [core] Pass ImageManager to ImageRequestor's constructorAlexander Shalamov2019-04-251-1/+1
* [core] Update `style::LayerProperties` instances in tilesMikhail Pozdnyakov2019-04-171-0/+3
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-5/+6
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-1/+1
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-4/+1
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-2/+2
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-2/+2
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-7/+7
* [core] Remove unused 'Throttler' class.Chris Loer2018-04-301-1/+0
* [core] fix circle querying for scale and alignmentChris Loer2018-04-261-1/+2
* [core] fix querying circles across tile boundariesChris Loer2018-04-261-0/+2
* Port global symbol query from GL JS:Chris Loer2018-04-251-6/+4
* [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-021-6/+2
* [core] Consolidate GeometryTile symbol/nonSymbolBucketsChris Loer2018-04-021-8/+4
* [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-021-20/+13
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-291-2/+2
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-291-2/+2
* [core] GeometryTileData needs to be updated in lockstep with FeatureIndexChris Loer2018-01-181-0/+1
* [core] Synchronize state of CollisionIndex and FeatureIndexes.Chris Loer2018-01-181-0/+3
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-081-2/+0
* [core] Symbol cross-fading.Chris Loer2017-11-171-0/+13
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-2/+0
* [core] Switch from background to foreground placementChris Loer2017-11-171-13/+9
* [core] remove throttling from geometry tileIvo van Dongen2017-09-221-2/+1
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-211-13/+7
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-2/+2
* [core] Don't throttle placement in still modeBruno de Oliveira Abinader2017-08-251-0/+1
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-2/+1
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-191-1/+1
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-191-1/+1
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-2/+22
* [core] Hold on to tile yStretch value for rendering old symbolBuckets while w...Chris Loer2017-07-111-0/+1
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-0/+2
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-0/+14
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-5/+5
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-0/+1
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+2
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-11/+2
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-0/+3
* [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-171-0/+4
* [core] Immutable ImplsJohn Firebaugh2017-05-121-1/+1
* [core] Avoid calling virtual GeometryTile::cancel() on dtorBruno de Oliveira Abinader2017-05-121-0/+2
* [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/+2
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-6/+7