summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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