summaryrefslogtreecommitdiff
path: root/DevIL/src-ILUT
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more leftover filesabma2017-01-242-22/+0
|
* Add solib version number to CMakeLists.txtJuergen Buchmueller2017-01-021-0/+1
|
* - Cleanup of CMakeLists and fix for libSquish under LinuxDenton Woods2017-01-011-2/+0
|
* - Updated header information on source / header filesDenton Woods2016-12-3115-25/+25
|
* - Updated CMake files with a cleaner way to assign output foldersDenton Woods2016-12-301-21/+11
|
* - Putting builds in lib foldersDenton Woods2016-12-301-9/+33
|
* - Updating Windows resource filesDenton Woods2016-12-294-4/+150
| | | | - More customization of CMake files for Windows
* - Fixed CMake for VC++ to have includes and resources in IL projectDenton Woods2016-12-2813-2/+2
| | | | - Switched ILUT to C++ source files
* - Updates for Windows CMakeDenton Woods2016-12-281-1/+1
|
* - Updating version numbers to 1.8.0Denton Woods2016-12-282-12/+10
|
* - Adding ILU and ILUT support for C++ source filesDenton Woods2016-12-281-2/+2
|
* - Updating CMake file for WindowsDenton Woods2016-12-281-1/+3
| | | | - Starting change to C++ source files
* windows buld: disable .def file (for now)Ben Campbell2016-11-131-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 buildBen Campbell2016-11-1021-5328/+58
|
* restore lib name (libIL.so instead of libDevIL.so)Ben Campbell2016-08-061-3/+1
|
* Remove IL config.h reliance from ILU and ILUTBen Campbell2016-07-053-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 windowsBen Campbell2015-09-014-0/+219
| | | | Not quite there, but close - needs some more finessing.
* * Updated version numbers to 1.7.8 project-wide.Denton Woods2009-03-075-24/+24
|
* * vc9 Unicode projects: Changed settings to use x64 and x86 directories for ↵Denton Woods2009-02-241-80/+92
| | | | .obj files.
* added ilur, improved documentation, slightly modified the examples build systemMatěj Týč2009-02-151-6/+0
|
* * il_io.c: Added ilLoadBlp calls in il_io.c.Denton Woods2009-02-111-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 Woods2009-02-092-1586/+1590
| | | | really ugly.
* * il.h: Added IL_FITS and IL_IWI defines.Denton Woods2009-02-081-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 Woods2009-02-065-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 Woods2009-02-041-1/+1
|
* * il_manip.c (ilCopyPixels):311: Added check for destination format of color ↵Denton Woods2009-02-031-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 Woods2009-02-011-5/+14
| | | | | and added checks around first three calls for Param >= 1.
* * il_vtf.h:43: Changed to ILuint from ILint.Denton Woods2009-01-301-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 Woods2009-01-301-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 Woods2009-01-284-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 fixedDenton Woods2009-01-281-12/+12
|
* (no commit message)Denton Woods2009-01-281-4/+0
|
* * il_sdl.c (ilutConvertToSDLSurface): Overhauled this code.Denton Woods2009-01-282-180/+215
|
* * il_tpl.c: Added for TPL support.Denton Woods2009-01-271-1/+1
| | | | | * il_io.c: Added function calls for TPL support.
* Renaming msvc to msvc9.Denton Woods2009-01-279-0/+0
|
* Deleted .cvsignore files.Denton Woods2009-01-264-14/+0
|
* * il_internal.h/il_internal.c: Added strdup for Windows CE.Denton Woods2009-01-261-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 Woods2009-01-252-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 Woods2009-01-241-0/+4
|
* * ilut_internal.h:66: Changed to compile under Cygwin.Denton Woods2009-01-222-2/+2
| | | | | * ilut_opengl.c:108: Replaced _MSC_VER with _WIN32 and _WIN64.
* * Added ilut_config.h.Denton Woods2009-01-212-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 Woods2009-01-201-183/+138
|
* * ilut_win32.c (ilutConvertSliceToHBitmap): Redid using GAIA source changes.Denton Woods2009-01-201-138/+183
|
* * ilut_win32.c (ilutConvertSliceToHBitmap): Added better error handling.Denton Woods2009-01-201-21/+32
|
* * ilut_opengl.c (ilutGLScreen): Added glPixelStorei call.Denton Woods2009-01-201-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 Woods2009-01-202-1619/+1619
|
* Updating x64 projectsDenton Woods2009-01-162-1271/+1619
|