From: Aapo Tahkola Date: Sun, 23 Apr 2006 07:59:40 +0000 (+0000) Subject: disable hw locking when entering span rendering for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a55842b9b310749b410e38fa3a5e1928f5f572b5;p=mesa.git disable hw locking when entering span rendering for now --- diff --git a/src/mesa/drivers/dri/r300/radeon_span.c b/src/mesa/drivers/dri/r300/radeon_span.c index 1f000b97666..d77c5a39034 100644 --- a/src/mesa/drivers/dri/r300/radeon_span.c +++ b/src/mesa/drivers/dri/r300/radeon_span.c @@ -257,13 +257,14 @@ static void radeonSpanRenderStart( GLcontext *ctx ) r300Flush(ctx); LOCK_HARDWARE( rmesa ); radeonWaitForIdleLocked( rmesa ); + UNLOCK_HARDWARE( rmesa ); } static void radeonSpanRenderFinish( GLcontext *ctx ) { radeonContextPtr rmesa = RADEON_CONTEXT( ctx ); _swrast_flush( ctx ); - UNLOCK_HARDWARE( rmesa ); + //UNLOCK_HARDWARE( rmesa ); } void radeonInitSpanFuncs( GLcontext *ctx )