summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/image_manager.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add ImageManager::clear()Mikhail Pozdnyakov2020-03-181-0/+2
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-0/+3
* Revert "[core] Revert coalescing requests to the client for the same missing ...Mikhail Pozdnyakov2019-10-281-7/+10
* [core] Revert coalescing requests to the client for the same missing imageMikhail Pozdnyakov2019-10-241-10/+7
* [core] Fix image requests for already obtained imagesMikhail Pozdnyakov2019-10-171-2/+1
* [core] Coalesce requests for the same missing imageMikhail Pozdnyakov2019-10-101-7/+11
* [core] Introduce ImageManager::getSharedImageMikhail Pozdnyakov2019-07-041-0/+1
* [core] Introduce PatternAtlasMikhail Pozdnyakov2019-06-041-45/+8
* [core] Add onRemoveUnusedStyleImages observer APIAlexander Shalamov2019-05-211-0/+2
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-3/+3
* [core] Schedule invocation of onStyleImageMissing completion callback on the ...Alexander Shalamov2019-05-091-1/+6
* [core] Pass ImageManager to ImageRequestor's constructorAlexander Shalamov2019-04-251-5/+10
* [core] Track missing style images that were provided by clientAlexander Shalamov2019-04-251-0/+3
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-3/+17
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-2/+2
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-4/+4
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-4/+4
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-1/+1
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-4/+4
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-5/+2
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-0/+94