| Commit message (Expand) | Author | Age | Files | Lines |
* | wrap GL/glx.h with undef None, use 0 instead, h/t @jfirebaugh | Mike Morris | 2014-10-06 | 4 | -3/+5 |
* | forward declare HeadlessDisplay in headless_view.hpp | Mike Morris | 2014-10-06 | 4 | -10/+12 |
* | break out HeadlessDisplay from HeadlessView, ref #478 | Mike Morris | 2014-10-03 | 4 | -60/+121 |
* | log CGLErrorString for CGLChoosePixelFormat, enable OpenGL | Mike Morris | 2014-09-30 | 1 | -1/+7 |
* | make view active/inactive around Map::setup, don't leave active after view.re... | Mike Morris | 2014-09-30 | 1 | -2/+2 |
* | add more possible errors returned by glCheckFramebufferStatusEXT | Mike Morris | 2014-09-29 | 1 | -0/+3 |
* | make inactive at end of clear_buffers() | Mike Morris | 2014-09-25 | 1 | -1/+3 |
* | make active after resize | Mike Morris | 2014-09-24 | 1 | -0/+2 |
* | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdown | Mike Morris | 2014-09-24 | 1 | -11/+0 |
|\ |
|
| * | Revert "add debugging" | Mike Morris | 2014-09-24 | 1 | -9/+0 |
* | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdown | Mike Morris | 2014-09-24 | 2 | -2/+16 |
|\ \
| |/ |
|
| * | Merge branch 'master' into libuv010 | Mike Morris | 2014-09-24 | 2 | -2/+5 |
| |\ |
|
| | * | Support pixelRatio parameter for render tests | John Firebaugh | 2014-09-22 | 2 | -2/+5 |
| * | | move make_active call into MBGL_USE_CGL block | Mike Morris | 2014-09-24 | 1 | -1/+1 |
| * | | add debugging | Mike Morris | 2014-09-24 | 1 | -0/+9 |
* | | | bump mapnik-packaging, remove unnecessary view.make_active calls | Mike Morris | 2014-09-19 | 1 | -3/+2 |
* | | | make_active only for CGL in clear_buffers | Mike Morris | 2014-09-16 | 1 | -0/+2 |
* | | | dont make_active when clearing buffers, call make_inactive at end of Map::pre... | Mike Morris | 2014-09-16 | 1 | -4/+0 |
* | | | pass NULL instead of nullptr to glXMakdeCurrent | Mike Morris | 2014-09-11 | 1 | -1/+1 |
* | | | clear_buffers in make_inactive, call make_inactive in destructor | Mike Morris | 2014-09-11 | 1 | -0/+4 |
* | | | drop clear_buffers and glx make_inactive from descrtuctor | Mike Morris | 2014-09-11 | 1 | -3/+0 |
* | | | add GLX support to HeadlessView::make_inactive | Mike Morris | 2014-09-10 | 1 | -1/+3 |
* | | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdown | Mike Morris | 2014-09-10 | 4 | -1/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | Adds the function Map::terminate() to allow all GL resources held | Leith Bade | 2014-09-10 | 1 | -1/+4 |
| * | | Add View::make_inactive() to remove context from rendering thread | Leith Bade | 2014-09-10 | 4 | -0/+19 |
| |/ |
|
| * | Revert "make context active before clearing buffers" | Mike Morris | 2014-09-10 | 1 | -2/+0 |
| * | make context active before clearing buffers | Mike Morris | 2014-09-10 | 1 | -0/+2 |
* | | make context active before clearing buffers | Mike Morris | 2014-09-10 | 1 | -0/+2 |
* | | Merge branch 'master' into libuv010 | Mike Morris | 2014-09-09 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Also release the current context | John Firebaugh | 2014-09-03 | 1 | -0/+1 |
| * | glXDestroyContext, XFree, XCloseDisplay | John Firebaugh | 2014-09-03 | 1 | -0/+6 |
* | | port curl_request to libuv 0.10.x | Mike Morris | 2014-08-26 | 1 | -7/+7 |
|/ |
|
* | Merge pull request #445 from mapbox/nsstring | Konstantin Käfer | 2014-08-26 | 2 | -0/+46 |
|\ |
|
| * | use platform-specific NSString for case changes on OS X/iOS | Konstantin Käfer | 2014-08-22 | 2 | -0/+46 |
* | | Indicate gzip support as well as deflate | John Firebaugh | 2014-08-22 | 1 | -1/+1 |
|/ |
|
* | fix warnings | Konstantin Käfer | 2014-08-18 | 1 | -1/+1 |
* | remove uv.h dependency in darwin-specific code | Konstantin Käfer | 2014-08-12 | 1 | -16/+15 |
* | remove uv.h dependency from header files | Konstantin Käfer | 2014-08-12 | 2 | -5/+1 |
* | Eliminate warnings | John Firebaugh | 2014-08-07 | 1 | -1/+1 |
* | show zom/lat/lon/bearing in window title | Konstantin Käfer | 2014-08-05 | 1 | -0/+8 |
* | Flip name and units and sign of rotation API | John Firebaugh | 2014-07-21 | 4 | -9/+9 |
* | add missing header | Konstantin Käfer | 2014-07-16 | 1 | -0/+2 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 14 | -72/+72 |
* | rename file and fix merge error | Konstantin Käfer | 2014-07-16 | 1 | -0/+2 |
* | refs #342 & #346: per-map change callbacks | Justin R. Miller | 2014-07-16 | 4 | -18/+12 |
* | allow for delayed map notifications during animations | Justin R. Miller | 2014-07-15 | 2 | -2/+5 |
* | fix errors | Konstantin Käfer | 2014-07-14 | 1 | -4/+4 |
* | add enum class to unify parsing/stringification | Konstantin Käfer | 2014-07-14 | 2 | -8/+8 |
* | add cstdarg headers | Konstantin Käfer | 2014-07-11 | 2 | -1/+4 |
* | allow formatted messages | Konstantin Käfer | 2014-07-11 | 4 | -0/+24 |