mesa: remove old comment as it's fixed elsewhere now.

This commit is contained in:
Alan Hourihane 2009-02-17 09:56:06 +00:00
parent 07855a1d76
commit baef7c5474

View file

@ -475,15 +475,6 @@ compile_instruction(
break;
case OPCODE_RSQ:
fullinst->Instruction.Opcode = TGSI_OPCODE_RSQ;
/* KW: Don't do this here. If particular hardware needs to do
* this, can do so in the driver..
*/
#if 0
tgsi_util_set_full_src_register_sign_mode(
&fullinst->FullSrcRegisters[0],
TGSI_UTIL_SIGN_CLEAR );
#endif
break;
case OPCODE_SCS:
fullinst->Instruction.Opcode = TGSI_OPCODE_SCS;