summaryrefslogtreecommitdiff
path: root/src/util/raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-106/+0
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+1
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-021-4/+4
* Fix iOS compileLeith Bade2014-12-021-0/+2
* Stop mipmap allocation for texturesLeith Bade2014-12-021-1/+1
* Eliminate Map::getTexturepool()John Firebaugh2014-11-261-3/+3
* gcc fixesKonstantin Käfer2014-10-231-2/+0
* fix variable shadowingKonstantin Käfer2014-10-221-15/+15
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-7/+6
* remove trailing whitespaceKonstantin Käfer2014-08-121-2/+2
* Merge branch 'master' into rasterizeKonstantin Käfer2014-08-121-1/+1
|\
| * remove uv.h dependency from header filesKonstantin Käfer2014-08-121-1/+1
* | still not workingLauren Budorick2014-08-111-0/+22
|/
* rename llmr => mbglKonstantin Käfer2014-07-161-7/+7
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-2/+2
* make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-301-3/+3
* support for style transitionsJustin R. Miller2014-05-221-1/+1
* fix texture bindingKonstantin Käfer2014-05-191-123/+8
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-091-14/+12
* rename animation => transitionKonstantin Käfer2014-04-301-7/+7
* move animation time api to use nanosecondsKonstantin Käfer2014-04-301-4/+4
* make sure we call the sprite load callbackKonstantin Käfer2014-04-301-8/+11
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-1/+2
* fix compile on linuxKonstantin Käfer2014-04-171-0/+1
* clean up use of C99Konstantin Käfer2014-04-161-5/+9
* always start animations with a common start timeKonstantin Käfer2014-04-141-3/+5
* re-bind texture in right circumstancesJustin R. Miller2014-03-191-1/+1
* don't attempt texture binding before the texture pool is setupJustin R. Miller2014-03-191-5/+1
* fixes #70: raster tile rendering as toggleable mode from vectorJustin R. Miller2014-03-181-0/+195