summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | don't terminate after Map::runMike Morris2014-09-101-2/+0
* | | fix Map::terminate?Mike Morris2014-09-101-1/+2
* | | update Painter::deleteShadersMike Morris2014-09-101-2/+3
* | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdownMike Morris2014-09-109-1/+58
|\ \ \ | |/ / |/| |
| * | Move notify_map_change() from a global callback, to a callback inLeith Bade2014-09-101-1/+0
| * | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-105-1/+34
| * | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-106-0/+25
| |/
| * Revert "make context active before clearing buffers"Mike Morris2014-09-101-2/+0
| * make context active before clearing buffersMike Morris2014-09-101-0/+2
* | make context active before clearing buffersMike Morris2014-09-101-0/+2
* | bump MP_HASHMike Morris2014-09-091-1/+1
* | Merge branch 'master' into libuv010Mike Morris2014-09-0972-1254/+951
|\ \ | |/
| * Fix build on gcc (fixes #464)John Firebaugh2014-09-081-1/+3
| * SDF icon support (fixes #404)John Firebaugh2014-09-0810-173/+265