From: Ilia Mirkin Date: Tue, 20 May 2014 03:54:40 +0000 (-0400) Subject: tgsi: add GS_INVOCATIONS to property names array X-Git-Tag: upstream/10.3~1940 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdeb7004e03afbd5305913b5ae35d72529623507;p=platform%2Fupstream%2Fmesa.git tgsi: add GS_INVOCATIONS to property names array In commit 4be146b1, I neglected to add the new property to the strings array. This leads to the string '(null)' to be printed instead when converting a GS shader to text. Signed-off-by: Ilia Mirkin Cc: "10.2" Reviewed-by: Roland Scheidegger --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index 5b6e47f..34dec4f 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -120,7 +120,8 @@ const char *tgsi_property_names[TGSI_PROPERTY_COUNT] = "FS_COORD_PIXEL_CENTER", "FS_COLOR0_WRITES_ALL_CBUFS", "FS_DEPTH_LAYOUT", - "VS_PROHIBIT_UCPS" + "VS_PROHIBIT_UCPS", + "GS_INVOCATIONS", }; const char *tgsi_type_names[5] =