diff options
author | Zack Rusin <[email protected]> | 2009-12-24 13:08:36 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-12-25 05:52:20 -0500 |
commit | fb0a9aa5e0476d8ca332753f52a9e56f9cfa8dfa (patch) | |
tree | fe3335d8896265da82fb8189b56e4d406f29906f /src/gallium/auxiliary/tgsi/tgsi_text.c | |
parent | b0bc582db761ea3f47580dd2908a227987177dc2 (diff) |
gallium: remove TGSI_SEMANTIC_VERTICES
it's a leftover from an early version of geometry shading support.
geometry shaders now encode the primitive size in the PROPERTY token
and don't need special input with their size.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_text.c')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_text.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c b/src/gallium/auxiliary/tgsi/tgsi_text.c index 825d17a4de3..2e3f9a90e3a 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_text.c +++ b/src/gallium/auxiliary/tgsi/tgsi_text.c @@ -932,7 +932,6 @@ static const char *semantic_names[TGSI_SEMANTIC_COUNT] = "GENERIC", "NORMAL", "FACE", - "VERTICES_IN", "PRIM_ID" }; |