summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/image_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add ImageManager::clear()Mikhail Pozdnyakov2020-03-181-0/+11
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-0/+6
* [ios][android][core] Added change log entries and more code commentsMikhail Pozdnyakov2019-10-281-0/+3
* [core] Do not make pending requests for already requested images.Mikhail Pozdnyakov2019-10-281-9/+6
* Revert "[core] Revert coalescing requests to the client for the same missing ...Mikhail Pozdnyakov2019-10-281-24/+46
* [core] Fixed formattingMikhail Pozdnyakov2019-10-241-8/+5
* [core] Revert coalescing requests to the client for the same missing imageMikhail Pozdnyakov2019-10-241-46/+27
* [core] Fix image requests for already obtained imagesMikhail Pozdnyakov2019-10-171-3/+6
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-5/+3
* [core] Disallow coalesced requests for patternsMikhail Pozdnyakov2019-10-101-6/+14
* [core] Coalesce requests for the same missing imageMikhail Pozdnyakov2019-10-101-22/+32
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [core] also remove version info in ImageManager when removing an image (#15397)Konstantin Käfer2019-08-191-0/+1
* [core] Introduce ImageManager::getSharedImageMikhail Pozdnyakov2019-07-041-1/+8
* [core] Introduce PatternAtlasMikhail Pozdnyakov2019-06-041-103/+7
* [core] Add onRemoveUnusedStyleImages observer APIAlexander Shalamov2019-05-211-43/+66
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-5/+7
* [core] Make ActorRef methods constMikhail Pozdnyakov2019-05-101-1/+1
* [core] Schedule invocation of onStyleImageMissing completion callback on the ...Alexander Shalamov2019-05-091-8/+20
* [core] Pass ImageManager to ImageRequestor's constructorAlexander Shalamov2019-04-251-0/+7
* [core] Track missing style images that were provided by clientAlexander Shalamov2019-04-251-5/+30
* fix firing onStyleImageMissing after sprite has loaded (#14369)Ansis Brammanis2019-04-081-6/+7
* [core] add getResource template to gfx::*Resource classesKonstantin Käfer2019-04-051-1/+1
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-10/+90
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-6/+6
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-3/+3
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-2/+2
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-121-1/+1
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-5/+6
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+7
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-7/+7
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-5/+16
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-8/+1
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-0/+173