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);

View File

@@ -368,7 +368,6 @@ __DRIconfig **intelInitScreen2(__DRIscreen *psp)
if (!intel_init_bufmgr(intelScreen))
return GL_FALSE;
intelScreen->irq_active = 1;
psp->extensions = intelScreenExtensions;
msaa_samples_array[0] = 0;

View File

@@ -42,8 +42,6 @@ struct intel_screen
__DRIscreen *driScrnPriv;
int irq_active;
GLboolean no_hw;
GLboolean no_vbo;