| Commit message (Expand) | Author | Age | Files | Lines |
* | don't reallocate the Glyph atlas too often | Konstantin Käfer | 2015-05-04 | 1 | -12/+35 |
* | only update GL state when it actually changed | Konstantin Käfer | 2015-05-04 | 10 | -72/+228 |
* | add gl::groups back for easier debugging in Xcode | Konstantin Käfer | 2015-05-04 | 1 | -64/+92 |
* | rename prepare => upload and determine passes per layer instead of per bucket | Konstantin Käfer | 2015-05-04 | 14 | -36/+91 |
* | make sure we always to a full upload after sprite atlas resizes | Konstantin Käfer | 2015-05-04 | 2 | -3/+5 |
* | upload all GL objects before rendering a frame | Konstantin Käfer | 2015-05-04 | 13 | -21/+111 |
* | add prepare() function | Konstantin Käfer | 2015-05-04 | 12 | -20/+60 |
* | remove hasData() from Bucket interface | Konstantin Käfer | 2015-05-04 | 11 | -22/+6 |
* | add upload API to gl objects | Konstantin Käfer | 2015-05-04 | 6 | -45/+26 |
* | create the tile list statically | Konstantin Käfer | 2015-05-04 | 3 | -2/+18 |
* | build render order array once instead of recursing through lots of different ... | Konstantin Käfer | 2015-05-04 | 11 | -106/+105 |
* | fix more 'result is not floating point' coverity warnings | Dane Springmeyer | 2015-05-03 | 1 | -4/+4 |
* | fix integer division to work in doubles in transform.cpp | Dane Springmeyer | 2015-05-03 | 1 | -7/+7 |
* | RunLoop must outlive Object | John Firebaugh | 2015-05-02 | 1 | -3/+3 |
* | Merge branch 'uv_leak' | John Firebaugh | 2015-05-01 | 3 | -24/+18 |
|\ |
|
| * | Eliminate uv::async leak (fixes #1393) | John Firebaugh | 2015-05-01 | 3 | -24/+18 |
* | | More bandaids to avoid #1309 | John Firebaugh | 2015-05-01 | 4 | -14/+14 |
* | | Reset previous style before creating new one | John Firebaugh | 2015-05-01 | 1 | -0/+2 |
* | | fix compile with clang-3.6 | Dane Springmeyer | 2015-05-01 | 3 | -6/+5 |
|/ |
|
* | Replace unsafe use of future with packaged_task | John Firebaugh | 2015-05-01 | 1 | -8/+8 |
* | Fix intended identity comparisons | John Firebaugh | 2015-05-01 | 1 | -2/+2 |
* | Fix uninitialized variable | John Firebaugh | 2015-05-01 | 1 | -2/+2 |
* | fix pixelForLatLng during animated zoom | Ansis Brammanis | 2015-04-30 | 1 | -4/+6 |
* | Copy resource | John Firebaugh | 2015-04-30 | 1 | -2/+2 |
* | uv::handle base class | John Firebaugh | 2015-04-30 | 1 | -54/+36 |
* | Introduce and use uv::timer | John Firebaugh | 2015-04-30 | 1 | -0/+54 |
* | Merge pull request #1065 from mapbox/1065-separate-ui-from-map-thread | John Firebaugh | 2015-04-30 | 55 | -1229/+1203 |
|\ |
|
| * | Deactivate after cleanup | John Firebaugh | 2015-04-30 | 1 | -1/+2 |
| * | Restructure *Request and Context | John Firebaugh | 2015-04-28 | 10 | -192/+87 |
| * | Avoid binding a shared_ptr<TileData> in the work callback | John Firebaugh | 2015-04-28 | 1 | -4/+7 |
| * | Convert Style to unique_ptr and pass by reference | John Firebaugh | 2015-04-28 | 10 | -39/+19 |
| * | Move Worker to Style | John Firebaugh | 2015-04-28 | 7 | -14/+13 |
| * | Rewrite Worker in terms of Thread<> | John Firebaugh | 2015-04-28 | 5 | -79/+37 |
| * | MapContext::updated doesn't need to be atomic | John Firebaugh | 2015-04-28 | 2 | -9/+9 |
| * | Move Environment to MapContext | John Firebaugh | 2015-04-28 | 3 | -33/+9 |
| * | Inline getWorker() | John Firebaugh | 2015-04-28 | 2 | -7/+1 |
| * | Remove unused includes | John Firebaugh | 2015-04-28 | 1 | -23/+0 |
| * | Move still image callback to MapContext | John Firebaugh | 2015-04-28 | 4 | -29/+24 |
| * | Move style info to MapContext | John Firebaugh | 2015-04-28 | 4 | -71/+42 |
| * | Combine update and triggerUpdate | John Firebaugh | 2015-04-28 | 1 | -30/+24 |
| * | Resize view from map thread | John Firebaugh | 2015-04-28 | 4 | -1/+12 |
| * | Remove Map::start/stop | John Firebaugh | 2015-04-28 | 4 | -78/+11 |
| * | Encapsulate access to Thread's uv_loop_t | John Firebaugh | 2015-04-28 | 3 | -13/+13 |
| * | Fully cancel the sprite requests | John Firebaugh | 2015-04-28 | 2 | -4/+6 |
| * | Remove redundant Style instantiation | John Firebaugh | 2015-04-28 | 1 | -2/+0 |
| * | Kill overly-verbose output | John Firebaugh | 2015-04-28 | 1 | -4/+0 |
| * | Enforce that transformState belongs to Map thread | John Firebaugh | 2015-04-28 | 6 | -26/+21 |
| * | Log error as Error | John Firebaugh | 2015-04-28 | 1 | -1/+1 |
| * | LiveTileData with no data should end up in parsed state, not obsolete | John Firebaugh | 2015-04-28 | 1 | -2/+0 |
| * | Clean up Sprite | John Firebaugh | 2015-04-28 | 3 | -61/+50 |