i965g: fix invalid assertion in emit_xpd(), again

This commit is contained in:
Brian Paul
2010-01-06 07:17:48 -07:00
parent e32487b8a1
commit 1b5476a353
+1 -1
View File
@@ -691,7 +691,7 @@ static void emit_xpd( struct brw_compile *p,
{
GLuint i;
assert(!(mask & BRW_WRITEMASK_W) == BRW_WRITEMASK_W);
assert((mask & BRW_WRITEMASK_W) != BRW_WRITEMASK_W);
for (i = 0 ; i < 3; i++) {
if (mask & (1<<i)) {