Am Montag, 1. November 2004 19:22 schrieb Ian Romanick:
> Dieter N�tzel wrote:
> > Am Samstag, 30. Oktober 2004 19:01 schrieb Brian Paul:
> >>To fix this, somebody just has to add mesa/src/shaders/shaderobjects.c
> >>to the Makefiles.
> >
> > For XFree86 DRI it could looks like this:
>
> Since you seem to be almost the only person still interested in seeing
> DRI CVS build :),

As long as I have to stay on SuSE 9.0...8-)

> would you like to have CVS access? 

Yes, please.

I'll see if I get it going (Mesa/DRI CVS) without my hack in 
texcompress_s3tc.c, too.

--- src/mesa/main/texcompress_s3tc.c    2004-11-01 20:57:53.591644937 +0100
+++ src/mesa/main/texcompress_s3tc.c.Dieter     2004-10-18 15:27:41.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

I have some more fixes, too.

> I forget what the 
> magic incantation is to add someone to a CVS access list on sf.net.
> Anyone remember?

;-)

Greetings,
        Dieter


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to