Mesa (gallium-gpu4-texture-opcodes): tgsi: Add missing register files to sanity.

Michał Król michal at kemper.freedesktop.org
Fri Jan 15 10:40:57 UTC 2010


Module: Mesa
Branch: gallium-gpu4-texture-opcodes
Commit: 7044767ef6a538945bd5f6304582be0daf635e6e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7044767ef6a538945bd5f6304582be0daf635e6e

Author: Michal Krol <michal at vmware.com>
Date:   Fri Jan 15 10:16:33 2010 +0100

tgsi: Add missing register files to sanity.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_sanity.c b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
index 7f1c8e5..a463f1a 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sanity.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
@@ -236,7 +236,9 @@ static const char *file_names[TGSI_FILE_COUNT] =
    "ADDR",
    "IMM",
    "LOOP",
-   "PRED"
+   "PRED",
+   "SV",
+   "RES"
 };
 
 static boolean




More information about the mesa-commit mailing list