summaryrefslogtreecommitdiff
path: root/test/sprite
Commit message (Expand)AuthorAgeFilesLines
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-187/+0
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-2/+2
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-301-1/+1
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-262-45/+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 ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-171-10/+0
* [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-164-40/+40
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-9/+10
* [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-131-2/+17
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-124-207/+229
* [all] Rationalize style::ImageJohn Firebaugh2017-04-243-157/+55
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-242-13/+19
* [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] add more detail to invalid metrics error in createSpriteImageMike Morris2016-11-041-6/+91
* [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-273-47/+47
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-283-0/+0
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-192-323/+274
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-151-1/+1
* [core] change bool wrap/repeating to enum class SpritePatternModeKonstantin Käfer2016-09-071-6/+6
* [tidy/linux] modernize-use-defaultBruno de Oliveira Abinader2016-06-141-3/+2
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-134-24/+24
* [core] make sprite metrics checking stricterAnsis Brammanis2016-03-311-30/+13
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-224-9/+9
* [test] remove crc64 and compare imagesKonstantin Käfer2016-03-222-32/+46
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-5/+1
* [tests] Don't call the callback for cancelled responsesJohn Firebaugh2016-02-041-1/+1
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-011-36/+98
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-194-89/+88
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-193-16/+16
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-131-16/+8
* [tests] Simplify MockFileSourceJohn Firebaugh2015-12-241-3/+3
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-241-132/+64
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-232-3/+4
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-011-14/+6
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-1/+3
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-4/+5
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-12/+10
* Rewrite CustomSpriteImages testJohn Firebaugh2015-11-181-61/+0
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-123-181/+177
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-126-0/+924