mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
disable hw locking when entering span rendering for now
This commit is contained in:
parent
95cc7a6dac
commit
a55842b9b3
1 changed files with 2 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue