config.h | config.h | |||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
#define ILUT_USE_SDL 1 | #define ILUT_USE_SDL 1 | |||
/* #undef ILUT_USE_WIN32 */ | /* #undef ILUT_USE_WIN32 */ | |||
/* Define if you have the <dlfcn.h> header file. */ | /* Define if you have the <dlfcn.h> header file. */ | |||
#define HAVE_DLFCN_H 1 | #define HAVE_DLFCN_H 1 | |||
/* Name of package */ | /* Name of package */ | |||
#define PACKAGE "DevIL" | #define PACKAGE "DevIL" | |||
/* Version number of package */ | /* Version number of package */ | |||
#define VERSION "1.4.0" | #define VERSION "1.4.2" | |||
/* Define if your processor stores words with the most significant byte fir st | /* Define if your processor stores words with the most significant byte fir st | |||
(like Motorola and SPARC, unlike Intel and VAX). */ | (like Motorola and SPARC, unlike Intel and VAX). */ | |||
/* #undef WORDS_BIGENDIAN */ | /* #undef WORDS_BIGENDIAN */ | |||
/* Define if the X Window System is missing or not being used. */ | /* Define if the X Window System is missing or not being used. */ | |||
/* #undef X_DISPLAY_MISSING */ | /* #undef X_DISPLAY_MISSING */ | |||
#endif /* __CONFIG_H__ */ | #endif /* __CONFIG_H__ */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
il.h | il.h | |||
---|---|---|---|---|
skipping to change at line 154 | skipping to change at line 154 | |||
#define IL_UNSIGNED_INT 0x14 05 | #define IL_UNSIGNED_INT 0x14 05 | |||
#define IL_FLOAT 0x14 06 | #define IL_FLOAT 0x14 06 | |||
#define IL_DOUBLE 0x14 0A | #define IL_DOUBLE 0x14 0A | |||
#define IL_VENDOR 0x1F 00 | #define IL_VENDOR 0x1F 00 | |||
// | // | |||
// IL-specific #define's | // IL-specific #define's | |||
// | // | |||
#define IL_VERSION_1_4_0 1 | #define IL_VERSION_1_4_2 1 | |||
#define IL_VERSION 140 | #define IL_VERSION 142 | |||
// Attribute Bits | // Attribute Bits | |||
#define IL_ORIGIN_BIT 0x00000001 | #define IL_ORIGIN_BIT 0x00000001 | |||
#define IL_FILE_BIT 0x00 000002 | #define IL_FILE_BIT 0x00 000002 | |||
#define IL_PAL_BIT 0x00 000004 | #define IL_PAL_BIT 0x00 000004 | |||
#define IL_FORMAT_BIT 0x00000008 | #define IL_FORMAT_BIT 0x00000008 | |||
#define IL_TYPE_BIT 0x00 000010 | #define IL_TYPE_BIT 0x00 000010 | |||
#define IL_COMPRESS_BIT 0x00 000020 | #define IL_COMPRESS_BIT 0x00 000020 | |||
#define IL_LOADFAIL_BIT 0x00 000040 | #define IL_LOADFAIL_BIT 0x00 000040 | |||
#define IL_FORMAT_SPECIFIC_BIT 0x00000080 | #define IL_FORMAT_SPECIFIC_BIT 0x00000080 | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
ilu.h | ilu.h | |||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
#ifndef _ILU_BUILD_LIBRARY | #ifndef _ILU_BUILD_LIBRARY | |||
#ifdef IL_DEBUG | #ifdef IL_DEBUG | |||
#pragma comment(lib, "ilu-d.lib") | #pragma comment(lib, "ilu-d.lib") | |||
#else | #else | |||
#pragma comment(lib, "ilu.lib") | #pragma comment(lib, "ilu.lib") | |||
#endif//_DEBUG | #endif//_DEBUG | |||
#endif//_ILU_BUILD_LIBRARY | #endif//_ILU_BUILD_LIBRARY | |||
#endif//_MSC_VER | #endif//_MSC_VER | |||
#endif//_WIN32 | #endif//_WIN32 | |||
#define ILU_VERSION_1_4_0 1 | #define ILU_VERSION_1_4_2 1 | |||
#define ILU_VERSION 140 | #define ILU_VERSION 142 | |||
#define ILU_FILTER 0x26 00 | #define ILU_FILTER 0x26 00 | |||
#define ILU_NEAREST 0x26 01 | #define ILU_NEAREST 0x26 01 | |||
#define ILU_LINEAR 0x26 02 | #define ILU_LINEAR 0x26 02 | |||
#define ILU_BILINEAR 0x2603 | #define ILU_BILINEAR 0x2603 | |||
#define ILU_SCALE_BOX 0x2604 | #define ILU_SCALE_BOX 0x2604 | |||
#define ILU_SCALE_TRIANGLE 0x2605 | #define ILU_SCALE_TRIANGLE 0x2605 | |||
#define ILU_SCALE_BELL 0x2606 | #define ILU_SCALE_BELL 0x2606 | |||
#define ILU_SCALE_BSPLINE 0x2607 | #define ILU_SCALE_BSPLINE 0x2607 | |||
#define ILU_SCALE_LANCZOS3 0x2608 | #define ILU_SCALE_LANCZOS3 0x2608 | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
ilut.h | ilut.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
#ifndef _ILUT_BUILD_LIBRARY | #ifndef _ILUT_BUILD_LIBRARY | |||
#ifdef IL_DEBUG | #ifdef IL_DEBUG | |||
#pragma comment(lib, "ilut-d.lib") | #pragma comment(lib, "ilut-d.lib") | |||
#else | #else | |||
#pragma comment(lib, "ilut.lib") | #pragma comment(lib, "ilut.lib") | |||
#endif//_DEBUG | #endif//_DEBUG | |||
#endif//_ILUT_BUILD_LIBRARY | #endif//_ILUT_BUILD_LIBRARY | |||
#endif//_MSC_VER | #endif//_MSC_VER | |||
#endif//_WIN32 | #endif//_WIN32 | |||
#define ILUT_VERSION_1_4_0 1 | #define ILUT_VERSION_1_4_2 1 | |||
#define ILUT_VERSION 140 | #define ILUT_VERSION 142 | |||
// Attribute Bits | // Attribute Bits | |||
#define ILUT_OPENGL_BIT 0x00 000001 | #define ILUT_OPENGL_BIT 0x00 000001 | |||
#define ILUT_D3D_BIT 0x00000002 | #define ILUT_D3D_BIT 0x00000002 | |||
#define ILUT_ALL_ATTRIB_BITS 0x000FFFFF | #define ILUT_ALL_ATTRIB_BITS 0x000FFFFF | |||
// Error Types | // Error Types | |||
#define ILUT_INVALID_ENUM 0x0501 | #define ILUT_INVALID_ENUM 0x0501 | |||
#define ILUT_OUT_OF_MEMORY 0x0502 | #define ILUT_OUT_OF_MEMORY 0x0502 | |||
#define ILUT_INVALID_VALUE 0x0505 | #define ILUT_INVALID_VALUE 0x0505 | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||