Author: beatle
Date: 2006-10-16 09:05:42 -0400 (Mon, 16 Oct 2006)
New Revision: 3833

Added:
   
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch
   
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
Log:
Add patches extracted from older Debian diffs but not applied yet because it's
not certain yet that they are needed.


Added: 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch
===================================================================
--- 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch 
                            (rev 0)
+++ 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch 
    2006-10-16 13:05:42 UTC (rev 3833)
@@ -0,0 +1,10 @@
+--- a/src/mesa/main/imports.h
++++ b/src/mesa/main/imports.h
+@@ -153,6 +153,7 @@
+     defined(__mips) || defined(_MIPS_ARCH) || \
+     defined(__arm__) || \
+     defined(__sh__) || defined(__m32r__) || \
++    defined(__m68k__) || defined(__s390__) || \
+     (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
+ #define USE_IEEE
+ #define IEEE_ONE 0x3f800000

Added: 
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
===================================================================
--- 
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
                              (rev 0)
+++ 
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
      2006-10-16 13:05:42 UTC (rev 3833)
@@ -0,0 +1,15 @@
+--- a/src/glx/x11/glxext.c
++++ b/src/glx/x11/glxext.c
+@@ -1016,11 +1016,11 @@
+       if (!_XReply(dpy, (xReply*) &reply, 0, False)) {
+           /* Something is busted. Punt. */
+           UnlockDisplay(dpy);
++          SyncHandle();
+           FreeScreenConfigs(priv);
+           return GL_FALSE;
+       }
+ 
+-      UnlockDisplay(dpy);
+       if (!reply.numVisuals) {
+           /* This screen does not support GL rendering */
+           UnlockDisplay(dpy);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to