diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/intel_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_video.c b/src/intel_video.c index 9c918d5d..a07120fa 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_I9XX(intel) || (IS_I965G(intel) && !IS_GEN6(intel))) && !intel->use_shadow) { texturedAdaptor = I830SetupImageVideoTextured(screen); if (texturedAdaptor != NULL) { |