summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-1/+1
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-122-2/+8
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-1/+1
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-121-1/+1
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-0811-15/+35
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-082-0/+22
* [core] util::wrap(): std::fmod is not losslessBruno de Oliveira Abinader2019-03-061-80/+84
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-061-1/+4
* remove unused dem memoryMolly Lloyd2019-03-051-6/+4
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-3/+3
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-045-26/+26
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-1/+1
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-048-39/+39
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-2/+2
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-26/+21
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-261-1/+146
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-261-0/+17
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-251-1/+1
* [tests] Add unit tests for the GLFunctionsThiago Marcos P. Santos2019-02-122-0/+159
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-124-4/+9
* [core] Remove tile sorting from the clip and mask algorithmsMikhail Pozdnyakov2019-01-182-7/+19
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-172-2/+2
* [android] Add list of skipped core unit testsAlexander Shalamov2019-01-101-0/+0
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-093-1/+128
* [Qt] Implement LocalGlyphRasterizerBruno de Oliveira Abinader2019-01-042-2/+7
* [all] - update licenses to 2019tobrun2019-01-041-1/+1
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-213-35/+117
* [test] Fixed headers in source.test.cppMikhail Pozdnyakov2018-12-191-2/+2
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-181-2/+2
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-143-3/+3
* [core] Add unit tests for queryFeatureExtensionsAlexander Shalamov2018-12-122-0/+3069
* [core] OverscaledTileID::isChildOf should check wrap values.Chris Loer2018-11-301-1/+4
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-273-104/+81
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-274-8/+8
* [core] Camera center and anchor points are mutually exclusiveBruno de Oliveira Abinader2018-11-261-0/+13
* [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0Bruno de Oliveira Abinader2018-11-261-0/+34
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-3/+3
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-192-17/+22
* [core] add test about number of maximum concurrent requestsHuyen Chau Nguyen2018-11-154-3/+40