summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-253-45/+41
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-254-80/+115
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-0/+27
* [glfw] add map change callback methods to glfw_viewIvo van Dongen2016-10-201-0/+5
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+1
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-1/+1
* [core] introduces types for GL objectsKonstantin Käfer2016-09-291-3/+4
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+1
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-241-0/+4
* [Qt] Implement a Qt headless rendererThiago Marcos P. Santos2016-08-221-1/+8
* [glfw] Added 'addRandomLineAnnotations'Bruno de Oliveira Abinader2016-07-231-0/+2
* [tidy/linux] modernize-use-nullptrBruno de Oliveira Abinader2016-06-141-1/+1
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-132-2/+2
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-1/+0
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-1/+3
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-254-16/+4
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-241-5/+0
* [glfw] Atomic is no longer neededThiago Marcos P. Santos2016-04-281-3/+1
* [core] Render from the main threadJohn Firebaugh2016-04-142-17/+7
* [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-221-2/+17
* [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-0/+5
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-042-2/+2
* [glfw] add "C" button to show stencil clip masksKonstantin Käfer2016-02-101-0/+5
* [core] move GL value objects from gl_config.hpp to gl_values.hppKonstantin Käfer2016-02-081-0/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+2
* [node] code review cleanupMike Morris2015-12-151-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-033-3/+3
* [glfw] No longer necessary to wait for style load to add default markerJohn Firebaugh2015-12-011-2/+0
* [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-301-0/+2
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-1/+3
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-254-178/+1
* [core] Remove unusedJohn Firebaugh2015-11-233-9/+3
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-233-6/+6
* [core] allow changing pitch in GLFW based appsKonstantin Käfer2015-11-172-0/+2
* View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-252-2/+6
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-2/+8
* add MBGL_USE_GLES2 defineKonstantin Käfer2015-08-041-1/+1
* add ability to add random custom markers to test appKonstantin Käfer2015-07-081-0/+4
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-082-16/+19
* drive map rendering from main threadKonstantin Käfer2015-06-262-2/+7
* Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-0/+8
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-0/+6
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+1
* change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+2
* Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-5/+6
* Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-071-2/+8
* fix compile with clang-3.6Dane Springmeyer2015-05-012-4/+2
* Resize view from map threadJohn Firebaugh2015-04-281-2/+1