On a fairly standard RH7.3 machine: device.c: In function `IDirect3DDevice8Impl_SetTextureStageState': device.c:3413: `GL_DOT3_RGBA' undeclared (first use in this function) device.c:3413: (Each undeclared identifier is reported only once device.c:3413: for each function it appears in.) make[2]: *** [device.o] Error 1
Well, I will let Jason fix it, but I think there is a :
#if defined(GL_VERSION_1_3) #endif
missing somewhere there.
Lionel