comparison libvo/gl_common.h @ 30032:ba530eb3b2f7

Define GL_GENERATE_MIPMAP ourselves if necessary.
author reimar
date Sat, 19 Dec 2009 21:07:42 +0000
parents b7a703cf9178
children 9d724e6def3e
comparison
equal deleted inserted replaced
30031:402038079faa 30032:ba530eb3b2f7
64 #ifndef GL_TEXTURE_WRAP_R 64 #ifndef GL_TEXTURE_WRAP_R
65 #define GL_TEXTURE_WRAP_R 0x8072 65 #define GL_TEXTURE_WRAP_R 0x8072
66 #endif 66 #endif
67 #ifndef GL_CLAMP_TO_EDGE 67 #ifndef GL_CLAMP_TO_EDGE
68 #define GL_CLAMP_TO_EDGE 0x812F 68 #define GL_CLAMP_TO_EDGE 0x812F
69 #endif
70 #ifndef GL_GENERATE_MIPMAP
71 #define GL_GENERATE_MIPMAP 0x8191
69 #endif 72 #endif
70 #ifndef GL_REGISTER_COMBINERS_NV 73 #ifndef GL_REGISTER_COMBINERS_NV
71 #define GL_REGISTER_COMBINERS_NV 0x8522 74 #define GL_REGISTER_COMBINERS_NV 0x8522
72 #endif 75 #endif
73 #ifndef GL_MAX_GENERAL_COMBINERS_NV 76 #ifndef GL_MAX_GENERAL_COMBINERS_NV