summaryrefslogtreecommitdiff
path: root/test/sprite/sprite_atlas.test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-0/+40
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-21/+6
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-56/+31
* [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-171-12/+12
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-4/+4
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-11/+11
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-9/+10
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-187/+0
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-81/+36
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-3/+5
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-15/+19
* [core] Eliminate SpritePatternModeJohn Firebaugh2017-02-141-8/+8
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-1/+1
* [core] Eliminate SpriteAtlas::updateDirtyJohn Firebaugh2017-02-141-6/+19
* [tests] Use test::checkImageJohn Firebaugh2017-02-141-17/+5
* [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-011-38/+30
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-22/+22
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+419