summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] Source::setVolatile enables Resource::StoragePolicy::Volatile for tilesMikhail Pozdnyakov2020-04-223-2/+5
* [core] Add TileUpdateParameters and use itMikhail Pozdnyakov2020-04-229-16/+28
* [core] Introduce Tile::setMinimumUpdateInterval()Mikhail Pozdnyakov2020-04-209-13/+51
* [core] Fix google-build-namespaces errors in header filesThiago Marcos P. Santos2020-04-171-4/+2
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-171-0/+2
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-173-6/+6
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-2/+3
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-307-10/+13
* [core] Fix bugprone-integer-division errorsThiago Marcos P. Santos2020-03-301-1/+4
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-2314-54/+58
* [core] Fix performance-for-range-copy errorsThiago Marcos P. Santos2020-03-232-5/+5
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-20/+25
* Add support for expression testzmiao2020-02-122-0/+79
* Enable within expression with Filterzmiao2020-02-121-1/+2
* Enable parse within expressionzmiao2020-02-123-4/+7
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-112-21/+21
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-15/+15
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-151-1/+4
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-132-3/+25
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-2/+1
* [core] Introduce GeometryTile::reset()Mikhail Pozdnyakov2019-11-296-17/+44
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-292-9/+25
* [core] Fix incorrect resizing of TileCacheSergey Yershov2019-11-191-2/+2
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-113-8/+24
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-254-10/+6
* [build] Fix clang format and tidy checksJuha Alanen2019-09-185-49/+33
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-184-5/+11
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-183-1/+28
* [core] Add feature state support to bucket classesJuha Alanen2019-09-181-1/+1
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-051-2/+2
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-226-8/+9
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-191-0/+1
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-255-5/+14
* [core] Simplfy ToGeometryCollectionMikhail Pozdnyakov2019-07-251-32/+7
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-243-13/+19
* [core] Default GeometryTileFeature::getGeometries() implementationMikhail Pozdnyakov2019-07-242-1/+6
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-246-18/+24
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-094-11/+11
* [core] ImageManager is not used at tile upload stageMikhail Pozdnyakov2019-07-041-8/+18
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-047-108/+131
* [core] Geometry tile keeps layout result as a shared pointerMikhail Pozdnyakov2019-07-043-41/+42
* [core] Geometry tile updates layer render data if its constants mask remainsMikhail Pozdnyakov2019-07-023-5/+12
* [core] Refactor tile pyramidMikhail Pozdnyakov2019-06-101-0/+4
* [core] Introduce PatternAtlasMikhail Pozdnyakov2019-06-041-4/+6
* [core] Remove priority from the constructorThiago Marcos P. Santos2019-05-281-1/+0
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-283-9/+3
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-158-23/+16
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-144-8/+9
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-142-1/+3