summaryrefslogtreecommitdiff
path: root/common/headless_view.hpp
Commit message (Collapse)AuthorAgeFilesLines
* fix HeadlessView::readPixels return value, ref #480Mike Morris2014-10-081-1/+1
|
* add HeadlessView::readPixels, fixes #480Mike Morris2014-10-081-1/+4
|
* clean up shared_ptr usage in HeadlessViewMike Morris2014-10-071-2/+2
|
* clean up shared_ptr usageMike Morris2014-10-061-2/+2
|
* use shared_ptr for HeadlessDisplay in HeadlessViewMike Morris2014-10-061-2/+4
|
* wrap GL/glx.h with undef None, use 0 instead, h/t @jfirebaughMike Morris2014-10-061-1/+1
|
* forward declare HeadlessDisplay in headless_view.hppMike Morris2014-10-061-1/+9
|
* break out HeadlessDisplay from HeadlessView, ref #478Mike Morris2014-10-031-13/+11
|
* Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-1/+1
|\ | | | | | | | | | | Conflicts: common/headless_view.cpp test/headless.cpp
| * Support pixelRatio parameter for render testsJohn Firebaugh2014-09-221-1/+1
| |
* | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-101-0/+1
|/ | | | | | | | | | | | | | | | | View::make_inactive() is called just before termination of the rendering thread. The implementation must clear the thread's GL context. This ensures there is no context still bound to a thread during GL shutdown. This is needed as GL will not actually delete a context until it is not active on any thread. Fixes mapbox/mapbox-gl-native#340 Conflicts: common/glfw_view.hpp include/llmr/map/view.hpp test/headless.cpp
* rename llmr => mbglKonstantin Käfer2014-07-161-10/+10
|
* refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-161-0/+2
|
* fix compile errorsKonstantin Käfer2014-07-081-2/+2
|
* fix headless rendering on travis and actually execute the headless testKonstantin Käfer2014-07-071-6/+4
| | | | fixes #357
* first draft at glx headless renderingKonstantin Käfer2014-07-071-1/+20
| | | | [skip ci]
* move headless to their own filesKonstantin Käfer2014-07-071-0/+33
[skip ci]