summaryrefslogtreecommitdiff
path: root/test/api/repeated_render.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Remove API tests that are covered by node testsJohn Firebaugh2017-07-261-80/+0
|
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-261-63/+0
|
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-2/+2
|
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
|
* [core] renderer interfaceIvo van Dongen2017-07-181-6/+15
|
* [core] split backend from mapobserverIvo van Dongen2017-07-181-2/+2
|
* [test] Added API.ZoomHistoryBruno de Oliveira Abinader2017-07-041-0/+62
|
* [test] Use test::checkImage in API.RepeatedRenderBruno de Oliveira Abinader2017-07-041-9/+5
|
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-2/+3
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-6/+0
|
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+2
|
* [core] private OffscreenView implementationKonstantin Käfer2017-02-271-1/+1
|
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-2/+2
|
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
|
* [test] Use shared headless displayBruno de Oliveira Abinader2016-11-171-3/+5
| | | | Prevents some OpenGL implementations from bailing out.
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-8/+8
|
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-7/+7
|
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-5/+4
|
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-2/+6
| | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+74