[Wine] Disabling S3TC support for Wine 1.1.14 How do I patch?

James Mckenzie jjmckenzie51 at earthlink.net
Tue Feb 17 13:30:12 CST 2009


Thunderbird <wineforum-user at winehq.org> wrote:
>Sent: Feb 17, 2009 12:19 PM
>To: wine-users at winehq.org
>Subject: [Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
>
>Nope that key won't work for direct3d. The easiest way is to just comment the following line in wined3d/directx.c:
>    {"GL_EXT_texture_compression_s3tc",     EXT_TEXTURE_COMPRESSION_S3TC,   0                           },
>
>So add "//" in front of it or remove the line.
>
Or better, use the same commenting style as the rest of the Wine code:

/* {"GL_EXT_texture_compression_s3tc",     EXT_TEXTURE_COMPRESSION_S3TC,   0     
   Removed to prevent S3TC errors 
*/

James McKenzie




More information about the wine-users mailing list