summaryrefslogtreecommitdiff
path: root/include/mbgl/util/image.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-3/+3
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-0/+17
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-1/+4
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-101-1/+1
* [core] Make Image saferJohn Firebaugh2017-02-141-4/+61
* [core] add clone() call to Image objectsKonstantin Käfer2017-01-261-0/+7
* [core] add ability to upload alpha-only textures + imagesKonstantin Käfer2016-11-011-3/+6
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-18/+18
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-6/+6
* [core] mbgl::Image is now movable, noncopyableBruno de Oliveira Abinader2016-06-071-1/+15
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [test] remove crc64 and compare imagesKonstantin Käfer2016-03-221-0/+7
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-201-0/+5
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-5/+0
* [linux] Added WebP tile supportBruno de Oliveira Abinader2016-01-191-0/+5
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-031-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-14/+21
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-4/+4
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-1/+1
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-2/+2
* do not crash for missing imagesKonstantin Käfer2014-10-301-1/+1
* use unique_ptr for automatic deallocationKonstantin Käfer2014-10-301-5/+3
* rename llmr => mbglKonstantin Käfer2014-07-161-0/+36