dri/nouveau: Remove unnecessary flush.

This commit is contained in:
Francisco Jerez 2010-09-28 22:24:05 +02:00
parent 6f39280ba9
commit bdd19da218
1 changed files with 1 additions and 3 deletions

View File

@ -353,8 +353,6 @@ nouveau_validate_framebuffer(GLcontext *ctx)
validate_framebuffer(dri_ctx, dri_read,
&dri_ctx->dri2.read_stamp);
if (nouveau_next_dirty_state(ctx) >= 0) {
if (nouveau_next_dirty_state(ctx) >= 0)
nouveau_state_emit(ctx);
FIRE_RING(context_chan(ctx));
}
}