remove reference to obsolete ExtDivide

This commit is contained in:
Brian 2008-03-12 13:22:58 -06:00
parent a2b917c1cd
commit 51809bc1bc

View file

@ -124,10 +124,6 @@ static struct brw_reg get_src_reg(struct brw_wm_compile *c,
*/
component = get_ext_swz(src->SrcRegisterExtSwz, component);
/* Can't handle this, don't know if we need to:
*/
assert(src->SrcRegisterExtSwz.ExtDivide == TGSI_EXTSWIZZLE_ONE);
/* Not handling indirect lookups yet:
*/
assert(src->SrcRegister.Indirect == 0);