summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2009-12-06 00:13:52 +0100
committerBrice Goglin <bgoglin@debian.org>2009-12-06 00:15:21 +0100
commite5e54a9a6ea394ebadb54295f746c790ec072ec2 (patch)
tree33c692fe814379aab9515798daac8f0db3de96b3
parentc2ad82a90b362eea75244e4cc9b0249734355d39 (diff)
Refresh patches
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/05_hurd-ftbfs.diff29
-rw-r--r--debian/patches/06_kfreebsd-ftbfs.diff12
3 files changed, 27 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index d76a74f40f5..fb50f9a3756 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ mesa (7.6.1~rc2-1) UNRELEASED; urgency=low
+ Fix window drawing regression in Kwin on older Radeon hardware,
fix assertion failure leading to crash on kwin when compositing
is enabled, closes: #549588.
+ + Refresh patches.
- -- Brice Goglin <bgoglin@debian.org> Sat, 05 Dec 2009 23:37:04 +0100
+ -- Brice Goglin <bgoglin@debian.org> Sun, 06 Dec 2009 00:14:12 +0100
mesa (7.6-1) unstable; urgency=low
diff --git a/debian/patches/05_hurd-ftbfs.diff b/debian/patches/05_hurd-ftbfs.diff
index f96cc34aec7..f3de3e0f398 100644
--- a/debian/patches/05_hurd-ftbfs.diff
+++ b/debian/patches/05_hurd-ftbfs.diff
@@ -1,10 +1,15 @@
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: Fix build on GNU/Hurd
-Index: mesa/src/glx/x11/dri2.c
+---
+ configure.ac | 25 ++++++++++++++-----------
+ src/glx/x11/dri2.c | 2 ++
+ 2 files changed, 16 insertions(+), 11 deletions(-)
+
+Index: mesa-7.6.1~rc2/src/glx/x11/dri2.c
===================================================================
---- mesa.orig/src/glx/x11/dri2.c 2009-09-29 11:44:48.000000000 +0200
-+++ mesa/src/glx/x11/dri2.c 2009-09-29 11:44:55.000000000 +0200
+--- mesa-7.6.1~rc2.orig/src/glx/x11/dri2.c 2009-12-05 23:51:01.000000000 +0100
++++ mesa-7.6.1~rc2/src/glx/x11/dri2.c 2009-12-06 00:10:10.000000000 +0100
@@ -30,6 +30,7 @@
* Kristian Høgsberg (krh@redhat.com)
*/
@@ -18,11 +23,11 @@ Index: mesa/src/glx/x11/dri2.c
SyncHandle();
}
+#endif
-Index: mesa/configure.ac
+Index: mesa-7.6.1~rc2/configure.ac
===================================================================
---- mesa.orig/configure.ac 2009-09-29 11:44:48.000000000 +0200
-+++ mesa/configure.ac 2009-09-29 11:44:55.000000000 +0200
-@@ -536,6 +536,13 @@
+--- mesa-7.6.1~rc2.orig/configure.ac 2009-12-05 23:50:57.000000000 +0100
++++ mesa-7.6.1~rc2/configure.ac 2009-12-06 00:10:27.000000000 +0100
+@@ -538,6 +538,13 @@
enable_xcb=no
fi
@@ -36,7 +41,7 @@ Index: mesa/configure.ac
dnl
dnl libGL configuration per driver
dnl
-@@ -569,11 +576,13 @@
+@@ -571,11 +578,13 @@
AC_MSG_ERROR([Can't use static libraries for DRI drivers])
fi
@@ -55,10 +60,10 @@ Index: mesa/configure.ac
PKG_CHECK_MODULES([LIBDRM_RADEON], [libdrm_radeon], HAVE_LIBDRM_RADEON=yes, HAVE_LIBDRM_RADEON=no)
-@@ -647,12 +656,6 @@
- [DRI_DRIVER_INSTALL_DIR="$withval"],
- [DRI_DRIVER_INSTALL_DIR='${libdir}/dri'])
- AC_SUBST([DRI_DRIVER_INSTALL_DIR])
+@@ -656,12 +665,6 @@
+ [DRI_DRIVER_SEARCH_DIR="$withval"],
+ [DRI_DRIVER_SEARCH_DIR='${DRI_DRIVER_INSTALL_DIR}'])
+ AC_SUBST([DRI_DRIVER_SEARCH_DIR])
-dnl Direct rendering or just indirect rendering
-AC_ARG_ENABLE([driglx-direct],
- [AS_HELP_STRING([--disable-driglx-direct],
diff --git a/debian/patches/06_kfreebsd-ftbfs.diff b/debian/patches/06_kfreebsd-ftbfs.diff
index ce9654f909e..0dff9d486d2 100644
--- a/debian/patches/06_kfreebsd-ftbfs.diff
+++ b/debian/patches/06_kfreebsd-ftbfs.diff
@@ -4,11 +4,15 @@ mesa fails to build on GNU/kFreeBSD, since some parts are not enabled.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524690
-Index: mesa/configure.ac
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: mesa-7.6.1~rc2/configure.ac
===================================================================
---- mesa.orig/configure.ac 2009-09-29 11:44:55.000000000 +0200
-+++ mesa/configure.ac 2009-09-29 11:45:12.000000000 +0200
-@@ -736,7 +736,7 @@
+--- mesa-7.6.1~rc2.orig/configure.ac 2009-12-06 00:10:10.000000000 +0100
++++ mesa-7.6.1~rc2/configure.ac 2009-12-06 00:10:10.000000000 +0100
+@@ -745,7 +745,7 @@
;;
esac
;;