Mesa (master): gallivm: TGSI_OPCODE_CONT is not deprecated.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Feb 11 10:09:06 UTC 2010


Module: Mesa
Branch: master
Commit: 128d93a009c493c65f0fa5d220fac3098a54fa14
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=128d93a009c493c65f0fa5d220fac3098a54fa14

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Feb 11 10:08:10 2010 +0000

gallivm: TGSI_OPCODE_CONT is not deprecated.

Note that with FIXME instead of an assertion failure.

Addresses fdo 25956.

---

 src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index a52c6c5..2896c52 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@ -1403,8 +1403,7 @@ emit_instruction(
       break;
 
    case TGSI_OPCODE_CONT:
-      /* deprecated? */
-      assert(0);
+      /* FIXME */
       return 0;
       break;
 




More information about the mesa-commit mailing list