summaryrefslogtreecommitdiff
path: root/include/mbgl/sprite
Commit message (Collapse)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-14/+6
| | | | | | | | | | | | the SpriteImage constructor signature changes from SpriteImage( uint16_t width, uint16_t height, float pixelRatio, std::string&& data, bool sdf = false); to SpriteImage(PremultipliedImage&&, float pixelRatio, bool sdf = false)
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-0/+40