summaryrefslogtreecommitdiff
path: root/src/mbgl/sprite
Commit message (Expand)AuthorAgeFilesLines
...
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-272-14/+14
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-195-251/+200
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-151-3/+3
* [core] change bool wrap/repeating to enum class SpritePatternModeKonstantin Käfer2016-09-072-14/+22
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-061-1/+0
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-131-2/+2
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-082-8/+17
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+3
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-182-11/+11
* [core] Cleanup SpriteAtlasPositionBruno de Oliveira Abinader2016-06-151-7/+3
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-132-4/+3
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-091-2/+2
|\
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-2/+2
| * [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-271-1/+1
* | [core] Use unique_resource for GL objectsBruno de Oliveira Abinader2016-06-012-8/+8
* | [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-012-7/+7
* | [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-261-1/+1
|/
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-254-16/+4
* [core] move *Observers to their own filesKonstantin Käfer2016-05-233-13/+26
* [core] Define mbgl::variant (#4833)John Firebaugh2016-04-251-3/+2
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+0
* [core] make sprite metrics checking stricterAnsis Brammanis2016-03-311-10/+6
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-182-12/+7
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-182-6/+6
* [gl] Added mbgl::gl::Texture{,Pool}HolderBruno de Oliveira Abinader2016-02-182-7/+6
* [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-181-1/+1
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-16/+10
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-082-2/+2
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-21/+15
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-195-36/+30
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-192-21/+14
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-192-9/+8
* [core] Add missing returns in error caseJohn Firebaugh2016-01-151-0/+2
* [core] use stale sprite dataKonstantin Käfer2016-01-151-14/+16
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-131-46/+32
* [core] match icon rendering with -jsAnsis Brammanis2016-01-132-20/+17
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-234-34/+15
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-151-3/+2
* code review updates: sprite_atlas brackets and nullable removed for reuseIden...Romain Quidet2015-12-151-5/+2
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-151-2/+9
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-11/+7
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-012-14/+18
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-012-3/+12
* [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-011-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-252-17/+13
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-3/+2