summaryrefslogtreecommitdiff
path: root/platform/default/headless_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-2/+2
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-14/+7
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-1/+1
* Removed couts from headless view.Adam Hunter2015-09-291-14/+0
* Added GL logging utilityAdam Hunter2015-09-291-1/+19
* Renderbuffer create should be paired with renderbuffer delete.Adam Hunter2015-09-171-1/+1
* View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-5/+14
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-30/+39
* drive map rendering from main threadKonstantin Käfer2015-06-261-2/+6
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-4/+3
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-17/+13
* Extensible GL extension supportJohn Firebaugh2015-05-131-42/+15
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-4/+0
* Resize view from map threadJohn Firebaugh2015-04-281-4/+4
* Following kkaefer's view changesJohn Firebaugh2015-04-281-20/+8
* move most private Map code to MapContextKonstantin Käfer2015-04-281-3/+2
* align static render mode and still image render modeKonstantin Käfer2015-04-171-40/+74
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-1/+1
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-5/+4
* Fail early in case there is no displayKonstantin Käfer2015-03-061-0/+4
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-3/+15
* make Map::resize() privateKonstantin Käfer2015-03-061-1/+3
* forward declare GLX typedefs to limit conflicts from glx.hMike Morris2015-02-101-2/+4
* Use std::chronoLeith Bade2015-02-041-1/+1
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-231-25/+24
|\
| * Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-231-24/+24
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-114/+28
|\ \ | |/
| * never create core profile contexts; their API is subtly differentKonstantin Käfer2014-12-161-72/+2
| * don't assing nullptr to std::stringKonstantin Käfer2014-12-161-21/+25
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-111-22/+22
|\ \ | |/
| * update error reporting functionKonstantin Käfer2014-12-101-19/+19
| * Use CHECK_ERROR on every GL callLeith Bade2014-12-101-19/+19
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-71/+80
|\ \ | |/
| * fix typoKonstantin Käfer2014-12-091-1/+1
| * Tidy up HeadlessViewLeith Bade2014-12-091-71/+80
* | Add pakced depth stencil to GLFWView and HeadlessViewLeith Bade2014-12-071-0/+5
* | Rename lots of thingsLeith Bade2014-12-041-4/+4
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-2/+4
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-2/+4
* | Fix tests when using GL 3.0+ contextLeith Bade2014-12-021-6/+26
|/
* fix memcpy includes/namespaceMike Morris2014-12-011-3/+4
* move pixel flip from headless test into HeadlessView::readPixelsMike Morris2014-12-011-0/+9
* repair undef None GLX wrapper, pass 0 instead of None to GLX functionsMike Morris2014-11-101-2/+2
* add glx supportKonstantin Käfer2014-11-071-0/+8
* load VAO extensionKonstantin Käfer2014-11-071-0/+38
* use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-2/+2
* make tests workKonstantin Käfer2014-10-241-2/+2
* Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-241-83/+161
* restructure gyp filesKonstantin Käfer2014-10-241-0/+200