Re: [D3D8] Many Improvements
This commit to CVS doesn't compile for me: http://www.winehq.org/hypermail/wine-cvs/2004/04/0346.html The part the doesn't compile is the replacement of glCompressedTexImage2DARB() - glCompressedTexImage2DARB(gl_target, - ... + glCompressedTexImage2D(gl_target, + ... The old name compiled fine for me; changing it back fixes the compile. This is on RH7.3.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 27 April 2004 22:33, Duane Clark wrote:
This commit to CVS doesn't compile for me: http://www.winehq.org/hypermail/wine-cvs/2004/04/0346.html
The part the doesn't compile is the replacement of glCompressedTexImage2DARB()
- glCompressedTexImage2DARB(gl_target, - ... + glCompressedTexImage2D(gl_target, + ...
The old name compiled fine for me; changing it back fixes the compile. This is on RH7.3.
Yes, you have an old (too old?) GL header. I have just sent a patch to fix it Regards, Raphael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAj+l2p7NA3AmQTU4RApdTAJ9n8EWRAa0nsxAOhJodHV9XO3V2BwCfc7+N EO0xGqH7Ws1Vs1LY/lljnpE= =Dg30 -----END PGP SIGNATURE-----
participants (2)
-
Duane Clark -
Raphael