projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890125d
)
added PSIZE
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 18:36:59 +0000
(12:36 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 18:36:59 +0000
(12:36 -0600)
src/mesa/pipe/tgsi/exec/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_dump.c
b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
index e246f21c6f399ad1d67433b701835554ba62f407..2532d5c831a1c598c810610626baa80be47f8fd3 100755
(executable)
--- 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",
};