diff options
author | Brian <[email protected]> | 2007-09-21 12:36:59 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-21 12:36:59 -0600 |
commit | ac394414fcf244186557fbfa18e7962fa05dc39a (patch) | |
tree | b0c4f3f42eef91ae94c9621e6091794462eb3849 /src/mesa/pipe | |
parent | 890125d3adc4c5011e9241210c44d40dfdd6c4eb (diff) |
added PSIZE
Diffstat (limited to 'src/mesa/pipe')
-rwxr-xr-x | src/mesa/pipe/tgsi/exec/tgsi_dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c index e246f21c6f3..2532d5c831a 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", }; |