[intel] Remove the dead intel->need_flush member.

This commit is contained in:
Eric Anholt 2008-01-09 12:41:14 -08:00
parent 5a49e84fcd
commit 7ce12b0863
6 changed files with 1 additions and 7 deletions

View file

@ -292,7 +292,6 @@ x if (ctx->Scissor.Enabled)
}
}
}
intel->need_flush = GL_TRUE;
out:
intel_batchbuffer_flush(intel->batch);
}

View file

@ -346,8 +346,7 @@ static GLboolean brw_try_draw_prims( GLcontext *ctx,
}
}
}
intel->need_flush = GL_TRUE;
retval = GL_TRUE;
}

View file

@ -746,7 +746,6 @@ static void intelContendedLock( struct intel_context *intel, GLuint flags )
intel->locked = 1;
intel->need_flush = 1;
/* Lost context?
*/

View file

@ -176,7 +176,6 @@ struct intel_context
GLboolean no_rast;
GLboolean locked;
GLboolean strict_conformance;
GLboolean need_flush;
/* State for intelvb.c and inteltris.c.
*/

View file

@ -315,7 +315,6 @@ do_blit_copypixels(GLcontext * ctx,
ctx->Color.LogicOp : GL_COPY);
}
intel->need_flush = GL_TRUE;
out:
intel_batchbuffer_flush(intel->batch);
}

View file

@ -299,7 +299,6 @@ do_blit_bitmap( GLcontext *ctx,
}
}
}
intel->need_flush = GL_TRUE;
out:
intel_batchbuffer_flush(intel->batch);
}