summaryrefslogtreecommitdiff
path: root/common/headless_view.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make active after resizeMike Morris2014-09-241-0/+2
|
* Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-11/+0
|\ | | | | | | | | Conflicts: common/headless_view.cpp
| * Revert "add debugging"Mike Morris2014-09-241-9/+0
| | | | | | | | This reverts commit 0cdaf58027b758650f4bb7ca7a006cb8568c080c.
* | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-1/+15
|\ \ | |/ | | | | | | | | Conflicts: common/headless_view.cpp test/headless.cpp
| * Merge branch 'master' into libuv010Mike Morris2014-09-241-1/+4
| |\
| | * Support pixelRatio parameter for render testsJohn Firebaugh2014-09-221-1/+4
| | |
| * | move make_active call into MBGL_USE_CGL blockMike Morris2014-09-241-1/+1
| | |
| * | add debuggingMike Morris2014-09-241-0/+9
| | |
* | | bump mapnik-packaging, remove unnecessary view.make_active callsMike Morris2014-09-191-3/+2
| | |
* | | make_active only for CGL in clear_buffersMike Morris2014-09-161-0/+2
| | |
* | | dont make_active when clearing buffers, call make_inactive at end of ↵Mike Morris2014-09-161-4/+0
| | | | | | | | | | | | Map::prepare()
* | | pass NULL instead of nullptr to glXMakdeCurrentMike Morris2014-09-111-1/+1
| | |
* | | clear_buffers in make_inactive, call make_inactive in destructorMike Morris2014-09-111-0/+4
| | |
* | | drop clear_buffers and glx make_inactive from descrtuctorMike Morris2014-09-111-3/+0
| | |
* | | add GLX support to HeadlessView::make_inactiveMike Morris2014-09-101-1/+3
| | |
* | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdownMike Morris2014-09-101-0/+13
|\ \ \ | |/ / |/| | | | | | | | Conflicts: src/map/map.cpp
| * | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-101-0/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Revert "make context active before clearing buffers"Mike Morris2014-09-101-2/+0
| | | | | | | | This reverts commit 636fedff122dc254ec77ea5504cf8d94acd8b351.
| * make context active before clearing buffersMike Morris2014-09-101-0/+2
| |
* | make context active before clearing buffersMike Morris2014-09-101-0/+2
|/
* Also release the current contextJohn Firebaugh2014-09-031-0/+1
|
* glXDestroyContext, XFree, XCloseDisplayJohn Firebaugh2014-09-031-0/+6
|
* fix warningsKonstantin Käfer2014-08-181-1/+1
|
* add missing headerKonstantin Käfer2014-07-161-0/+2
|
* rename llmr => mbglKonstantin Käfer2014-07-161-13/+13
|
* rename file and fix merge errorKonstantin Käfer2014-07-161-0/+2
|
* refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-161-12/+4
|
* allow for delayed map notifications during animationsJustin R. Miller2014-07-151-1/+2
|
* fix headless rendering on travis and actually execute the headless testKonstantin Käfer2014-07-071-9/+23
| | | | fixes #357
* first draft at glx headless renderingKonstantin Käfer2014-07-071-0/+58
| | | | [skip ci]
* move headless to their own filesKonstantin Käfer2014-07-071-0/+117
[skip ci]