cvs woes

Rein Klazes rklazes at xs4all.nl
Sun Apr 20 11:01:08 CDT 2003


On Sun, 20 Apr 2003 14:47:33 +0100, you wrote:

> | device.c: In function `IDirect3DDevice8Impl_SetTextureStageState':
> | device.c:3456: `GL_MIRRORED_REPEAT_ARB' undeclared (first use in this
> function)
> | device.c:3456: (Each undeclared identifier is reported only once
> | device.c:3456: for each function it appears in.)
> 
> Hmm - This is a more tricky one to fix - Lionel, got any ideas?
> 
> I have #if'defed it for GL_VERSION_1_3, but it looks like some headers who
> define GL_VERSION_1_3 dont have the mirrored repeat ARB defines.
> 
> As a workaround, add #define GL_MIRRORED_REPEAT_ARB 0x8370 at the top of the
> source part.

Yes that compiles.
 
> Question - If you look in your glext.h, does it define GL_MIRRORED_REPEAT
> instead?

It does not.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-devel mailing list