summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* fixes for libuv 0.11Konstantin Käfer2014-10-221-383/+0
* Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-229-97/+679
|\
| * we don't need a root_fbo function anymoreKonstantin Käfer2014-10-162-5/+0
| * we now always use the fboKonstantin Käfer2014-10-161-4/+0
| * first attempt to create an opengl core profile version before falling back to...Konstantin Käfer2014-10-162-19/+82
| * lower our expectations towards the pbuffer and use framebuffers insteadKonstantin Käfer2014-10-153-37/+21
| * cast to correct int typeKonstantin Käfer2014-10-151-2/+2
| * fix errors that prevented compilation/runningKonstantin Käfer2014-10-153-3/+4
| * experimental pbuffer supportKonstantin Käfer2014-10-154-29/+60
| * call on_timeout with status 0 (success)Mike Morris2014-10-101-1/+1
| * switch http_request_baton_curl to libuv 0.10 apiMike Morris2014-10-101-2/+1
| * Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-1013-117/+1330
| |\
| * | XInitThreadsMike Morris2014-10-091-0/+4
| * | fix HeadlessView::readPixels return value, ref #480Mike Morris2014-10-082-4/+4
| * | add HeadlessView::readPixels, fixes #480Mike Morris2014-10-082-7/+28
| * | 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-072-8/+8
| * | 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-034-60/+121
| * | 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-301-2/+2
| * | 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
| * | make active after resizeMike Morris2014-09-241-0/+2
| * | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-11/+0
| |\ \
| | * | Revert "add debugging"Mike Morris2014-09-241-9/+0
| * | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-242-2/+16
| |\ \ \ | | |/ /
| | * | Merge branch 'master' into libuv010Mike Morris2014-09-242-2/+5
| | |\ \
| | * | | 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 Map::pre...Mike Morris2014-09-161-4/+0
| * | | | 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-104-1/+23
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-101-1/+4
| | * | | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-104-0/+19
| * | | | make context active before clearing buffersMike Morris2014-09-101-0/+2
| * | | | Merge branch 'master' into libuv010Mike Morris2014-09-091-0/+7
| |\ \ \ \
| * | | | | port curl_request to libuv 0.10.xMike Morris2014-08-261-7/+7
* | | | | | curl fixesKonstantin Käfer2014-10-201-7/+16
| |_|_|_|/ |/| | | |
* | | | | report a permanent error instead of aborting on unknown error codesKonstantin Käfer2014-10-081-1/+1
* | | | | fix headless testsKonstantin Käfer2014-09-302-0/+5
* | | | | disable URLcache for NSURLRequestsKonstantin Käfer2014-09-301-1/+1