gallium: remove TGSI_SAT_MINUS_PLUS_ONE
[mesa.git] / src / gallium / drivers / ilo / shader / toy_tgsi.c
index 65e47bf3a4ab15c50e22d9cdbab83bfe69bc3d2b..d38585f147512a12b5f4b7e98e4ec6a04ad8f8ba 100644 (file)
@@ -2036,9 +2036,6 @@ parse_instruction(struct toy_tgsi *tgsi,
       if (!dst_is_scratch[i])
          continue;
 
-      if (tgsi_inst->Instruction.Saturate == TGSI_SAT_MINUS_PLUS_ONE)
-         tc_fail(tgsi->tc, "TGSI_SAT_MINUS_PLUS_ONE unhandled");
-
       tgsi->tc->templ.saturate = tgsi_inst->Instruction.Saturate;
 
       /* emit indirect store */