i915: Remove always-true irq_active struct intel_screen field

This commit is contained in:
Kristian Høgsberg
2010-02-11 16:50:46 -05:00
parent c9b0f04b1f
commit cc57baff5f
3 changed files with 0 additions and 8 deletions

View File

@@ -718,11 +718,6 @@ intelInitContext(struct intel_context *intel,
intel->RenderIndex = ~0;
if (intel->gen >= 4 && !intel->intelScreen->irq_active) {
_mesa_printf("IRQs not active. Exiting\n");
exit(1);
}
intelInitExtensions(ctx);
INTEL_DEBUG = driParseDebugString(getenv("INTEL_DEBUG"), debug_control);