Difference for arch/ogl/include/loadgl.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 24
 
Line 24
 #define GL_ARB_multitexture 1   #define GL_ARB_multitexture 1
 #define GL_TEXTURE0_ARB 0x84C0   #define GL_TEXTURE0_ARB 0x84C0
 #define GL_TEXTURE1_ARB 0x84C1   #define GL_TEXTURE1_ARB 0x84C1
   #define GL_MAX_TEXTURE_UNITS_ARB 0x84E2
 #endif   #endif
    
 #ifndef GL_SGIS_multitexture   #ifndef GL_SGIS_multitexture
 #define GL_SGIS_multitexture 1   #define GL_SGIS_multitexture 1
 #define GL_TEXTURE0_SGIS 0x835F   #define GL_TEXTURE0_SGIS 0x835F
 #define GL_TEXTURE1_SGIS 0x8360   #define GL_TEXTURE1_SGIS 0x8360
   #define GL_MAX_TEXTURES_SGIS 0x835D
 #endif   #endif
    
    

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4