summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/image_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadupstream/gfx-refactor-7Konstantin 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