summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* only upload binaries on travisMike Morris2014-10-101-2/+2
* XInitThreadsMike Morris2014-10-091-0/+4
* fix HeadlessView::readPixels return value, ref #480Mike Morris2014-10-083-5/+5
* add HeadlessView::readPixels, fixes #480Mike Morris2014-10-083-14/+29
* Merge branch 'libuv-0.10-headless-display' of github.com:mapbox/mapbox-gl-nat...Mike Morris2014-10-084-12/+39
|\
| * don't do concurrent access to a static member variableKonstantin Käfer2014-10-084-12/+39
* | throw std::runtime_error instead of fprintf in HeadlessView, closes #481Mike Morris2014-10-081-18/+18
|/
* clean up shared_ptr usage in HeadlessViewMike Morris2014-10-073-9/+12
* clean up shared_ptr usageMike Morris2014-10-062-8/+8
* use shared_ptr for HeadlessDisplay in HeadlessViewMike Morris2014-10-062-8/+10
* wrap GL/glx.h with undef None, use 0 instead, h/t @jfirebaughMike Morris2014-10-064-3/+5
* forward declare HeadlessDisplay in headless_view.hppMike Morris2014-10-064-10/+12
* break out HeadlessDisplay from HeadlessView, ref #478Mike Morris2014-10-035-60/+123
* log CGLErrorString for CGLChoosePixelFormat, enable OpenGLMike Morris2014-09-301-1/+7
* make view active/inactive around Map::setup, don't leave active after view.re...Mike Morris2014-09-302-2/+4
* add more possible errors returned by glCheckFramebufferStatusEXTMike Morris2014-09-291-0/+3
* make inactive at end of clear_buffers()Mike Morris2014-09-251-1/+3
* implement make_inactive in mapbox-gl-cocoaMike Morris2014-09-251-0/+0
* Merge branch 'libuv-0.10-fix-context-shutdown' of github.com:mapbox/mapbox-gl...Mike Morris2014-09-252-12/+4
|\
| * make active after resizeMike Morris2014-09-241-0/+2
| * Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-242-12/+2
| |\
| | * remove travis conditional in darwin_configure.shMike Morris2014-09-241-1/+1
| | * build iPhoneSimulator64 against libuv 0.10.28Mike Morris2014-09-241-0/+1
| | * fix ios builds?Mike Morris2014-09-241-1/+1
| | * Revert "add debugging"Mike Morris2014-09-241-9/+0
* | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * update MP_HASHMike Morris2014-09-241-1/+1
* | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-248-173/+190
|\ \ | |/
| * Merge branch 'master' into libuv010Mike Morris2014-09-248-173/+178
| |\
| | * transition-* ⇢ *-transitionJohn Firebaugh2014-09-221-31/+31
| | * Support pixelRatio parameter for render testsJohn Firebaugh2014-09-223-7/+15
| | * Refactor tile cover to match JSJohn Firebaugh2014-09-224-135/+132
| * | move make_active call into MBGL_USE_CGL blockMike Morris2014-09-241-1/+1
| * | add debuggingMike Morris2014-09-241-0/+9
* | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-226-33/+55
|\ \ \ | |/ /
| * | bump mapnik-packagingMike Morris2014-09-221-1/+1
| * | Merge branch 'master' into libuv010Mike Morris2014-09-226-32/+54
| |\ \ | | |/
| | * bump Cocoa one more timeJustin R. Miller2014-09-181-0/+0
| | * bump Cocoa for location fixesJustin R. Miller2014-09-181-0/+0
| | * bump CocoaJustin R. Miller2014-09-171-0/+0
| | * fix 64-bit iOS buildsJustin R. Miller2014-09-175-22/+37
| | * Update Ubuntu instructions in README [skip ci]AJ Ashton2014-09-171-2/+2
| | * Add gcc back to build matrix (fixes #465)John Firebaugh2014-09-151-9/+16
* | | bump mapnik-packaging, remove unnecessary view.make_active callsMike Morris2014-09-194-13/+9
* | | 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 Map::pre...Mike Morris2014-09-162-5/+2
* | | 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