tgsi: Add missing semantic name in text parser.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 15 Jan 2010 09:59:16 +0000 (17:59 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 18 Jan 2010 03:57:30 +0000 (11:57 +0800)
This time, INSTANCEID is missing...

src/gallium/auxiliary/tgsi/tgsi_text.c

index 9fcffed..7fe5dad 100644 (file)
@@ -933,7 +933,8 @@ static const char *semantic_names[TGSI_SEMANTIC_COUNT] =
    "NORMAL",
    "FACE",
    "EDGEFLAG",
-   "PRIM_ID"
+   "PRIM_ID",
+   "INSTANCEID"
 };
 
 static const char *interpolate_names[TGSI_INTERPOLATE_COUNT] =