summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] Avoid copying feature propertiesupstream/mikhail_avoid_feature_properties_copyingMikhail 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
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-103-3/+6
* [core] Pass ImageManager to ImageRequestor's constructorAlexander Shalamov2019-04-252-2/+2
* [core] Render layers use synchronized buckets and paint propertiesMikhail Pozdnyakov2019-04-171-0/+1
* [core] Update `style::LayerProperties` instances in tilesMikhail Pozdnyakov2019-04-173-3/+28
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-175-55/+53
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-172-25/+27
* [core] Pass only visible render layers to source in rendererMikhail Pozdnyakov2019-04-091-2/+2
* [core] clang-tidy fixesKonstantin Käfer2019-04-053-4/+6
* [core] Minor performance tweaks in renderer implMikhail Pozdnyakov2019-04-041-3/+4
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-024-6/+12
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-203-3/+0
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-2/+2
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-127-10/+7
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-2/+2
* [core] include what you useKonstantin Käfer2019-03-013-7/+2
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-251-3/+4
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-042-5/+5
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-272-3/+2
* [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0Bruno de Oliveira Abinader2018-11-261-1/+2
* [core] Add use LayerTypeInfo::Layout for the layers that require LayoutAlexander Shalamov2018-11-191-1/+1
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-137-21/+24
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-231-0/+1
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-2/+0
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-231-9/+8
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-10/+16
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-2/+2
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-312-105/+39
* [core] Simplify GeometryTileWorkerJohn Firebaugh2018-08-312-58/+25
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-314-27/+129
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-085-5/+20
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-8/+8
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-241-0/+6