965: fix ExtDivide check

This commit is contained in:
Keith Whitwell
2007-12-14 20:14:05 +00:00
parent ae858511d0
commit b52e4477f8
+1 -1
View File
@@ -126,7 +126,7 @@ static struct brw_reg get_src_reg(struct brw_wm_compile *c,
/* Can't handle this, don't know if we need to:
*/
assert(src->SrcRegisterExtSwz.ExtDivide == 0);
assert(src->SrcRegisterExtSwz.ExtDivide == TGSI_EXTSWIZZLE_ONE);
/* Not handling indirect lookups yet:
*/