summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-2/+2
* [core] Introduce GeometryTile::reset()Mikhail Pozdnyakov2019-11-291-1/+4
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-9/+6
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-181-1/+2
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-181-0/+2
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-221-1/+1
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-091-2/+2
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-041-8/+6
* [core] Geometry tile keeps layout result as a shared pointerMikhail Pozdnyakov2019-07-041-15/+7
* [core] Geometry tile updates layer render data if its constants mask remainsMikhail Pozdnyakov2019-07-021-1/+1
* [core] Introduce PatternAtlasMikhail Pozdnyakov2019-06-041-4/+6
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-281-1/+1
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin 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