disable hw locking when entering span rendering for now

This commit is contained in:
Aapo Tahkola 2006-04-23 07:59:40 +00:00
parent 95cc7a6dac
commit a55842b9b3

View file

@ -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 )