Remove wait for fence at the end of intelFlush.

This commit is contained in:
Thomas Hellström 2006-03-07 11:07:23 +00:00
parent c848a65b5e
commit 6ce7055dcc

View file

@ -251,9 +251,6 @@ void intelFlush( GLcontext *ctx )
/* XXX: Need to do an MI_FLUSH here. Actually, the bufmgr_fake.c
* code will have done one already.
*/
bmFinishFence( intel->bm, intel->batch->last_fence );
}
void intelFinish( GLcontext *ctx )