summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/image_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove unused SourceData codeMikhail Pozdnyakov2020-05-261-3/+1
* [core] Introduce universal setter for GeoJSONSourceMikhail Pozdnyakov2020-05-261-2/+3
* [core] Universal set/getProperty API for ImageSourceMikhail Pozdnyakov2020-05-261-8/+28
* [core] Get rid of Source::getSourceData()Mikhail Pozdnyakov2020-05-261-12/+3
* remove SourceType usage and source downcastsIvo van Dongen2020-05-261-1/+42
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-111-0/+4
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-0/+1
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-181-1/+2
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-181-2/+7
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-1/+1
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-3/+2
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-2/+2
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-2/+2
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-6/+6
* [core] Render Image SourceAsheem Mamoowala2017-06-011-1/+1
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-1/+1
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+85