summaryrefslogtreecommitdiff
path: root/x11/xf86-video-intel/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-10 06:17:21 +0000
committerwiz <wiz>2009-08-10 06:17:21 +0000
commit48c8694b36782ec966044aa7af760536e7c73abe (patch)
tree09282a7d0de87c153ff905f2656ed09e068ae8a4 /x11/xf86-video-intel/patches
parentaf653a6d2f2dfd787dc7aa4279c9694123c659e5 (diff)
downloadpkgsrc-48c8694b36782ec966044aa7af760536e7c73abe.tar.gz
hasso says that 2.8.0 is almost useless for any user not using Linux,
because it now only supports DRI2 or KMS. Downgrade to 2.7.1nb1.
Diffstat (limited to 'x11/xf86-video-intel/patches')
-rw-r--r--x11/xf86-video-intel/patches/patch-aa13
-rw-r--r--x11/xf86-video-intel/patches/patch-ad14
2 files changed, 14 insertions, 13 deletions
diff --git a/x11/xf86-video-intel/patches/patch-aa b/x11/xf86-video-intel/patches/patch-aa
deleted file mode 100644
index 32701f3a38f..00000000000
--- a/x11/xf86-video-intel/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2009/08/09 22:40:15 wiz Exp $
-
---- configure.orig 2009-08-09 22:38:02.000000000 +0000
-+++ configure
-@@ -12621,7 +12621,7 @@ if test "${enable_debug+set}" = set; the
- enableval=$enable_debug;
- fi
-
--if test "x$enableval" == "xyes" ; then
-+if test "x$enableval" = "xyes" ; then
- DEBUGFLAGS="-g"
- else
- DEBUGFLAGS=""
diff --git a/x11/xf86-video-intel/patches/patch-ad b/x11/xf86-video-intel/patches/patch-ad
new file mode 100644
index 00000000000..6599444e0bf
--- /dev/null
+++ b/x11/xf86-video-intel/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.3 2009/08/10 06:17:21 wiz Exp $
+
+--- src/i830_xaa.c.orig 2009-05-13 00:12:11.000000000 +0000
++++ src/i830_xaa.c
+@@ -614,8 +614,7 @@ I830SubsequentColorExpandScanline(ScrnIn
+ pI830->BR[9] += pScrn->displayWidth * pI830->cpp;
+ I830GetNextScanlineColorExpandBuffer(pScrn);
+
+- if (IS_I965G(pI830))
+- I830EmitFlush(pScrn);
++ I830EmitFlush(pScrn);
+ }
+
+ #if DO_SCANLINE_IMAGE_WRITE