gallivm: TGSI_OPCODE_CONT is not deprecated.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Feb 2010 10:08:10 +0000 (10:08 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Feb 2010 10:08:52 +0000 (10:08 +0000)
Note that with FIXME instead of an assertion failure.

Addresses fdo 25956.

src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c

index a52c6c5028849292084091cce4d2ad87f9f54bc2..2896c522fcfdbb462daf5be58497f55f88edc138 100644 (file)
@@ -1403,8 +1403,7 @@ emit_instruction(
       break;
 
    case TGSI_OPCODE_CONT:
-      /* deprecated? */
-      assert(0);
+      /* FIXME */
       return 0;
       break;