Module: Mesa Branch: gallium-0.1 Commit: 883d29c8667021a11ade34ad0c4e9c8b5ba294d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=883d29c8667021a11ade34ad0c4e9c8b5ba294d0
Author: José Fonseca <[email protected]> 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" }, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
