commit d3e0e6baccd90ef47da587b993b2b2a2d734ed12 Author: Stefan Dirsch Date: Wed Oct 6 03:37:13 2010 +0200 Fix commit #8784c4f. diff --git a/src/intel_video.c b/src/intel_video.c index a07120f..8658ed5 100644 --- a/src/intel_video.c +++ b/src/intel_video.c @@ -363,7 +363,7 @@ void I830InitVideo(ScreenPtr screen) * supported hardware. */ if (scrn->bitsPerPixel >= 16 && - (IS_I9XX(intel) || (IS_I965G(intel) && !IS_GEN6(intel))) && + (IS_I915(intel) || (IS_I965G(intel) && !IS_GEN6(intel))) && !intel->use_shadow) { texturedAdaptor = I830SetupImageVideoTextured(screen); if (texturedAdaptor != NULL) {