summaryrefslogtreecommitdiff
path: root/DevIL
Commit message (Expand)AuthorAgeFilesLines
* Compile against newer versions of JasperMitchell Blank Jr2020-12-101-0/+19
* Added some fancy markup to the READMEArtem Szubowicz2017-11-191-13/+15
* Use standart library name for mingw buildsAlexey Pavlov2017-02-021-2/+2
* ILUT need opengl and glut for linkingAlexey Pavlov2017-02-021-0/+20
* Guard compile flags for MSVCAlexey Pavlov2017-02-021-1/+3
* Fix export in ILUTAlexey Pavlov2017-02-021-3/+3
* Search openexr includes also in subfolderAlexey Pavlov2017-02-021-0/+1
* FindOpenEXR cmake module define OPENEXR_INCLUDE_DIR not OPENEXR_INCLUDE_DIRSAlexey Pavlov2017-02-021-1/+1
* Add missing export function.Alexey Pavlov2017-02-021-0/+1
* add missing include no. 2abma2017-01-241-0/+2
* add missing include dirabma2017-01-241-0/+1
* don't fail when cppunit isn't foundabma2017-01-241-3/+8
* more cleanup / compile some testsabma2017-01-2412-595/+104
* remove .cvsignoreabma2017-01-241-5/+0
* ah crap: correctly fix compile errorabma2017-01-241-2/+4
* more leftover filesabma2017-01-248-131/+0
* remove leftover fileabma2017-01-241-456/+0
* remove compile errors:abma2017-01-242-2/+2
* fix cmake include pathsabma2017-01-241-1/+3
* Merge branch 'master' of https://github.com/DentonW/DevILDenton Woods2017-01-222-96/+158
|\
| * Merge pull request #49 from dooglz/Cmake_fixesDenton Woods2017-01-212-96/+158
| |\
| | * Add cmake options to specify dep lib locationsSam Serrels2017-01-022-96/+158
* | | - Added support for different .ktx orientationsDenton Woods2017-01-221-14/+59
* | | - Added support for uncompressed KTX mipmapsDenton Woods2017-01-213-22/+109
|/ /
* | - Added Scitex .ct supportDenton Woods2017-01-215-5/+367
* | - Added support for reading .pam filesDenton Woods2017-01-216-110/+682
* | - Fixing boolean compilation errors under Linux / MacOS, issue #48 at https:/...Denton Woods2017-01-071-10/+10
* | - Fixed int to boolean conversion error under LinuxDenton Woods2017-01-031-2/+2
* | Merge pull request #50 from pullmoll/masterDenton Woods2017-01-033-0/+3
|\ \
| * | Add solib version number to CMakeLists.txtJuergen Buchmueller2017-01-023-0/+3
| |/
* | - Added ETC1 support to KTX readingDenton Woods2017-01-023-49/+2651
* | - Added half type support to KTX readingDenton Woods2017-01-023-21/+53
|/
* - Getting things ready for the next releasev1.8.0Denton Woods2017-01-015-3/+64
* - Fixes for libsquishDenton Woods2017-01-012-4/+10
* - Added ilTexImageSurface from https://github.com/gscept/DevIL/commit/122565d...Denton Woods2017-01-016-14/+91
* - Cleanup of CMakeLists and fix for libSquish under LinuxDenton Woods2017-01-014-6/+2
* - Fix for LittleCMS under LinuxDenton Woods2016-12-312-4/+4
* - Fixed libmng in CMakeCacheDenton Woods2016-12-313-33/+13
* - Adding libmngDenton Woods2016-12-312-0/+32
* - Adding LittleCMS2 supportDenton Woods2016-12-312-7/+34
* - Adding support for libsquish to CMakeDenton Woods2016-12-313-5/+27
* - Fixed Mac OS pointer error and MSVC++ 64-bit warning (https://github.com/De...Denton Woods2016-12-311-1/+1
* - Updated header information on source / header filesDenton Woods2016-12-31137-228/+229
* - More updated Visual Studio example projectsDenton Woods2016-12-313-0/+204
* - Visual Studio example projectsDenton Woods2016-12-319-0/+1377
* Merge branch 'master' of git://github.com/bcampbell/DevIL into bcampbell-masterDenton Woods2016-12-313-24/+31
|\
| * normalize line endingsBen Campbell2016-12-1957-11105/+11105
| * xpm: fixed bad memcpy sizesBen Campbell2016-12-191-2/+2
| * il_stack: hide internal workingsBen Campbell2016-12-192-11/+15
| * tighten up scoping of some stack.c vars and fnsBen Campbell2016-12-192-13/+16