summaryrefslogtreecommitdiff
path: root/DevIL/TODO
Commit message (Expand)AuthorAgeFilesLines
* - Added half type support to KTX readingDenton Woods2017-01-021-0/+12
* - Added ilTexImageSurface from https://github.com/gscept/DevIL/commit/122565d...Denton Woods2017-01-011-6/+8
* * il_alloc.c:130: Fixed bug #2671858 (used Ptr instead of ptr).Denton Woods2009-03-141-1/+0
* * il_dcx.c, il_exr.cpp and many more: Checks return value of ilFixImage now.Denton Woods2009-03-071-8/+2
* * il_blp.c:649: Fixed ilNewImageFull call to use color index. 659: Fixed mem...Denton Woods2009-03-071-2/+0
* * libraries.txt: Updated with new libraries.Denton Woods2009-03-071-3/+2
* * DevIL_manual.texi: Added several file formats to the appendix.Denton Woods2009-03-071-1/+0
* (no commit message)Denton Woods2009-03-041-1/+0
* * il_utx.c: Added this file.Denton Woods2009-03-021-1/+4
* * il_dds.c (DecompressFloat): Added proper support for G16B16, G32B32, R16 an...Denton Woods2009-02-251-0/+1
* (no commit message)Denton Woods2009-02-241-0/+2
* (no commit message)Denton Woods2009-02-231-0/+3
* * il_internal.h: Added IL_NO_EXTLIBS define.Denton Woods2009-02-221-1/+1
* * ilu_mipmap.c: Redid mipmap functions to use iluScale functions instead of n...Denton Woods2009-02-211-1/+1
* (no commit message)Denton Woods2009-02-201-0/+1
* * il_io.c (ilSaveL): Fixed bug where return type was cast to 1 byte.Denton Woods2009-02-201-0/+1
* (no commit message)Denton Woods2009-02-201-3/+0
* * il_manip.c (ilGetAlpha): Added IL_ALPHA case.Denton Woods2009-02-161-0/+2
* * il_rot.c: Added this file. Added .rot loading.Denton Woods2009-02-161-0/+4
* added ilur, improved documentation, slightly modified the examples build systemMatěj Týč2009-02-151-1/+0
* * il_dicom.c: Added DICOM loading for uncompressed formats and little endian ...Denton Woods2009-02-151-1/+2
* * il_io.c / il_jp2.c: Added .jpx, .j2k and .j2c extensions for JPEG 2000.Denton Woods2009-02-151-4/+1
* * il_fits.c (iCheckFits): Implemented this.Denton Woods2009-02-151-5/+5
* * il_blp.c (iLoadBlp1): Support for mipmaps added.Denton Woods2009-02-141-0/+4
* * il_jpeg.c:357: Added ilFixImage call.Denton Woods2009-02-141-1/+6
* * il_blp.c: Added BLP1-loading functions.Denton Woods2009-02-131-1/+2
* (no commit message)Denton Woods2009-02-121-0/+1
* (no commit message)Denton Woods2009-02-121-0/+1
* (no commit message)Denton Woods2009-02-111-0/+6
* (no commit message)Denton Woods2009-02-111-0/+1
* (no commit message)Denton Woods2009-02-111-0/+4
* (no commit message)Denton Woods2009-02-111-0/+1
* (no commit message)Denton Woods2009-02-111-0/+1
* (no commit message)Denton Woods2009-02-111-0/+1
* * il_blp.c: More of the BLP file read.Denton Woods2009-02-111-3/+10
* * il_io.c: Added ilLoadBlp calls in il_io.c.Denton Woods2009-02-111-0/+5
* * il_io.c: Added Iwi and Fits loading calls.Denton Woods2009-02-101-4/+10
* * il_iwi.c / il_vtf.c: Changed max references to IL_MAX.Denton Woods2009-02-091-0/+1
* * ilu_scale2d.c (iluScale2DBilinear_): Started rewrite, since results were re...Denton Woods2009-02-091-1/+3
* * il.h: Added IL_FITS and IL_IWI defines.Denton Woods2009-02-081-0/+1
* * il_iwi.c: Added this file and code to load .iwi files.Denton Woods2009-02-081-0/+3
* reduced dependency of simple examples and testil on ILUMatěj Týč2009-02-061-2/+2
* (no commit message)Denton Woods2009-02-061-2/+1
* * il_rle.c:20: Changed size_t cast to ILint to resolve compiler warning.Denton Woods2009-02-061-0/+2
* version change + small update on docsMatěj Týč2009-02-041-1/+1
* * il_io.c: Updated Doxygen comments.Denton Woods2009-02-031-0/+1
* * il_manip.c (ilCopyPixels):311: Added check for destination format of color ...Denton Woods2009-02-031-0/+1
* * Doxygen updatesDenton Woods2009-02-011-0/+8
* * il_stack.c (ilCloseImage): Added missing delete of Faces member.Denton Woods2009-02-011-1/+3
* * il_rotate.c (iluRotate_): Rewrote to fix 1 pixel shifting issue.Denton Woods2009-02-011-1/+4