summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
diff options
context:
space:
mode:
authorZack Rusin <[email protected]>2009-12-24 13:08:36 -0500
committerZack Rusin <[email protected]>2009-12-25 05:52:20 -0500
commitfb0a9aa5e0476d8ca332753f52a9e56f9cfa8dfa (patch)
treefe3335d8896265da82fb8189b56e4d406f29906f /src/gallium/auxiliary/tgsi/tgsi_text.c
parentb0bc582db761ea3f47580dd2908a227987177dc2 (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.c1
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"
};