pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xf86-video-intel Update xf86-video-intel to 2.7.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9017a5a6502
branches: trunk
changeset: 392968:e9017a5a6502
user: taca <taca%pkgsrc.org@localhost>
date: Thu May 14 12:57:57 2009 +0000
description:
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@localhost>]
* 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@localhost>]
* Hold reference to video binding table until all rects are
painted. This prevent general chaos in the buffer
manager. [Keith Packard <keithp%keithp.com@localhost>]
* 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@localhost>]
* Fix crash with XV with large virtual display (> 2049). [Albert
Damen <albrt%gmx.net@localhost>]
* 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@localhost>]
diffstat:
x11/xf86-video-intel/Makefile | 4 ++--
x11/xf86-video-intel/distinfo | 9 ++++-----
x11/xf86-video-intel/patches/patch-ba | 13 -------------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (45 lines):
diff -r f501c5af991d -r e9017a5a6502 x11/xf86-video-intel/Makefile
--- a/x11/xf86-video-intel/Makefile Thu May 14 12:39:33 2009 +0000
+++ b/x11/xf86-video-intel/Makefile Thu May 14 12:57:57 2009 +0000
@@ -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 -r f501c5af991d -r e9017a5a6502 x11/xf86-video-intel/distinfo
--- a/x11/xf86-video-intel/distinfo Thu May 14 12:39:33 2009 +0000
+++ b/x11/xf86-video-intel/distinfo Thu May 14 12:57:57 2009 +0000
@@ -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 -r f501c5af991d -r e9017a5a6502 x11/xf86-video-intel/patches/patch-ba
--- a/x11/xf86-video-intel/patches/patch-ba Thu May 14 12:39:33 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 },
Home |
Main Index |
Thread Index |
Old Index