summaryrefslogtreecommitdiff
path: root/test/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] Use weak annotation managerAlexander Shalamov2020-03-056-56/+46
* [test] Fix failing tests on iOSJuha Alanen2020-02-141-0/+2
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-111-6/+15
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-136-6/+6
* [tests] Fix -Werror=shadow issues in the unit testsThiago Marcos P. Santos2019-12-121-3/+3
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-9/+33
* [core] Identation and build fixesMikhail Pozdnyakov2019-11-191-34/+31
* [core] Fix incorrect resizing of TileCacheSergey Yershov2019-11-191-0/+90
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-251-1/+1
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-042-8/+8
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-145-10/+10
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-145-6/+6
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-105-20/+5
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-172-4/+11
* [core] OverscaledTileID::isChildOf should check wrap values.Chris Loer2018-11-301-1/+4
* [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0Bruno de Oliveira Abinader2018-11-261-0/+34
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-17/+13
* [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-021-33/+0
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+93
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+130
* [core] Update unit tests for viewport collision.Chris Loer2017-11-173-100/+2
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-214-16/+13
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-212-0/+51
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-3/+1
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-1/+1
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
* [core] renderer interfaceIvo van Dongen2017-07-182-3/+2
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-184-6/+14
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-122-4/+4
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-124-4/+8
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-73/+73
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-221-0/+4
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-2/+1
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-132-8/+12
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-134-12/+12
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-134-12/+12
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-2/+2
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-054-12/+27
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-1/+1
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-264-4/+4
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-122-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-122-2/+2
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-121-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-044-18/+18
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-034-8/+8
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-8/+8
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+1