On Fri, 8 Oct 2004 20:44:14 +0200, Dieter Nützel
<[EMAIL PROTECTED]> wrote:
> OK, I have a fix.
> 
> > Now, we have:
> >
> > #ifndef USE_EXTERNAL_DXTN_LIB
> > #define USE_EXTERNAL_DXTN_LIB 0
> > #endif
> 
> --- src/mesa/main/texcompress_s3tc.c.orig       2004-10-08 15:12:34.000000000
> +0200
> +++ src/mesa/main/texcompress_s3tc.c    2004-10-08 19:54:43.000000000 +0200
> @@ -29,7 +29,11 @@
>   */
> 
>  #ifndef USE_EXTERNAL_DXTN_LIB
> +#if defined(XFree86LOADER) && defined(IN_MODULE)
>  #define USE_EXTERNAL_DXTN_LIB 0
> +#else
> +#define USE_EXTERNAL_DXTN_LIB 1
> +#endif
>  #endif
> 
>  #include "glheader.h"
> 
> Works, with UT2k3 & UT2k4, DOOM3, Q3A, etc.
> 
> Now, let's get to the TCL DOOM3 issues (dark lines across the textures)...
> 
> -Dieter
> 


The fix doesn't work with me :(


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to