Jose,

I've modified Alan's packaging scripts to only include the driver suite
(device dependent files).  This resulted in only 1 visible
incompatability for the Radeon TCL driver.  I have a quick hack patch,
and we're working on a better permanent solution.  The incompatability
was introduced in the Mesa 4 integration (I think).

I will commit my script changes to CVS, so you may want to continue
using the old version until you've had a chance to test your Mach64
downloadable driver package.  Attached is the Mesa 4 patch in case you
need it.

Regards,
Jens

--                             /\
         Jens Owen            /  \/\ _    
  [EMAIL PROTECTED]  /    \ \ \   Steamboat Springs, Colorado
--- lib/GL/glx/glxclient.h.jens Thu Mar  7 20:01:37 2002
+++ lib/GL/glx/glxclient.h      Thu Mar  7 21:48:47 2002
@@ -404,7 +404,6 @@
     ** context is not current to any drawable.
     */
     GLXDrawable currentDrawable;
-    GLXDrawable currentReadable;
 
     /*
     ** Constant strings that describe the server implementation
@@ -437,6 +436,12 @@
     */
     __DRIcontext driContext;
 #endif
+
+    /*
+    ** New fields are added to the end of this structure to maintain
+    ** compatability between libGL.so and drivers.
+    */
+    GLXDrawable currentReadable;
 };
 
 #define __glXSetError(gc,code) \

Reply via email to