tgsi: Dump source register divide component.

This commit is contained in:
Michal Krol 2008-03-12 11:37:02 +01:00
parent 221adbd601
commit feb02084a8

View file

@ -1047,6 +1047,11 @@ dump_instruction_short(
CHR( ')' );
}
if (src->SrcRegisterExtSwz.ExtDivide != TGSI_EXTSWIZZLE_ONE) {
CHR( '/' );
ENM( src->SrcRegisterExtSwz.ExtDivide, TGSI_EXTSWIZZLES_SHORT );
}
first_reg = FALSE;
}