Mesa (gallium-0.1): gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone.

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 26 14:41:55 UTC 2008


Module: Mesa
Branch: gallium-0.1
Commit: 1250526e3012f6958679c5dcdcb990387b53479b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1250526e3012f6958679c5dcdcb990387b53479b

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Nov 26 07:41:19 2008 -0700

gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
index 4bda756..29442b4 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sse2.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
@@ -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;




More information about the mesa-commit mailing list