r200: Fix mixed indetion in r200TclFallback.

This commit is contained in:
Pauli Nieminen 2010-03-21 20:02:10 +02:00
parent 9a7acbccfb
commit 44e3ec3c05
1 changed files with 19 additions and 20 deletions

View File

@ -698,8 +698,7 @@ void r200TclFallback( GLcontext *ctx, GLuint bit, GLboolean mode )
getFallbackString( bit ));
transition_to_swtnl( ctx );
}
}
else {
} else {
rmesa->radeon.TclFallback &= ~bit;
if (oldfallback == bit) {
if (R200_DEBUG & RADEON_FALLBACKS)