Raphael,
the following change to dlls/d3d8/utils.c
revision 1.19 date: 2004/04/29 00:20:18; author: julliard; state: Exp; lines: +48 -11 Raphael Junqueira fenix@club-internet.fr - Fix compilation again using olders GL headers (glCompressedTexImage2DARB problem). - Fix typo on constant. - Detection of NVidia texture_shader and register_combiners extensions. - Begin to implement BUMPMAPPING using NVidia Texture shader extension (not really working for now).
actually causes a new problem with XFree86 4.3.0 and Mesa 3.4.2:
utils.c:1306: warning: implicit declaration of function `glActiveTextureARB'
Would you mind looking into that?
Gerald
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Saturday 01 May 2004 18:28, Gerald Pfeifer wrote:
Raphael,
Hi Gerald,
the following change to dlls/d3d8/utils.c
<snip>
actually causes a new problem with XFree86 4.3.0 and Mesa 3.4.2:
utils.c:1306: warning: implicit declaration of function `glActiveTextureARB'
Would you mind looking into that?
Yes, i have the same here. I'll fix it in the next d3d8 patch (another function pointer trick)
Gerald
Regards, Raphael