r300: Forgot to clear old state before writing new state.

Oooops. Hehe.
This commit is contained in:
Corbin Simpson
2008-06-16 01:02:16 -07:00
parent 776580a6af
commit 1738a9a535
+1
View File
@@ -252,6 +252,7 @@ static void r300SetTexLodBias(r300TexObjPtr t, GLfloat bias)
b <<= 3;
b &= R300_LOD_BIAS_MASK;
t->filter_1 &= ~R300_LOD_BIAS_MASK;
t->filter_1 |= b;
}