tgsi: add GS_INVOCATIONS to property names array
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 20 May 2014 03:54:40 +0000 (23:54 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 21 May 2014 13:31:16 +0000 (09:31 -0400)
commitcdeb7004e03afbd5305913b5ae35d72529623507
treeb0a5f942e2edfb70d86f2168de8958e9f9c5baef
parent28360fcad75a6917db6af42fb17b81572850ec0d
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 <imirkin@alum.mit.edu>
Cc: "10.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_strings.c