gallium: remove TGSI_SEMANTIC_VERTICES
authorZack Rusin <zackr@vmware.com>
Thu, 24 Dec 2009 18:08:36 +0000 (13:08 -0500)
committerZack Rusin <zackr@vmware.com>
Fri, 25 Dec 2009 10:52:20 +0000 (05:52 -0500)
commitfb0a9aa5e0476d8ca332753f52a9e56f9cfa8dfa
treefe3335d8896265da82fb8189b56e4d406f29906f
parentb0bc582db761ea3f47580dd2908a227987177dc2
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.
src/gallium/auxiliary/draw/draw_gs.c
src/gallium/auxiliary/tgsi/tgsi_dump.c
src/gallium/auxiliary/tgsi/tgsi_text.c
src/gallium/include/pipe/p_shader_tokens.h