summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| * add missing includeKonstantin Käfer2014-09-291-0/+1
| * add reachabilityKonstantin Käfer2014-09-292-0/+639
| * add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-266-473/+155
| * use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-241-0/+19
| * add back CURL requestingKonstantin Käfer2014-09-243-459/+871
| * whitespace fixesKonstantin Käfer2014-09-241-2/+2
| * move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-241-0/+150
| * option to pass data parameter, and add more explanationKonstantin Käfer2014-09-241-1/+3
| * add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-242-1/+6
| * do 304 requests and cache them in sqliteKonstantin Käfer2014-09-242-120/+0
| * parse cache-control and last-modified headersKonstantin Käfer2014-09-242-0/+35
* | 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
| |\ \ | | |/
| | * Support pixelRatio parameter for render testsJohn Firebaugh2014-09-222-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