summaryrefslogtreecommitdiff
path: root/src/mbgl/sprite
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-0/+3
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-072-14/+16
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-232-14/+5
* [core] Dismiss actors from sprite loaderMikhail Pozdnyakov2020-02-244-87/+40
* [core] Fix sprite sheet merging in Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-171-6/+12
* [core] Set priorData from cache only if resource is useableAlexander Shalamov2020-02-141-2/+4
* Revert "[core] Fix excessive onSpriteLoaded() notifications"Alexander Shalamov2020-02-141-4/+4
* [core] Fix excessive onSpriteLoaded() notificationsMikhail Pozdnyakov2020-02-121-4/+4
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-115-42/+46
* [core] parse stretchX, stretchX, and content from sprite JSON filesKonstantin Käfer2020-01-152-35/+110
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-151-1/+1
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-8/+9
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-102-6/+5
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-131-2/+2
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-4/+1
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-1/+1
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-091-2/+2
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-133-395/+2
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-302-15/+15
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-264-73/+17
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-262-46/+55
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-232-42/+64
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-232-6/+4
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+1
* [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-172-6/+2
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-171-5/+5
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-12/+5
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-169-55/+36
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-152-14/+15
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-1211-152/+272
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-2/+2
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-262-8/+4
* [all] Rationalize style::ImageJohn Firebaugh2017-04-245-116/+77
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-246-35/+97
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-042-15/+62
* [core] Eliminate SpritePatternModeJohn Firebaugh2017-02-142-44/+37
* [core] Mutex no longer needs to be recursiveJohn Firebaugh2017-02-142-6/+6
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-142-41/+29
* [core] Inline SpriteAtlas::allocateImageJohn Firebaugh2017-02-142-23/+11
* [core] Eliminate SpriteAtlas::updateDirtyJohn Firebaugh2017-02-142-92/+93
* [core] Eliminate SpriteAtlas::HolderJohn Firebaugh2017-02-142-37/+25
* [core] Make Image saferJohn Firebaugh2017-02-142-48/+19
* [build] move logging to utilKonstantin Käfer2016-11-222-3/+3
* [core] add more detail to invalid metrics error in createSpriteImageMike Morris2016-11-041-1/+5
* [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-012-109/+50
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-311-1/+1
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-2/+4
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-274-20/+22
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-292-10/+9
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-272-7/+7