summaryrefslogtreecommitdiff
path: root/gdk/loaders
Commit message (Expand)AuthorAgeFilesLines
* texture: Export gdk_texture_get_format()Benjamin Otte2023-02-152-2/+0
* tiff: Use GdkTexureDownloader when savingBenjamin Otte2023-02-151-10/+13
* png: Use GdkTexureDownloader when savingBenjamin Otte2023-02-151-10/+13
* jpeg: Use GdkTexureDownloader when savingBenjamin Otte2023-02-151-8/+10
* gdk: Fix possible memory errorsMatthias Clasen2022-11-181-2/+3
* gdk: Bump the jpeg malloc limitMatthias Clasen2022-10-311-1/+2
* Drop gdkintl.hMatthias Clasen2022-09-233-3/+3
* Bump the jpeg memory limitMatthias Clasen2022-08-221-2/+2
* jpeg loader: Limit memory consumptionMatthias Clasen2022-08-101-0/+5
* png loader: gray can have alphaMatthias Clasen2022-07-161-1/+2
* gdkjpeg: include `stdlib.h` necessary for `free`Mosè Giordano2022-02-061-0/+2
* png: Correct endianness for big-endian machinesSimon McVittie2022-01-081-16/+0
* tiff loader: Catch more errorsMatthias Clasen2021-12-131-1/+8
* Fix minor typo: Unsupportd -> UnsupportedYuri Chornoivan2021-11-051-1/+1
* png: allocate data before sigsetjmp()Benjamin Otte2021-10-231-2/+2
* tiff: Fix variable assignmentBenjamin Otte2021-10-221-2/+3
* jpeg: Use gdk_memory_texture_from_texture()Benjamin Otte2021-10-181-39/+12
* tiff: RefactorBenjamin Otte2021-10-181-94/+59
* png: Refactor png savingBenjamin Otte2021-10-131-103/+36
* Add memory formats used by libpngBenjamin Otte2021-10-131-28/+4
* png: Do loader conversions in GDKBenjamin Otte2021-10-121-81/+22
* texture: Refactor downloadingBenjamin Otte2021-10-122-4/+4
* Rename ngl to glMatthias Clasen2021-10-071-1/+1
* texture: Make format a property of GdkTextureBenjamin Otte2021-10-072-2/+2
* memorytexture: Split out GdkMemoryFormat handlingBenjamin Otte2021-10-062-0/+2
* gdk loaders: Add noreturn attribtues where appropriateTimm Bäder2021-10-022-2/+2
* Merge branch 'delayed-loading' into 'master'Matthias Clasen2021-09-183-1/+24
|\
| * loaders: Add profiler marksMatthias Clasen2021-09-183-1/+24
* | gdktiff: Use guint32 instead of int32Timm Bäder2021-09-181-1/+1
|/
* texture: Rework error enumBenjamin Otte2021-09-173-34/+26
* Support 16bit formats in the png loaderMatthias Clasen2021-09-171-25/+161
* Add code to save jpegsMatthias Clasen2021-09-172-11/+196
* texture: Split out type detectionBenjamin Otte2021-09-173-0/+38
* Add code to load jpegsMatthias Clasen2021-09-172-0/+175
* Add code to load and save tiff filesMatthias Clasen2021-09-172-0/+543
* Add code to load and save pngsMatthias Clasen2021-09-172-0/+473