pkgsrc/x11/xf86-video-intel/patches/patch-ad
wiz 7693f65ee8 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.
2009-08-10 06:17:21 +00:00

14 lines
418 B
Text

$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