summaryrefslogtreecommitdiff
path: root/x11/xf86-video-intel/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-09 22:40:15 +0000
committerwiz <wiz>2009-08-09 22:40:15 +0000
commit20ed1519d8fc51920d21028b80445e29597b25c7 (patch)
treef6c3682eab1437f9e3fc3fcbb1bf98a1f9f7a623 /x11/xf86-video-intel/patches
parentc1434463c72a09d3ef9ca3baae941552102e73b2 (diff)
downloadpkgsrc-20ed1519d8fc51920d21028b80445e29597b25c7.tar.gz
Update to 2.8.0:
We are pleased to present this major release of the xf86-video-intel driver. This release is very similar to the 2.7.99.902 release candidate but includes a couple of additional bug fixes, (for bugs #22760 and @22483). Compared to the 2.7 releases this driver contains several new features and many bug fixes. The driver now depends on X server 1.6 or later, and eliminates several obsolete code paths, (XAA and EXA removed in favor of UXA, DRI1 support eliminated). The driver certainly will work best with an i915 module from a recent kernel (2.6.31) and with kernel-modesetting (KMS, specified by loading i915 with the option "modeset=1").
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, 13 insertions, 14 deletions
diff --git a/x11/xf86-video-intel/patches/patch-aa b/x11/xf86-video-intel/patches/patch-aa
new file mode 100644
index 00000000000..32701f3a38f
--- /dev/null
+++ b/x11/xf86-video-intel/patches/patch-aa
@@ -0,0 +1,13 @@
+$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
deleted file mode 100644
index 4acce0af489..00000000000
--- a/x11/xf86-video-intel/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2008/03/20 17:00:38 joerg Exp $
-
---- src/i830_xaa.c.orig 2008-03-19 23:27:58.000000000 +0100
-+++ src/i830_xaa.c
-@@ -654,8 +654,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