gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone.
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 14:41:19 +0000 (07:41 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 14:41:19 +0000 (07:41 -0700)
src/gallium/auxiliary/tgsi/tgsi_sse2.c

index 4bda756..29442b4 100644 (file)
@@ -1878,6 +1878,7 @@ emit_instruction(
       return 0;
       break;
 
+#if 0
    case TGSI_OPCODE_ARR:
       FOR_EACH_DST0_ENABLED_CHANNEL( *inst, chan_index ) {
          FETCH( func, *inst, 0, 0, chan_index );
@@ -1886,7 +1887,7 @@ emit_instruction(
          STORE( func, *inst, 0, 0, chan_index );
       }
       break;
-
+#endif
    case TGSI_OPCODE_BRA:
       return 0;
       break;