tgsi: Add STENCIL to text parser.
authorChia-I Wu <olv@lunarg.com>
Sun, 21 Nov 2010 10:36:41 +0000 (18:36 +0800)
committerChia-I Wu <olv@lunarg.com>
Sun, 21 Nov 2010 11:26:29 +0000 (19:26 +0800)
Fix OpenVG "filter" demo

  Program received signal SIGSEGV, Segmentation fault.
  0xb7153dc9 in str_match_no_case (pcur=0xbfffe564, str=0x0) at
  tgsi/tgsi_text.c:86
  86         while (*str != '\0' && *str == uprcase( *cur )) {

src/gallium/auxiliary/tgsi/tgsi_text.c

index b01d2ff4689b850028e8611abb007f14227f84da..9a38c37979cc34afc87f525ebdff14eb9f895323 100644 (file)
@@ -1007,7 +1007,8 @@ static const char *semantic_names[TGSI_SEMANTIC_COUNT] =
    "FACE",
    "EDGEFLAG",
    "PRIM_ID",
-   "INSTANCEID"
+   "INSTANCEID",
+   "STENCIL"
 };
 
 static const char *interpolate_names[TGSI_INTERPOLATE_COUNT] =