diff options
author | taca <taca@pkgsrc.org> | 2009-05-14 12:57:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-05-14 12:57:57 +0000 |
commit | 8ab1c902d7776c494dd69a8c632c160c6178db6c (patch) | |
tree | 50f0666c4c7ba25119f2a6f47081dc48a17af6d7 /x11 | |
parent | 47a6eee464040163e0579baeea261d65f48e2c35 (diff) | |
download | pkgsrc-8ab1c902d7776c494dd69a8c632c160c6178db6c.tar.gz |
Update xf86-video-intel to 2.7.1.
* pkgsrc change: remove useless patch-ba by me.
Release 2.7.1 (2009-05-12)
--------------------------
This is a maintenance release on the 2.7 branch. Compared to 2.7.0 it
consists only of a few carefully hand-picked fixes for bugs,
(including GPU crashers). We encourage all users of 2.7.0 to upgrade
to 2.7.1.
Bug fixes since 2.7.0:
* KMS: Hook up output properties for RANDR, (this allows output
properties to be controlled in the KMS case just as in the UMS
case). [Zhenyu Wang <zhenyu.z.wang@intel.com>]
* Fix multiplication error when computing required batch space.
This could fix any number of cases where the driver did
inexplicable things (due to having computed the wrong
size). [Keith Packard <keithp@keithp.com>]
* Hold reference to video binding table until all rects are
painted. This prevent general chaos in the buffer
manager. [Keith Packard <keithp@keithp.com>]
* Split i915 textured video commands to fit into batch
buffers. Video and 3D setup commands share the same batch
buffer, so without this fix, various problems could occur when
video and 3D clients were both heavily active at the same
time. [Keith Packard <keithp@keithp.com>]
* Fix crash with XV with large virtual display (> 2049). [Albert
Damen <albrt@gmx.net>]
* Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
don't know that this was causing any problem, but the change
does bring the driver into conformance with what the
specification says the hardware requires here. [Keith Packard
<keithp@keithp.com>]
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-intel/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-intel/distinfo | 9 | ||||
-rw-r--r-- | x11/xf86-video-intel/patches/patch-ba | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/x11/xf86-video-intel/Makefile b/x11/xf86-video-intel/Makefile index 22c2a503ae0..2234f7d9d9a 100644 --- a/x11/xf86-video-intel/Makefile +++ b/x11/xf86-video-intel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2009/05/05 04:27:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/05/14 12:57:57 taca Exp $ -DISTNAME= xf86-video-intel-2.7.0 +DISTNAME= xf86-video-intel-2.7.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-intel/distinfo b/x11/xf86-video-intel/distinfo index aa74f368208..2563051c29f 100644 --- a/x11/xf86-video-intel/distinfo +++ b/x11/xf86-video-intel/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.15 2009/05/05 04:27:29 joerg Exp $ +$NetBSD: distinfo,v 1.16 2009/05/14 12:57:57 taca Exp $ -SHA1 (xf86-video-intel-2.7.0.tar.bz2) = 6d55b11ccf92ddc0763329f6e503e1a55b9beacc -RMD160 (xf86-video-intel-2.7.0.tar.bz2) = 3e1bc024fb7a34c4efd817374b069c5b2e0288eb -Size (xf86-video-intel-2.7.0.tar.bz2) = 781254 bytes +SHA1 (xf86-video-intel-2.7.1.tar.bz2) = f863ee65b4b7779077af9f819b07033264284628 +RMD160 (xf86-video-intel-2.7.1.tar.bz2) = 25208fe03f0fe849974a703f4a81e734e67cad18 +Size (xf86-video-intel-2.7.1.tar.bz2) = 780625 bytes SHA1 (patch-ad) = db9a5a55cd0c31e1e0d62b9cd94393143ab23c08 SHA1 (patch-ag) = 68f282d59e03c74727de4577eb48297d9022e542 -SHA1 (patch-ba) = 9152649277b417278fb290e24dac8ad6fb911238 diff --git a/x11/xf86-video-intel/patches/patch-ba b/x11/xf86-video-intel/patches/patch-ba deleted file mode 100644 index 2bfa0a0bfae..00000000000 --- a/x11/xf86-video-intel/patches/patch-ba +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ba,v 1.1 2008/06/22 16:33:23 taca Exp $ - ---- src/i830_quirks.c.orig 2008-05-12 10:01:01.000000000 +0900 -+++ src/i830_quirks.c -@@ -249,6 +249,8 @@ static i830_quirk i830_quirk_list[] = { - { PCI_CHIP_I915_GM, 0x10f7, 0x8338, quirk_ignore_tv }, - /* Panasonic Toughbook CF-Y7 has no TV output */ - { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv }, -+ /* Panasonic Toughbook CF-R7 has no TV output */ -+ { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv }, - - /* Toshiba Satellite U300 has no TV output */ - { PCI_CHIP_I965_GM, 0x1179, 0xff50, quirk_ignore_tv }, |