summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/default/headless_view.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-41/+0
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-66/+8
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+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
* [tidy/linux] modernize-use-nullptrBruno de Oliveira Abinader2016-06-141-1/+1
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Render from the main threadJohn Firebaugh2016-04-141-13/+6
* [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-221-2/+17
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-1/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [node] code review cleanupMike Morris2015-12-151-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-1/+1
* View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+4
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-15/+10
* drive map rendering from main threadKonstantin Käfer2015-06-261-1/+2
* Resize view from map threadJohn Firebaugh2015-04-281-2/+1
* Following kkaefer's view changesJohn Firebaugh2015-04-281-7/+1
* Move run() to MapContextJohn Firebaugh2015-04-281-0/+1
* move most private Map code to MapContextKonstantin Käfer2015-04-281-1/+1
* align static render mode and still image render modeKonstantin Käfer2015-04-171-11/+28
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-6/+5
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-0/+2
* forward declare GLX typedefs to limit conflicts from glx.hMike Morris2015-02-101-2/+5
* fixes for linuxKonstantin Käfer2015-02-041-0/+1
* Use std::chronoLeith Bade2015-02-041-1/+1
* Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-231-4/+4
* Tidy up HeadlessViewLeith Bade2014-12-091-7/+7
* repair undef None GLX wrapper, pass 0 instead of None to GLX functionsMike Morris2014-11-101-1/+1
* load VAO extensionKonstantin Käfer2014-11-071-0/+1
* use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-1/+1
* Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-241-12/+24
* restructure gyp filesKonstantin Käfer2014-10-241-0/+53