diff options
author | Alan Hourihane <[email protected]> | 2009-02-17 09:56:06 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2009-02-17 09:56:33 +0000 |
commit | baef7c5474d302f1bc9997b09948fd6b883ec60d (patch) | |
tree | 4f5cc9a3a0abe941040a55bd1db83e0f942ead15 /src/mesa | |
parent | 07855a1d766e21e4a017a5f9f19936ce5511e088 (diff) |
mesa: remove old comment as it's fixed elsewhere now.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_mesa_to_tgsi.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index 8b9b18f94df..7b5cf4c3053 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -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; |