r200: Fix UMS notto emit stp.
Polgon stipples are handled by kernel in UMS. Mark the state as never to be emited for UMS.
This commit is contained in:
@@ -894,7 +894,10 @@ void r200InitState( r200ContextPtr rmesa )
|
||||
}
|
||||
}
|
||||
|
||||
ALLOC_STATE( stp, polygon_stipple, STP_STATE_SIZE, "STP/stp", 0 );
|
||||
if (rmesa->radeon.radeonScreen->kernel_mm)
|
||||
ALLOC_STATE( stp, polygon_stipple, STP_STATE_SIZE, "STP/stp", 0 );
|
||||
else
|
||||
ALLOC_STATE( stp, never, STP_STATE_SIZE, "STP/stp", 0 );
|
||||
|
||||
for (i = 0; i < 6; i++)
|
||||
if (rmesa->radeon.radeonScreen->kernel_mm)
|
||||
|
||||
Reference in New Issue
Block a user