Mesa (7.9): tgsi: Remove duplicate case value.

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Oct 4 15:46:29 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 2cdfda8851e919f26d0a4c77f6141895e4b86e38
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cdfda8851e919f26d0a4c77f6141895e4b86e38

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Sep 20 18:20:04 2010 -0700

tgsi: Remove duplicate case value.

Cherry-picked from master commit 2491258436a9c404f177c861101f7bcefc8fffb3

---

 src/gallium/auxiliary/tgsi/tgsi_sse2.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
index dfba005..086d983 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sse2.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
@@ -2844,7 +2844,6 @@ check_soa_dependencies(const struct tgsi_full_instruction *inst)
    case TGSI_OPCODE_ADD:
    case TGSI_OPCODE_MOV:
    case TGSI_OPCODE_MUL:
-   case TGSI_OPCODE_XPD:
    case TGSI_OPCODE_RCP:
    case TGSI_OPCODE_RSQ:
    case TGSI_OPCODE_EXP:




More information about the mesa-commit mailing list