From: Brian Date: Fri, 21 Sep 2007 18:36:59 +0000 (-0600) Subject: added PSIZE X-Git-Tag: 062012170305~17580^2~390^2~4042 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac394414fcf244186557fbfa18e7962fa05dc39a;p=profile%2Fivi%2Fmesa.git added PSIZE --- diff --git a/src/mesa/pipe/tgsi/exec/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c index e246f21..2532d5c 100755 --- a/src/mesa/pipe/tgsi/exec/tgsi_dump.c +++ b/src/mesa/pipe/tgsi/exec/tgsi_dump.c @@ -205,6 +205,7 @@ static const char *TGSI_SEMANTICS[] = "SEMANTIC_COLOR", "SEMANTIC_BCOLOR", "SEMANTIC_FOG", + "SEMANTIC_PSIZE", "SEMANTIC_GENERIC," }; @@ -214,6 +215,7 @@ static const char *TGSI_SEMANTICS_SHORT[] = "COLOR", "BCOLOR", "FOG", + "PSIZE", "GENERIC", };