| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ILUT need opengl and glut for linking | Alexey Pavlov | 2017-02-02 | 1 | -0/+20 |
| | | |||||
| * | Guard compile flags for MSVC | Alexey Pavlov | 2017-02-02 | 1 | -1/+3 |
| | | |||||
| * | Fix export in ILUT | Alexey Pavlov | 2017-02-02 | 1 | -3/+3 |
| | | |||||
| * | more leftover files | abma | 2017-01-24 | 2 | -22/+0 |
| | | |||||
| * | Add solib version number to CMakeLists.txt | Juergen Buchmueller | 2017-01-02 | 1 | -0/+1 |
| | | |||||
| * | - Cleanup of CMakeLists and fix for libSquish under Linux | Denton Woods | 2017-01-01 | 1 | -2/+0 |
| | | |||||
| * | - Updated header information on source / header files | Denton Woods | 2016-12-31 | 15 | -25/+25 |
| | | |||||
| * | - Updated CMake files with a cleaner way to assign output folders | Denton Woods | 2016-12-30 | 1 | -21/+11 |
| | | |||||
| * | - Putting builds in lib folders | Denton Woods | 2016-12-30 | 1 | -9/+33 |
| | | |||||
| * | - Updating Windows resource files | Denton Woods | 2016-12-29 | 4 | -4/+150 |
| | | | | | - More customization of CMake files for Windows | ||||
| * | - Fixed CMake for VC++ to have includes and resources in IL project | Denton Woods | 2016-12-28 | 13 | -2/+2 |
| | | | | | - Switched ILUT to C++ source files | ||||
| * | - Updates for Windows CMake | Denton Woods | 2016-12-28 | 1 | -1/+1 |
| | | |||||
| * | - Updating version numbers to 1.8.0 | Denton Woods | 2016-12-28 | 2 | -12/+10 |
| | | |||||
| * | - Adding ILU and ILUT support for C++ source files | Denton Woods | 2016-12-28 | 1 | -2/+2 |
| | | |||||
| * | - Updating CMake file for Windows | Denton Woods | 2016-12-28 | 1 | -1/+3 |
| | | | | | - Starting change to C++ source files | ||||
| * | windows buld: disable .def file (for now) | Ben Campbell | 2016-11-13 | 1 | -1/+1 |
| | | | | | | | Symbol exports were being exported both by the .def file, and by __declspec() markers in the code. The result was some ugly LNK4197 multiple export warnings. | ||||
| * | re-enable ILU and ILUT in cmake build | Ben Campbell | 2016-11-10 | 21 | -5328/+58 |
| | | |||||
| * | restore lib name (libIL.so instead of libDevIL.so) | Ben Campbell | 2016-08-06 | 1 | -3/+1 |
| | | |||||
| * | Remove IL config.h reliance from ILU and ILUT | Ben Campbell | 2016-07-05 | 3 | -15/+1 |
| | | | | | | ILU and ILUT seem to be independent of the IL configuration (the generated config.h), so they don't need to know about it. | ||||
| * | Tweaks to get cmake build working under windows | Ben Campbell | 2015-09-01 | 4 | -0/+219 |
| | | | | | Not quite there, but close - needs some more finessing. | ||||
| * | * Updated version numbers to 1.7.8 project-wide. | Denton Woods | 2009-03-07 | 5 | -24/+24 |
| | | |||||
| * | * vc9 Unicode projects: Changed settings to use x64 and x86 directories for ↵ | Denton Woods | 2009-02-24 | 1 | -80/+92 |
| | | | | | .obj files. | ||||
| * | added ilur, improved documentation, slightly modified the examples build system | Matěj Týč | 2009-02-15 | 1 | -6/+0 |
| | | |||||
| * | * il_io.c: Added ilLoadBlp calls in il_io.c. | Denton Woods | 2009-02-11 | 1 | -0/+1 |
| | | | | | | | * VC9 projects: Turned off x64 incremental linking to prevent debugging problems described here: http://stackoverflow.com/questions/218747/msvcr90ddll-not-found-in-debug-mode-with-visual-c-2008 * il_blp.c: Added code to read BLP2 files. | ||||
| * | * ilu_scale2d.c (iluScale2DBilinear_): Started rewrite, since results were ↵ | Denton Woods | 2009-02-09 | 2 | -1586/+1590 |
| | | | | | really ugly. | ||||
| * | * il.h: Added IL_FITS and IL_IWI defines. | Denton Woods | 2009-02-08 | 1 | -0/+4 |
| | | | | | | | | * config.h.win: Added IL_FITS, IL_IWI, IL_SUN and IL_TPL. * lib/Makefile.am and src-IL/src/Makefile.am: Added il_fits.c and il_iwi.c to source line. * Added support for more .iwi formats. | ||||
| * | * il_rle.c:20: Changed size_t cast to ILint to resolve compiler warning. | Denton Woods | 2009-02-06 | 5 | -22/+22 |
| | | | | | | | * il.def: Added definitions. * Updated version numbers to 1.7.7 everywhere. | ||||
| * | * ilut_opengl.c:160: Changed checks to see if less than 0. | Denton Woods | 2009-02-04 | 1 | -1/+1 |
| | | |||||
| * | * il_manip.c (ilCopyPixels):311: Added check for destination format of color ↵ | Denton Woods | 2009-02-03 | 1 | -1/+1 |
| | | | | | | | | | | index. * il_convbuff.c (ilConvertBuffer): Changed to accept the source image palette. Added code to convert from buffers that are related to a palette before the large switch. * il_alloc.c (ifree): Changed so that if Ptr == NULL, it does not try to free the pointer. * il_nvidia.cpp/il_squish.cpp: Added empty functions if nVidia or libsquish support is not compiled in. | ||||
| * | * ilut_states.c (ilutSetInteger): Fixed ILUT_MAXTEX_DEPTH call | Denton Woods | 2009-02-01 | 1 | -5/+14 |
| | | | | | | and added checks around first three calls for Param >= 1. | ||||
| * | * il_vtf.h:43: Changed to ILuint from ILint. | Denton Woods | 2009-01-30 | 1 | -4/+8 |
| | | | | | | | * il_vtf.c: Changed VtfInitMipmaps calls to VtfInitFacesMipmaps calls and changed iLoadVtfInternal to support environment maps. * il.h:384: Added IL_SPHEREMAP. | ||||
| * | * Added DevIL.NET to projects folder. | Denton Woods | 2009-01-30 | 1 | -11/+14 |
| | | | | | | | | | | | | | | * il_dds.c: Changed Image->Next code for cubemaps to read Image->Faces. Also changed Image->Next code for mipmaps to read Image->Mipmaps, even further down the chain. * il_dds.c (ilTexImageDxtc): Added call to ilCloseImage for Image->Faces. * il_endian.h:113: Fixed bug #2545848 - inline GCC ASM changed. * ilut_directx9.c (ilutD3D9CubeTexture): Changed ->Next to ->Faces. * ilut_directx9.c (iD3D9CreateMipmaps): Changed ->Next to ->Mipmaps. * il_states.c:605: Changed from ->Next to ->Mipmaps. * il_states.c (iGetActiveNum): Rewrote to not use ->Next pointer for everything. * il_vtf.c (VtfInitMipmaps): Changed to reflect the new mipmap arrangement as well. * il_wal.c:141,142: Changed ->Next to ->Mipmaps. | ||||
| * | * ilut_opengl.c: Removed iGLSetMaxW/H/D and MaxTexW/H/D. | Denton Woods | 2009-01-28 | 4 | -30/+36 |
| | | | | | | | * ilut_states.h/ilut_states.c: Added MaxTexW/H/D to ILUT_STATES. * ilut_states.c (ilutGetIntegerv): Added ILUT_MAXTEX_WIDTH/HEIGHT/DEPTH. | ||||
| * | Line endings fixed | Denton Woods | 2009-01-28 | 1 | -12/+12 |
| | | |||||
| * | (no commit message) | Denton Woods | 2009-01-28 | 1 | -4/+0 |
| | | |||||
| * | * il_sdl.c (ilutConvertToSDLSurface): Overhauled this code. | Denton Woods | 2009-01-28 | 2 | -180/+215 |
| | | |||||
| * | * il_tpl.c: Added for TPL support. | Denton Woods | 2009-01-27 | 1 | -1/+1 |
| | | | | | | * il_io.c: Added function calls for TPL support. | ||||
| * | Renaming msvc to msvc9. | Denton Woods | 2009-01-27 | 9 | -0/+0 |
| | | |||||
| * | Deleted .cvsignore files. | Denton Woods | 2009-01-26 | 4 | -14/+0 |
| | | |||||
| * | * il_internal.h/il_internal.c: Added strdup for Windows CE. | Denton Woods | 2009-01-26 | 1 | -0/+960 |
| | | | | | | * il_internal.h:105-107: Added so that we do not try to compile inline ASM with Windows Mobile. | ||||
| * | * ilut_internal.h:63-67: Redid definitions of IL_TEXT to coincide with ↵ | Denton Woods | 2009-01-25 | 2 | -15/+13 |
| | | | | | | | | | | | il_internal.h. * il_states.c: Updated _ilLoadExt/_ilSaveExt with all extensions. * il_states.h: Updated with all extensions. * All image formats with saving: Changed return values of ilSaveXxxF and ilSaveXxxL to be an integer stating the number of bytes written. This is what ilSaveF/L have been trying to return all along. * il_pal.c:1075: Added error condition. | ||||
| * | (no commit message) | Denton Woods | 2009-01-24 | 1 | -0/+4 |
| | | |||||
| * | * ilut_internal.h:66: Changed to compile under Cygwin. | Denton Woods | 2009-01-22 | 2 | -2/+2 |
| | | | | | | * ilut_opengl.c:108: Replaced _MSC_VER with _WIN32 and _WIN64. | ||||
| * | * Added ilut_config.h. | Denton Woods | 2009-01-21 | 2 | -0/+12 |
| | | | | | | | | * ilut.h: Added reference to ilut_config.h for Windows. * il_files.c/il_icon.c/il_png.c/il_mng.c: Fixed typecasting warnings. * il_jp2.c/il_wbmp.c (ilSaveJp2L/ilSaveWbmpL): Removed const qualifier. | ||||
| * | (no commit message) | Denton Woods | 2009-01-20 | 1 | -183/+138 |
| | | |||||
| * | * ilut_win32.c (ilutConvertSliceToHBitmap): Redid using GAIA source changes. | Denton Woods | 2009-01-20 | 1 | -138/+183 |
| | | |||||
| * | * ilut_win32.c (ilutConvertSliceToHBitmap): Added better error handling. | Denton Woods | 2009-01-20 | 1 | -21/+32 |
| | | |||||
| * | * ilut_opengl.c (ilutGLScreen): Added glPixelStorei call. | Denton Woods | 2009-01-20 | 1 | -0/+1 |
| | | | | | | | | | * Added il_iff.c from GAIA. * Added "x64 DLL Install.exe" to SVN. * il_internal.h: Renamed ilIsValidJpg* functions to ilIsValidJpeg*. Added Iff functions. * il_io.c: Added checks for Iff-loading. | ||||
| * | Added il_wbmp.c to makefile. | Denton Woods | 2009-01-20 | 2 | -1619/+1619 |
| | | |||||
| * | Updating x64 projects | Denton Woods | 2009-01-16 | 2 | -1271/+1619 |
| | | |||||
