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 package t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/213a1bb06afe
branches: trunk
changeset: 543765:213a1bb06afe
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jun 22 16:33:23 2008 +0000
description:
Update xf86-video-intel package to 2.3.2.
hangelog since 2.3.1:
Alan Coopersmith (1):
Define DEFFILEMODE for OS'es that don't have it
Bryce Harrington (1):
Two more Dell quirks
Eric Anholt (10):
Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.
Just remove the mprotect kludge.
Replace a couple of wait-for-ring-idles with a single function to do so.
Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().
Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.
Move BIOS scratch register setup to EnterVT instead of PreInit.
Initialize clock gating from EnterVT and save/restore it appropriately.
Remove SVG_WORK_CONTROL init.
Move debug clock printout from ErrorF to X_INFO.
Set up/restore PWRCTXA from enter/leavevt not server start/exit.
Hong Liu (1):
Set SDVO sync polarity to default on 965
Jesse Barnes (3):
Panel fitting: fix letterbox modes
Fixup power saving registers
Fix TV programming: add vblank wait after TV_CTL writes
Keith Packard (2):
Skip copying on FOURCC_XVMC surfaces
Only use FOURCC_XVMC when INTEL_XVMC is defined
Lukas Hejtmanek (1):
Fix maximum backlight issue
Robert Lowery (1):
Fix TV out connection type detection
Rmi Cardona (1):
Add glproto to DRI dependencies
Shuang He (1):
Fix typo in xvmc block destroy
Zhenyu Wang (6):
Revert "Add FIFO watermark regs to register dumper"
xvmc: remove unused dri drawable
xvmc: a little cleanup
Fix compiler warning when disable xvmc config
Fix compiling with server master in LVDS backlight patch
Bump version 2.3.2
Changelog since 2.3.0:
Bryce Harrington (2):
More quirks from ubuntu/dell
More Pipe A force quirks
Eric Anholt (1):
Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.
Jesse Barnes (3):
Add a new quirk for BIOSes that reprogram regs at lid close/open time
Add FIFO watermark regs to register dumper
Save/restore cursor registers
Keith Packard (2):
Overlay video doesn't require that the target pixmap be in video memory.
Use new xf86RotateFreeShadow function to clean up shadow buffers.
Mike Isely (1):
Implement option to ignore external fixed mode settings
Zhenyu Wang (4):
Only check xvmc lib when xvmc is enabled.
Use I830FALLBACK when check pitch for debug
Revert last HP 965GM pipe A quirk
Bump version 2.3.1
diffstat:
x11/xf86-video-intel/Makefile | 4 ++--
x11/xf86-video-intel/distinfo | 9 +++++----
x11/xf86-video-intel/patches/patch-ba | 13 +++++++++++++
3 files changed, 20 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r d47e4ba99c36 -r 213a1bb06afe x11/xf86-video-intel/Makefile
--- a/x11/xf86-video-intel/Makefile Sun Jun 22 16:26:13 2008 +0000
+++ b/x11/xf86-video-intel/Makefile Sun Jun 22 16:33:23 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/05/24 21:45:20 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/22 16:33:23 taca Exp $
-DISTNAME= xf86-video-intel-2.3.0
+DISTNAME= xf86-video-intel-2.3.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff -r d47e4ba99c36 -r 213a1bb06afe x11/xf86-video-intel/distinfo
--- a/x11/xf86-video-intel/distinfo Sun Jun 22 16:26:13 2008 +0000
+++ b/x11/xf86-video-intel/distinfo Sun Jun 22 16:33:23 2008 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2008/04/23 19:00:46 tnn Exp $
+$NetBSD: distinfo,v 1.8 2008/06/22 16:33:23 taca Exp $
-SHA1 (xf86-video-intel-2.3.0.tar.bz2) = a257c12739b94b5897a0c21cd9b8da46bd311d24
-RMD160 (xf86-video-intel-2.3.0.tar.bz2) = 4680b4cab5f3bb2fdc1e536be800c16f2e0e634e
-Size (xf86-video-intel-2.3.0.tar.bz2) = 663384 bytes
+SHA1 (xf86-video-intel-2.3.2.tar.bz2) = 86be1572c68a438bb92d40fff262b71d9e40c976
+RMD160 (xf86-video-intel-2.3.2.tar.bz2) = 5137493fb00b7a6fe3c03750f42599939a69c11b
+Size (xf86-video-intel-2.3.2.tar.bz2) = 665611 bytes
SHA1 (patch-ab) = b0cb0975f3f0e5678ad967d560378ada9b3361b6
SHA1 (patch-ad) = db9a5a55cd0c31e1e0d62b9cd94393143ab23c08
+SHA1 (patch-ba) = 9152649277b417278fb290e24dac8ad6fb911238
diff -r d47e4ba99c36 -r 213a1bb06afe x11/xf86-video-intel/patches/patch-ba
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-intel/patches/patch-ba Sun Jun 22 16:33:23 2008 +0000
@@ -0,0 +1,13 @@
+$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