From 6ce7055dccef24f2b27f4d3e0c7baa03019783ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= Date: Tue, 7 Mar 2006 11:07:23 +0000 Subject: [PATCH] Remove wait for fence at the end of intelFlush. --- src/mesa/drivers/dri/i915/intel_context.c | 3 --- 1 file changed, 3 deletions(-) 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 )