summaryrefslogtreecommitdiff
path: root/platform/default/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+7
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-42/+27
* Fix GCC5 complaining about -Wunused-variable.Thomas Voß2015-11-251-1/+3
* [core] Remove unusedJohn Firebaugh2015-11-231-2/+1
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-4/+4
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-061-1/+1
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+1
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-4/+4
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-1/+2
|\
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-281-2/+2
|\ \ | |/
| * convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-261-2/+2
| * image-readers: move concrete implementations headers into platform/defaultartemp2014-11-191-1/+2
| * return unique_ptr from get_image_readerartemp2014-11-191-1/+1
| * ensure all exceptions are caught in Image ctorartemp2014-11-191-1/+8
| * Merge branch 'master' into image-readersartemp2014-11-131-0/+14
| |\
| * | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-071-111/+15
* | | image-readers: move concrete implementations headers into platform/defaultartemp2014-11-281-1/+2
* | | return unique_ptr from get_image_readerartemp2014-11-281-1/+1
* | | ensure all exceptions are caught in Image ctorartemp2014-11-281-1/+8
* | | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-281-113/+15
* | | Enable PNG gammaLeith Bade2014-11-161-2/+2
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-121-0/+14
|\ \ \ | | |/ | |/|
| * | check library versions against header symbols in static initialization functionKonstantin Käfer2014-11-121-0/+14
| |/
* | Work around gamma crashLeith Bade2014-11-081-2/+3
* | Make image.cpp use Log functionsLeith Bade2014-11-081-5/+7
|/
* use more modern libpng version instead of the system-provided one and fix com...Konstantin Käfer2014-10-301-1/+2
* use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-0/+177