summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] Update algorithm::updateTileMasks testsMikhail Pozdnyakov2019-06-101-78/+59
* [core] Introduce PatternAtlasMikhail Pozdnyakov2019-06-043-44/+86
* [test] add new OffscreenTexture testKonstantin Käfer2019-05-282-0/+16
* [core] refactor program object creationKonstantin Käfer2019-05-285-0/+29
* [core] Remove priority from the constructorThiago Marcos P. Santos2019-05-282-5/+8
* [core] Introduce usage tag for resourcesThiago Marcos P. Santos2019-05-281-1/+8
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-285-14/+148
* [core] invoke optional resource path change completion listenerŁukasz Paczos2019-05-241-0/+12
* [core] Add unit test for zero width space line breakingAlexander Shalamov2019-05-242-0/+96
* [core] Update ImageManager's unit test for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-211-13/+58
* [core] Remove binary shader supportThiago Marcos P. Santos2019-05-212-45/+0
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-1/+1
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-2111-11/+11
* [tests] Add unit tests for offline data invalidationThiago Marcos P. Santos2019-05-211-0/+67
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-152-7/+17
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-146-51/+51
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-147-11/+11
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-1027-170/+98
* [core] Schedule invocation of onStyleImageMissing completion callback on the ...Alexander Shalamov2019-05-091-0/+22
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-1/+1
* [test] Add unit test for clearCache APISudarsana Babu Nagineni2019-04-291-0/+14
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-293-564/+0
* [core] Add unit test for ImageManager::reduceMemoryUsageAlexander Shalamov2019-04-251-1/+60
* [core] Pass ImageManager to ImageRequestor's constructorAlexander Shalamov2019-04-251-4/+6
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-173-19/+44
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-172-61/+0
* fix firing onStyleImageMissing after sprite has loaded (#14369)Ansis Brammanis2019-04-081-0/+75
* [core] Move should not call destructorsAlexander Shalamov2019-04-052-0/+101
* [core] clang-tidy fixesKonstantin Käfer2019-04-0510-51/+51
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-053-3/+6
* [core] refactor RendererBackendKonstantin Käfer2019-04-056-32/+32
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-058-21/+23
* [core] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-051-3/+4
* [core] add getResource template to gfx::*Resource classesKonstantin Käfer2019-04-051-1/+1
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-5/+11
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-292-13/+13
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-03-281-0/+12
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-2812-44/+37
* [test] Add unit tests for MapOptionsSudarsana Babu Nagineni2019-03-281-0/+30
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-2812-34/+34
* [core] harden fetching camera for bounds when padding is excessiveŁukasz Paczos2019-03-251-0/+12
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-2014-109/+129
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-17/+17
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-152-10/+10
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-142-5/+31
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-2/+2
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-141-19/+0
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-131-0/+8
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-1311-15/+15
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-134-9/+140