mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 12:20:17 +01:00
mesa: remove old comment as it's fixed elsewhere now.
This commit is contained in:
parent
07855a1d76
commit
baef7c5474
1 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue