Mesa (gallium-0.1): tgsi: Remove the ENDLOOP destination register.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Aug 14 12:55:33 UTC 2009


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Aug 14 13:43:22 2009 +0100

tgsi: Remove the ENDLOOP destination register.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.c b/src/gallium/auxiliary/tgsi/tgsi_info.c
index 39fd8f9..5700a34 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_info.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_info.c
@@ -109,7 +109,7 @@ static const struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] =
    { 0, 1, 0, 0, "REP" },
    { 0, 0, 0, 1, "ELSE" },
    { 0, 0, 0, 0, "ENDIF" },
-   { 1, 0, 0, 0, "ENDLOOP" },
+   { 0, 0, 0, 0, "ENDLOOP" },
    { 0, 0, 0, 0, "ENDREP" },
    { 0, 1, 0, 0, "PUSHA" },
    { 1, 0, 0, 0, "POPA" },




More information about the mesa-commit mailing list