summaryrefslogtreecommitdiff
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for the free cameraMikko Pulkki2020-05-021-0/+259
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* Add unit tests for Rotation interpolatorGali Nelle2020-04-081-0/+23
* Refactor tileCover to support lod tilesMikko Pulkki2020-04-062-23/+298
* [core] Add a callback for platform RunLoop integrationThiago Marcos P. Santos2020-03-111-0/+49
* Add Pass.NoCopy unit testMikhail Pozdnyakov2020-02-261-0/+16
* [test] Fix failing tests on iOSJuha Alanen2020-02-141-2/+2
* [core] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-021-7/+7
* [core] Introduce Scheduler::GetSequenced() APIMikhail Pozdnyakov2019-11-281-0/+43
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-5/+9
* [core] Add Scheduler::scheduleAndReplyValue() APIMikhail Pozdnyakov2019-11-051-0/+19
* [test] Add unit tests for mbgl::util::Timer covering timer cancellation at/af...Maksim Skurydzin2019-09-191-1/+67
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-101-189/+0
* [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)Aleksandar Stojiljkovic2019-08-231-0/+14
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-011-0/+35
* [core] Add unit test for grid indexAlexander Shalamov2019-07-301-0/+5
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-241-22/+22
* [test] add new OffscreenTexture testKonstantin Käfer2019-05-281-0/+16
* [core] refactor program object creationKonstantin Käfer2019-05-281-0/+8
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-211-1/+1
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-2/+2
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-103-23/+21
* [core] clang-tidy fixesKonstantin Käfer2019-04-053-13/+13
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-8/+8
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-3/+3
* [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
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-6/+6
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-6/+6
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-13/+14
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-3/+3
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-1/+1
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-1/+2
* [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-081-3/+5
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-1/+1
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-2/+2
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-26/+21
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-1/+3
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-181-2/+2
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-5/+3
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+1
* [core] Change toLowerHex to produce lower hex sequencesAlexander Shalamov2018-11-071-1/+1
* [core] don't use <sstream> and <iomanip> for string constructionKonstantin Käfer2018-10-231-0/+8
* [core] add the ability to stringy numbers as hexKonstantin Käfer2018-10-231-0/+11
* [core] add ability to stringify doubles that are integer with and without tra...Konstantin Käfer2018-10-231-0/+5
* [core] deduplicate dtoa() from RapidJSON and add testsKonstantin Käfer2018-10-231-0/+13
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+3
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-132-30/+2
* [android] add support for gnustlKonstantin Käfer2018-09-111-13/+13