diff --git a/src/mesa/drivers/dri/i915/intel_context.c b/src/mesa/drivers/dri/i915/intel_context.c index 0b966e730e6..cdc37983129 100644 --- a/src/mesa/drivers/dri/i915/intel_context.c +++ b/src/mesa/drivers/dri/i915/intel_context.c @@ -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 )